@charset "utf-8";
/* CSS Document */

body {
	background-color:#004C87;
	/*background-image:url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}



h1 {
	color: #045696;
	font-size:18px;
	font-style: italic;	/*margin-bottom: 10px;*/
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h2 {
	color: #045696;
	font-size:26px;
	font-weight: bolder;
	margin:5px 5px 10px 5px;
}
h3 {
	color: #333333;
	font-size:14px;
	font-weight: normal;
	margin:5px 5px 10px 5px;
}
p {
	margin-bottom: 10px;
	color:#000000;
	margin:5px 5px 10px 5px;
}


#encabezado{
	width: 900px;
	height: 125px;
	margin: auto;
	position: relative;
	color: #FFF;
	text-align: center;
}
#menu{
	width: 840px;
	height: 100px;
	margin: auto;
	/*padding: 20px;*/
	padding: 0px 30px 10px 30px;
	text-align: center;
	position: relative;
}
#tarjetas{
	width: 770px;
	height: 40px;
	position: absolute;
	margin-left: 20px;
	left: 30px;
	top: 75px;
	font-size: 10px;
	text-align: center;
}

#contenido{
	width: 900px;
	height: 330px;
	margin: auto;	
	position: relative;
}
#pie{
	width: 900px;
	height: 25px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	padding-top: 0px;
	vertical-align: middle;
	color: #FFF;
}


#dos{
	/*width: 380px;
	height: 230px;
	background-color:#666;
	position: absolute;
	left: 260px;
	top: 20px;*/
	width: 800px;
	height: 230px;
	position: absolute;
	left: 50px;
	top: 20px;
	text-align: center;
}
#tres{
	width: 250px;
	height: 230px;
	position: absolute;
	right: 20px;
	top: 20px;
}
#cuatro{
	width: 860px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 245px;
	font-size: 12px;
	text-align: center;
}
#dos-uno{
	/*width: 130px;*/
	width: 45%;
	height: 200px;
	position: absolute;
	left: 15px;
	top: 15px;
	/*border: thin dotted #0F0;*/
	padding-top: 10px;
}
#dos-dos{
	/*width: 200px;*/
	width: 45%;
	height: 200px;
	position: absolute;
	right: 15px;
	top: 15px;
	/*border: thin dotted #0F0;*/
	padding-top: 10px;
}
.descrip {
	font-size: 18px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
}
.precio {
	font-size: 27px;
	font-weight: bolder;
	color: #F00;
}
.precio2 {
	font-size: 9px;
	color: #F00;
}
.texto1 {
	padding-right: 15px;
	padding-left: 270px;
	text-align: left;
	font-size: 12px;
}
.tabla {
	font-size: 9px;
	color: #666;
	text-align: left;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #F00;
}
a:active {
	color: #000;
}
.ok, .proceso, .nook {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	height: 150px;
	width: 600px;
	/*margin:auto;*/
	margin-left: 100px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	position: relative;
	top: -40px;
}
.ok {
	color: #3C0;
	background-image: url(imagenes/fondo-ok.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.proceso {
	color:#666;
	background-image: url(imagenes/fondo-proceso.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.nook {
	color:#F00;
	background-image: url(imagenes/fondo-nook.png);
	background-repeat: no-repeat;
	background-position: center top;
}
