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

body {
	background-image: url(img/estructura/fondo_general.jpg);
	background-repeat:   repeat-x;
	background-color: #0B6192;
	margin: 0px;
	font-size: 0.80em;
	line-height: 1.5em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #D8E03F;
}

h1 .division a:link{
	color: #D8E03F;
	text-decoration:none;
}

h1 .division a:visited{
	color: #D8E03F;
	text-decoration:none;
}

h1.division  a:hover{
	color: #D8E03F;
	text-decoration:underline;
}

h1 .division a:active{
	color: #D8E03F;
	text-decoration:underline;
}



h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #00FFFF;
}
.titulos {
	font-size: 2.2em;
	color: #FFFFFF;
	line-height: 1.2em;
	font-weight: bold;
}
.img_float_right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.tabla {
	margin-top: 10px;
}


#contenedor {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cabecera {
	background-image: url(img/estructura/cabecera_x.jpg);
	height: 100px;
	width: 100%;
}
#menu_superior {
	float: right;
	width: 460px;
	margin-top: 50px;
}

ul.menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	border-left-color: #99FF00;
	list-style-type: none;
}
ul.menu li {
	display: inline;
	float: left;
}

ul.menu li a:link, ul.menu li a:visited {
	padding: 0.9em;
	text-decoration:none;
	color: #99FF00;
	display: block;
	font-weight: bold;
	font-size: 12px;
}

ul.menu li a:hover, ul.menu li a:active {
	padding: 0.9em;
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	background-color: #0093b7;
	font-size: 12px;
}

#animacion {
	height: 300px;
	width: 100%;
	background-image: url(img/estructura/animacion_x.jpg);
}
#separador {
	height: 30px;
}

#lateral {
	float: right;
	width: 300px;
}
#principal {
	background-color: #0B6192;
	width: 690px;
	margin-bottom: 10px;
}

#principal a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#principal a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#principal a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#principal a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#nifty{
	background-color: #0093B7;
	margin-top: 0;
	margin-bottom: 0;
}
.cuadro {
	width: 670px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

b.rtop, b.rbottom{
	display:block;
	background-color: #0B6192;
}

b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #0093B7;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#pie {
	background-image: url(img/estructura/pie.jpg);
	background-repeat:  repeat-x;
	height: 136px;
	clear: both;
}

#pie .medio{
	background-image: url(img/estructura/pie_medio.jpg);
	width:100%;
	color: #000000;
	font-size: 1em;
	text-align: center;
	padding-top: 30px;
	
	}
#pie .medio a:link {
	color:#006600;
	text-decoration:none;
	}

#pie .medio a:visited {
	color:#006600;
	text-decoration:none;
	}
	
#pie .medio a:hover{
	color:#000000;
	text-decoration:none;
	}

	
#pie .medio a:active{
	color:#000000;
	text-decoration:none;
	}
	
#pie_marca {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}

/*-------------------------------------------------*/

.form_contacto_textfield {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#99CC00;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
	width: 200px;
	background-repeat:  repeat-x;
	font-size: 0.9em;
	}
.form_contacto_textarea {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#99CC00;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px;
	width: 570px;
	height:80px;
	background-repeat:  repeat-x;
	font-size: 0.9em;
	}

.mensaje_enviado {
	color:#FFFFFF;
	font-size:1em;
	font-weight:bold;
	padding: 6px;
	border: 2px solid #99CC00;
	margin-top: 10px;
	margin-bottom: 4px;
	background-color: #2273A0;
}
/*-------------------------------------------------*/
.advertencia {
	font-size: 0.7em;
	font-weight: bold;
	color: #00FFFF;
}
.contenido_alarma {
	font-size: 0.8em;
}
.recuadro {
	border: 1px solid #FFFFFF;
	padding: 10px;
}

