/* CSS Document */
#divtarjeta {
position:absolute; 
width:100%; 
height:98px; 
z-index:1; 
border: 1px none; 
left: 0px; 
top: 23px;
cursor: hand;
}
.boton{
cursor: hand;
}
#boton1{
	position:absolute;
	width:100px;
	height:30x;
	z-index:3;
	top: 0px;
	left:0px
	cursor: hand;
}
#boton2{
position:absolute; width:100px; height:30; z-index:3; top: 0px;left:100px; 
	cursor: hand;
}

#boton3{
position:absolute; width:100px; height:30x; z-index:4;top: 0px; left:200px;
	cursor: hand;
}

#boton4{
position:absolute; width:100px; height:30px; z-index:5; top: 50px;left:0px 
	cursor: hand;
}
#boton5{ 
position:absolute; width:100px; height:30px; z-index:6;; top: 50px;left:100px; 
	cursor: hand;
}  

#boton6{
position:absolute; width:100px; height:30px; z-index:7; top: 50px;left:200px; 
	cursor: hand;

}
#boton1_{
	position:absolute;
	width:300px;
	height:90x;
	z-index:3;
	top: 0px;
	left:0px;
	cursor: hand;
}
#boton2_{
position:absolute; width:300px; height:90; z-index:3; top: 0px;left:300px; 
	cursor: hand;
}

#boton3_{
position:absolute; width:300px; height:90x; z-index:4;top: 0px; left:600px;
	cursor: hand;
}

#boton4_{
position:absolute; width:300px; height:90px; z-index:5; top: 100px;left:0px; 
	cursor: hand;
}
#boton5_{ 
position:absolute; width:300px; height:90px; z-index:6;; top: 100px;left:300px; 
	cursor: hand;
}  

#boton6_{
position:absolute; width:300px; height:90px; z-index:7; top: 100px;left:600px; 
	cursor: hand;

}
#divlineaSup{
	position:absolute;
	left:0px;
	top:70px;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	border-top: thick solid #BCD5DC;
	border-right: thick solid #FFFFFF;
	border-bottom: thick solid #FFFFFF;
	border-left: thick solid #FFFFFF;
}
#divlineaInf{
	position:absolute;
	left:0px;
	top:560px;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	border-top: thick solid #BCD5DC;
	border-right: thick solid #FFFFFF;
	border-bottom: thick solid #FFFFFF;
	border-left: thick solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4C5252;
}
#divcabecera{
position:absolute; width:767px; height:60px; z-index:1
}
#menu{
position:absolute; width:100%;top:55px; z-index:1
}

#divcontenido{
	position:absolute;
	top:100px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5252;
	text-align: center;

}
#divcontenido2{
	width:70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5252;
	position:absolute;
}

#divinformacion{
	position:absolute;
	top:300px;
	left:344px;
	width: 100%;
	height: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C5252;
}
#divinformacion1{
position:absolute; left: 238px; top: 514px; z-index:1; width: 303px; height: 38px;
color: #4C5252;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;

}

#divinformacion2{
 position:absolute; left: 543px; top: 514px; z-index:1; width: 312px; height: 57px;
 color: #4C5252;
 	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5252;

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5252;
	text-align: center;

}

.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.subtitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4C5252;
}
.subtitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C5252;
}
.encabezado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5252;
	font-weight: bold;

}

.subrayado{
	text-decoration: underline;

}
a.linkDato {
    color: #4C5252;
  	text-decoration: none;
}
a.linkDato:hover {
    color: #0000FF;
	text-decoration: none;
}

