/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #00284C;
	}
	
.titulos{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003876;
}
a.link{
	font-family: "Tahoma", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.link:hover{
	font-family: "Tahoma", Times, serif;
	font-size: 11px;
	color: #003876;
	text-decoration: none;
}


a.link2{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #003876;
	text-decoration: none;
}


a.link2:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #161616;
	text-decoration: none;
}

a.botones_login{display:block; width:133px; height:25px; padding-top:8px; margin-right:4px; background-image:url(imagenes/fondoboton.jpg); float:left; font-family:"Times New Roman", Times, serif; font-size:12px; color:#003876; text-align:center; text-decoration:none;}
a.botones_login:hover{color:#8C8C8C;}

.fondocart{width:242px; height:119px; float:left; margin:0 36px 20px 14px; padding:15px; background-image:url(fondocart.jpg);}
.fondocart h1{margin:0 0 6px 0; padding:0px; font-size:14px; color:#03294E; border-bottom:solid 1px #F1F1F2; padding:0 0 6px 0;}
.fondocart a{color:#03294E; font-size:14px;}
