@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:20px 0 0 0;
	background-color:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
}
#caja1, #caja4{
	width:800px;
	height:612px;
	margin:0 auto;
	background-color:#FFF;
}
#caja4{
	background-color:transparent;
}
#caja2, #caja3{
	float:left;
	width:158px;
	height:40px;
}
#caja3{
	background-color:#E2E2E2;
}
a:link, a:active, a:visited {
	color:#F00;
	text-decoration:none;
}
a:hover{
	color:#060;
}
a:link.enlace1, a:active.enlace1, a:visited.enlace1{
	color:#036;
	text-decoration:none;
}
a:hover.enlace1{
	color: #FF0;
}
a:link.enlace4, a:active.enlace4, a:visited.enlace4{
	display:block;
	width:158px;
	height:28px;
	padding:12px 0 0 0;
	color:#036;
	text-decoration:none;
}
a:hover.enlace4{
	color: #FFF;
	background-color: #003;
}

a:link.enlace6, a:active.enlace6, a:visited.enlace6{
	display:block;
	width:158px;
	height:28px;
	padding:12px 0 0 0;
	color:#036;
	text-decoration:none;
	background-image:url(../img/fnd1A.png);
}
a:hover.enlace6{
	color: #FFF;
	background-image:url(../img/fnd1B.png);
}#caja1 strong {
	color: #000040;
}
