/****************************************************************************************************************************
													R E S E T   C S S
*****************************************************************************************************************************/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img {
	margin:0;
	padding:0;
	font-size: 9px;
	color: #666;
}   
table {
	border-collapse:collapse;
	border-spacing:0;
}   
fieldset, img {
	border:0;
}   
 
html, body{
	height: 100%;
}



/****************************************************************************************************************************
													T A G S  H T M L 
*****************************************************************************************************************************/
html, body, input, textarea{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body{
	background-image: url(../img/bg.jpg);
}
input{
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

a:link, a:visited{
	color: #f7941d;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	text-align: center;
	color: #333;
}



/****************************************************************************************************************************
													E S T I L O S 
*****************************************************************************************************************************/
.centrado{
	margin: 0 auto;
}
.margen_izq{
	padding-left: 25px;
}
.margen_der{
	padding-right: 25px;
}
.margen_top{
	padding-top: 15px;
}
.margen_base{
	padding-bottom: 15px;
}
.marco{
	margin: 15px;
}
.texto_justificado{
	text-align: justify;
}
/*ERRORES*/
.texto_invalido{
	color: #FF0000;
}
.input_invalido{
	border: 1px solid #FF0000;
}


#pagina{
	width: 900px;
	background-color: #FFFFFF;
}
#header{
	background-color: #ed2027;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	height: 190px;
}
#header .color_letra{
	color: #FFFFFF;
}

#link_home, #link_home a:link, #link_home a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#link_home, #link_home a:hover {
	color: #999999;
	text-decoration: none;
}

#menu{
	padding: 0;
	background-color: #8d898a;
	border-bottom: 3px solid #6a413c;
}
#menu .boton_swf{
	padding: 0 5px 0 0;
	white-space: nowrap;
}


#menu_puertas, #menu_puertas a:link, #menu_puertas a:visited, #menu_puertas a:hover{
	display: block;
	padding: 1px;
	font-size: 10px;
	text-decoration: none;
}
#menu_puertas a:link, #menu_puertas a:visited {
	color: #7d7d7d;
}
#menu_puertas a:hover {
	color: #CCCCCC;
}

/*Azules*/
.caja_color1{
	background-color: #dfecf2;
	border-bottom: 2px solid #8eb3c3;
	border-left: 2px solid #8eb3c3;
}
.titulo1{
	color: #044885;
}

/*Crema - Verde*/
.caja_color2{
	background-color: #fefddf;
	border-bottom: 2px solid #8ab099;
	border-left: 2px solid #8ab099;
}

/*Naranja*/
.caja_color3{
	background-color: #fefbdc;
}

/*Rojo*/
.color_empresa{
	color: #ed2027;
}

/*Negro*/
.oscuro{
	color: #000000;
}
