/* CSS Document */
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}
#pagina_contenedor {
	margin: auto;
	width: 744px;
}

/*------------------- top --------------*/

#top {
	width: 744px;
	height: 134px;
}
.info_top{
	font-size: 12px;
	text-align: right;
	padding-top: 25px;
	padding-right: 10px;
	height: 108px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background-color: #014f7f;
}
.info_top a{
	color: #FFFFFF;
	text-decoration: none;
}
.info_top a:hover{
	text-decoration: underline;
}

.iconitos{
	color: #7bb00f;
}

/*------------------- botonera --------------*/

.botonera {
	width: 744px;
	height: 24px;
	background-color: #014f7f;
	padding-top: 5px;
}
.botones{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.botones a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 15px 8px 15px;
}
.botones a:hover{
	color: #CCCCCC;
}
.seccion {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 635px;
	height: 28px;
	margin: 20px 0 20px 0;
	text-align: left;
	padding-left: 110px;
	background-color:#014f7f;
	letter-spacing:1px;
}


/*------------------- contenido --------------*/
#contenido_contenedor{
	width: 744px;
}
.contenido{
	font-size: 12px;
	width: 532px;
	float: left;
	line-height: 20px;
	margin-bottom: 15px;
	text-align: justify;
	margin-right: 20px;
}
.contenido_resaltador{	
	color: #336699;
	font-weight: bold;
}
/*------------------- contenido-laser --------------*/
.antesydespues{
	background-color: #014f7f;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.laser_tr{
	background-color:#336699;
}
.laser_td{
	background-color:#014f7f;
}
/*------------------- contenido-publicaciones --------------*/
.publicaciones{
	margin: 5px 0 0 35px;
	font-size: 12px;
	font-weight: bold;
}
.publicaciones a{
	color: #666666;
	text-decoration: none;
}
.publicaciones a:hover{
	color: #333333;
	text-decoration: underline;
}
.contenido_resaltador_center{	
	color: #336699;
	font-weight: bold;
	text-align: center;
}

/*------------------- pie --------------*/
.lateral{
	width: 192px;
	float: right;
	text-align: center;
}
.subtitulos{
	background-color: #014f7f;
	height: 15px;
	padding: 6px 0 4px 0;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-bottom: 5px;
}


/*------------------- pie --------------*/

.pie{
	width: 744px;
	height: 75px;
	clear: both;
	background-color: #014f7f;
	text-align: center;
	padding: 20px 0 0 0;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.pie a{
	color: #FFFFFF;
	text-decoration: none;
}
.pie a:hover{
	text-decoration: underline;
}
.info{
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 10px;
}
.integracion{
	font-size: 9px;
	color: #8aa5b5;
	text-align: right;
	padding-right: 15px;
	margin-top: 15px;
}
.integracion a{
	color: #8aa5b5;
	text-decoration: none;
}
.integracion a:hover{
	text-decoration: underline;
}

/*-------------------- formulario -------------*/
#contenedor_contacto{
	width: 400px;
	height: 175px;
	margin-top: 20px;
	margin-left: 35px;
	float: left;
	padding: 20px;
	border: 1px #8aa5b5 solid;
}
.espacio_blanco{
	clear: both;
	display: block;
	height: 15px;
	width: 532px;
	float: left;
}
.bloques_contacto{
	width: 571px;
	border: 1px #8aa5b5 solid;
	margin-bottom: 8px;
	margin-right: 10px;
	padding: 2px;
	float: right;
}
#formulario {
	font-size: 9px;
	text-align: right;
	width: 400px;
	float: left;
}
.contacto_form_input {
	font-size: 10pt;
	color: #666666;
	width: 200px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 2px 0 2px 2px;
	border: 1px solid #8aa5b5;
}
.contacto_form_textarea {
	font-size: 10pt;
	color: #666666;
	background-color: #FFFFFF;
	width: 200px;
	height: 55px;
	border: 1px solid #8aa5b5;
	margin: 5px 0 0 0;
	text-align: left;
}
.contacto_formulario_boton {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	border: 1px solid #8aa5b5;
	background-color: #014f7f;
	width: 80px;
	height: 20px;
	padding-bottom: 4px;
	font-weight: bold;
	margin-right: 124px;
}



/*---------------- gracias --------------*/
.contenedor_gracias{
	height: 320px;
	width: 800px;
	margin-top: 25px;
	padding: 5px;
	border: 1px solid #014f7f;
	text-align: center;
}
.gracias{
	text-align: center;
	padding: 20px 0 0 0;
}
.gracias a{
	color: #014f7f;
	text-decoration: none;
}
.gracias a:hover{
	text-decoration: underline;
}

/*---------------- popup --------------*/