/* CSS Document */

#marco_principal { 
	background-repeat:no-repeat;
	background-color:white;
}

#marco_principal_sup { 
	background-repeat:no-repeat;
	width:955px;
	height:248px;
}

#marco_principal_med { 
	width:955px;
	background-image:url(../images/fondos/quienes_somos_rep.jpg);
	background-repeat:repeat-y;
	margin-top:-10px;
}

*html #marco_principal_med { 
	margin-bottom:-100px;
	margin-top:0px;
}

#menu { 
	position:absolute;
	margin-left:760px;
	top:230px;
}

#cuerpo_izq { 
	position:relative;
	width:717px;
	background-image:url(../images/fondos/inf_izq_quienes_somos.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	min-height:370px;
}

*html #cuerpo_izq { 
	margin-top:-10px;
	padding-top:20px;
	height:370px;
}

#menu_izq {
	position:relative;
	float:left;
	margin-left:58px;
	width:150px;
	z-index:100;
	margin-bottom:50px;
} 

*html #menu_izq {
	margin-left:28px;

}

.menu_item_izq {
	margin-bottom:2px;
}

.menu_item_izq a {
	text-decoration:none;
	color:black;
}

.menu_item_izq_cuadradin {
	background-color:#E4A32A;
}


#cuerpo_medio {
	position:relative;
	width:370px;
	padding-left:185px;
	z-index:0;
}

*html #cuerpo_medio {
	padding:0px;
	width:560px;
    padding-left:185px;
}

#cuerpo_medio_img {
	position:relative;
}

#esquina_inf_der {
	width:225px;
	height:65px;
	margin-left:730px;
	margin-top:-65px;
	background-image:url(../images/fondos/inf_der_quienes_somos.jpg);
} 

*html #esquina_inf_der {
	margin-top:35px;
}

td {
	font-weight:bold;
	font-size:10px;
	padding-bottom:1.5em;
}

.td_class {
	/*margin:1em;*/
}

.nombre {
	font-weight:normal;
	border:0px solid white;
	width:270px;
}

.apellidos {
	font-weight:normal;
	border:0px solid white;
	width:270px;
}

.mail {
	font-weight:normal;
	border:0px solid white;
	width:219px;
}

.select {
	border:none;
	width:219px;
	font-weight:normal;
}

*html .select {
      border:1px solid white;
}

.mensaje {
	font-weight:normal;
	border:0px solid white;
	width:352px;
}

*html .mensaje {
    width:352px;
}

.submit_class {
	font-size:10px;
	background-color:#DECFBA;
	font-weight:bold;
	border:none;
	margin-right:18px;
}

*html .submit_class {
    margin-right:22px;
}
