/* CSS Document */
*{
margin:0px;
padding:0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
	text-align: center;
}
input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
}
body {
	background-color: #015289;
	margin: 0 auto;
}
td{	text-align:left;}

img{border:0px;}

H1{
	font-size: 14px;
	margin-left:40px;
	color: #015289;
}
H2{
	font-size: 12px;
	color: #015289;
}

H3{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #015289;
	font-style: italic;
}
a{ color:#000000; text-decoration:none;}
a:link{color:#000000; text-decoration:none;}
a:active{color:#000000; text-decoration:none;}
a:hover{color:#000000; text-decoration:none;}

.linkTxt a{
	float:right;
	width:150px;
	display:block;
	padding:2px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#000000;
	font-family: "Trebuchet MS", Arial;
}
.linkTxt a:hover {
	color:#000000;
	background-color:#3c0e10;
}
.enlaceblanco {
	color:#ffffff;
}
a.enlaceblanco:hover {color:#ffffff;}
a.enlaceblanco:link {color:#ffffff;}
a.enlaceblanco:visited {color:#ffffff;}
/* DIVS */

#contenido {
	margin: 0 auto;
	padding:0px;
	width: 1000px;
	background-color: #ffffff;
	text-align:left;
}

#pie {
	clear:both;
	margin: 0 auto;
	width: 1000px;
	background: #000;
}
#datos {
	margin: auto;
	width: 1000px;
	text-align:left;
}
#menusup{
	margin:0px;
	padding:0px;	
	background-color:#000000;
	height: 30px;
	}
#menusup li{
	width:140px;
	list-style-type:none;
	float:left;
	border-color: #000000;
	border-right: 1px dotted #ffffff;
	}
#menusup li a{
	display:block;
	padding:4px;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	font-family: "Trebuchet MS", Arial;
}
#menusup li a:hover {
	color:#fff;
	background:#f4f4f4 url(../imagen/fdoform.png) repeat-y top;
}
#calendario2{
	margin:30px 0px 0px 0px;
	padding:0px;
	background-color:#f4f4f4;
	color:#333666;
	}
#calendario2 li{
	width:149px;
	list-style-type:none;
	border: 1px dotted #666666;
	background-color:#f4f4f4;
	}		
#calendario{
	margin:30px 0px 0px 0px;
	padding:0px;
	width:180px;
	}
#calendario li{
	width:180px;
	list-style-type:none;
	background:#f4f4f4 url(../imagen/fdoform.png) repeat-y top;
	border:1px solid #ccc;
	}
#calendario li a{
	display:block;
	padding:4px;
	margin-bottom:1px;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	font-family: "Trebuchet MS", Arial;
	color: #fff;
}
#calendario li a:hover {
	background-color:#000;
}

#videos{
	width:890px; 
	margin:40px auto;
	margin-left:0px;
	padding:30px;
	border: 1px solid #666666;
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#151515;
	
}
#scroll {
     width:420px;
     height:345px;
	 margin-left:30px;
     overflow:auto;
	 float:left;
}
#scroll li{
	width:90%;
    list-style-type:none;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #666666;
	display:block;
}
#scroll li a{
display:block;
}
#scroll li a:hover{
background-color:#2c2c2c;
}
#centro{
	width:690px; 
	float:left; 
	margin: 10px 40px 0 30px; 
}

#tiendaonline{
	width:740px; 
	float:left; 
	margin: 10px 0 0 30px; 
}
#compra{
	float:left; 
	list-style-type:none; 
	margin-right:8px; 
	width:280px;
	height: 150px; 
	border: 1px solid #666; 
	background-color:#151515; 
	padding:5px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:1px;
	display:none;
	color:#fff;
}

/* CLASES */
.sub{
	background:#444;
	}
.subsub{
	padding-left:20px;
	}
.clear{
	clear:both;
	}
.noticia{
	list-style-type:none;
	border: 1px solid #666666;
	background-repeat: no-repeat;
	background-position: right top;
	}
.leyenda {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
.H2{
	font-size: 12px;
	color: #333666;
	font-weight: bold;
}
.titulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 20px;
	color: #015289;
	margin-bottom:15px;
}
.tacho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: line-through;
}
.rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.pag, .pagOff, a.pag:link, a.pag:visited, a.pag:hover  {
	font-family: verdana, Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	border: 2px solid #000000;
	background-color: #fff;
	padding: 3px;
}
a.pag:hover, .pagOff {
	background-color: #cccccc;
	}
	
.precioproducto {float:right; width:150px; background:#f4f4f4; padding:10px;}
.estaoferta {position:absolute; right:0px; top:0px; margin:3px;  }
.estaoferta a, .estaoferta a:visited {color:#950202; font-weight:bold; background:#fff;padding: 2px 2px 3px 2px; border-top:2px solid #950202;}
.estaoferta a:hover {color:#950202; font-weight:bold;}
