@charset "iso-8859-1";
/* CSS Document */

article, aside, figure, footer, header, nav, section { display: block; margin: 0; padding: 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFE1FF;
	margin: 0px;
	padding: 0px;
}
#global {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#pub-izq {
	background-color: #FFE1FF;
	float: left;
	height: auto;
	width: 130px;
	margin-left: 50px;
	padding: 10px 0 0 0;
}
#pub-der {
	background-color: #FFE1FF;
	float: right;
	width: 165px;
	margin-right: 20px;
	padding: 10px 0 0 0;
}

/*redes*/
.menu 
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 40px;
    width: auto;
 
    background: #002E49;
    background: -webkit-linear-gradient(top, #00496E 0%,#002E49 100%);
    background: -moz-linear-gradient(top, #00496E 0%,#002E49 100%);
    background: -o-linear-gradient(top, #00496E 0%,#002E49 100%);
    background: -ms-linear-gradient(top, #00496E 0%,#002E49 100%);
    background: linear-gradient(top, #00496E 0%,#002E49 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.menu li a {
    display: block;
    padding: 0 30px;
    margin: 8px 0; 
    line-height: 25px;
    text-decoration: none;
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
 
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #8fde62; }

/*submenus*/

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 0;
    background: #002E49;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 70px;
    padding: 4px 0 4px 35px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #353539;
}
 
.menu ul li:last-child a { border: none; }

.menu a.twiter { background: url(http://repro-arte.com/objetos_1/icon_twitter.png) no-repeat 6px center; }
.menu a.facebook { background: url(http://repro-arte.com/objetos_1/icon_facebook.png) no-repeat 6px center; }
.menu a.google { background: url(http://repro-arte.com/objetos_1/icon_google.png) no-repeat 6px center; }
.menu a.tuenti { background: url(http://repro-arte.com/objetos_1/icon_tuenti.png) no-repeat 6px center; }
.menu a.meneame { background: url(http://repro-arte.com/objetos_1/icon_meneame.png) no-repeat 6px center; }

/*fin redes*/


#logo {
	background-image: url(http://repro-arte.com/objetos_1/banner.gif);
	background-repeat: no-repeat;
	height: 138px;
	width: 100%;
}
#logo h1, #logo h2 {
	position: absolute;
	top: -500px;
}
nav {
	padding-top: 110px;
}

#contenidoprincipal {
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul { padding:0; margin:0; }

/*navegación*/

.navegacion,
.navegacion ul,
.navegacion li,
.navegacion a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.navegacion {
    height: 30px;
 
    background: #CD4C4F;
    background: -webkit-linear-gradient(top, #E3535A  0%,#CD4C4F 100%);
    background: -moz-linear-gradient(top, #E3535A  0%,#CD4C4F 100%);
    background: -o-linear-gradient(top, #E3535A  0%,#CD4C4F 100%);
    background: -ms-linear-gradient(top, #E3535A  0%,#CD4C4F 100%);
    background: linear-gradient(top, #E3535A  0%,#CD4C4F 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.navegacion li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 30px;
}

/*enlaces de navegacion*/

.navegacion li a {
    display: block;
	width: 108px; 
    padding: 0 5px;
    margin: 5px 0;
    line-height: 20px;
    text-decoration: none;
	text-align:center; 
 
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: #f3f3f3;
    text-shadow: 2px 2px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
  
.navegacion li:first-child a { border-left: none; }
.navegacion li:last-child a{ border-right: none; }
 
.navegacion li:hover > a { color: #F3F3F3; background: #4682B4; }

/*submenús*/

.navegacion ul {
    position: absolute;
    top: 30px;
    left: 0;
 
    opacity: 0;
    background: #CD4C4F;
 
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.navegacion li:hover > ul { opacity: 1; }
 
.navegacion ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.navegacion li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
}

/*fin de navegación*/

#vision { 
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
font-size:18px; 
font-weight:bold; 
background-image:url(http://repro-arte.com/objetos_1/vision.jpg); 
background-repeat:no-repeat;
 width: 409px; 
 height:300px; 
 padding:1px 400px 0 22px; 
 margin-bottom:20px;
 text-align: justify; }

.vaina {
	background: #ECE6C6;
	font-size:13px;
	padding: 10px;
	width: 236px;
	float:left;
	margin: 20px 13px 0 0;
	text-align: center;
	border: thick solid #FFF;
	height: 475px;
 }

.vaina li { 
	list-style: none; 
	 }
.vaina a {color: #1E6183; text-decoration:none ; display: block }
.vaina a:link {}
.vaina a:visited {}
.vaina a:hover {color:white ; text-decoration:none ; background-color: #4682B4; }
.vaina a:active {} 
 
.vainaContent { 
margin-top:10px; 
width: 244px; 
height:181px; 
overflow:hidden; }

#novedades .vainaContent { 
	margin-top:12px; 
	overflow:auto; } 

#novedades .vainaContent p { 
	margin-top: 5px; 
	margin-bottom: 5px; 
	margin-left:6px; 
	font-size:15px;
	 }
#novedades li { list-style: none;  }

.vaina h1 {
	 background: #CD4C4F; 
	 color: white; 
	 padding:5px; 
	background-image:url(http://repro-arte.com/objetos_1/icon_flecha.png);
	background-repeat:no-repeat;
	background-position:95%;
	 font-size:16px; 
	 font-weight:bold; 
	 margin: 0 0 10px 0; }

.vaina h2 {
	 font-size:16px; 
	 font-weight:bold; 
	 margin: 10px 0 0 0;
	 color: #CD4C4F; }
	 
a.block { 
	text-decoration:none; 
	display:block;
}


/*pie*/	
.pie {
	list-style:none;
	background: #002E49;
	float:left;
	font-size:11px;
	padding: 0px 0px 0px 6px;
	width: 158px;
	height: 115px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top:10px;
}

.pie h4 {
	margin: 10px;
	font-size:13px;
	}
.pie p {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	margin: 5px 0 0 9px;	
	}

.pie li {
	list-style:none;
	color: white;
	margin: -5px 0px 4px 20px;
}
.pie a {color: white; text-decoration:none ; display: block }
.pie a:link {}
.pie a:visited {}
.pie a:hover {color:white ; text-decoration:none ; background-color: #4682B4; }
.pie a:active {} 
/*fin de pie*/

/*tienda*/
#indice  { 
	margin-top:12px; 
	width: 250px;
	height: auto;
		} 
.boton {
  float: right;	
  font-family: Arial;
  text-align:center;
  color: #ffffff;
  font-size: 14px;
  font-weight:bolder;
  padding: 5px;
  padding-left:7px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid #C8FE2E 3px;
  background: #C8FE2E;
  width:auto;
  height:auto;
}
.boton:hover {
  background: #4682B4;
}

#exito {
	width: 800px;
    margin-top:20px;
	height:225px; 
    overflow:hidden; 
	}
#exito h1 {
	font-size:20px;
	}

#exito p {
		font-size:16px;
	}
	
/*fin tienda*/
	
#carrito {background-color:#DEC8C9; width:auto; float:right; text-align:justify; padding: 50px; height: auto; margin: -1px -55px 0 0}
#carrito li{list-style:none; margin:0px -36px;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px}
.apuntes {color: #27408B; font-weight:bold; font-size: 18px;}