@charset "utf-8";
.linea_inferior_blanca {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.back_menu {
	background-image: url(imagenes/back_menu.jpg);
	background-repeat: no-repeat;
}
.texto_gris {
	color: #666666;
}
.texto_gris2 {
	color: #CCCCCC;
}
.texto_gris3 {
	color: #333333;
}
.texto_gris4 {
	color: #999999;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #007E7D;
	text-decoration: underline;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #252525;
}
.marco_iframe {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.subtitulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #007E7D;
	text-decoration: underline;
}
.linea_puntos_izquierda {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.caja_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
	height: 14px;
}
.caja_form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 200px;
}
.fondo_contact {
	background-image: url(imagenes/image_contact.jpg);
	background-repeat: no-repeat;
}
.texto_blanco {
	color: #FFFFFF;
}
.linea_bot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.linea_bot_left {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.bullet {
	list-style-position: outside;
	list-style-type: square;
}

