
body {
	padding-left: 223px;/* margen izquierdo */
	padding-right: 15px;/* margen derecho, era 30 */
	padding-bottom: 10px;
	padding-top: 160px;/* era 150,146 */
						/* margen superior */
	/*border: 1px solid green;*/ 
	background-image: url(fondo.jpg);
	background-repeat: repeat-y;
	/*min-width: 836px;*/
	color: #333333;
}

.caja_menu {	
	position: absolute;
	top: 180px;/* era 170*/
	left: 10px;
	width: 200px;
	/*border: 1px solid #ccc;*/	
}

.caja_logo {
	position: absolute;
	top:  23px;
	left: 18px;
		

	/*border: 1px solid #ccc;*/	
}

.caja_titulo_congreso {
	position: absolute;
	top:  20px;
	left: 234px;	
	/*border: 1px solid #ccc;*/	
	text-align:center;
	background-color: white;
}

.titulo_congreso {
  font-size: 17px;
  font-weight: bold;
  font-family: arial,sans;
  color: #596977;		  
  text-align: center;  
}

.subtitulo_congreso{
  margin-top: 16px;
  font-size: 15px;	
  font-weight: bold;
  font-family: arial,sans;
  color: #596977;		  
  text-align: center;  
}


.caja_cuerpo {
	/*border: 1px solid #ccc;*/		
	min-height: 300px;
	height:expression(this.scrollHeight < 300? '300px' : this.scrollHeight );				
	margin-right: 80px;
}



input, textarea {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(102, 102, 102);
    /*margin-bottom: 0.5em;*/
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgb(246, 248, 244);
    background-image: none;
}

select {
	background-color: rgb(246, 248, 244);	
}


.labelForm {
  font-size: 12px;
  font-family: Tahoma,arial,sans;		
}

h1,h2,h3 {
  font-weight: bold;
  font-family: arial,sans;
  color: #596977;			
}

h1 { 
  font-size: 15px;
 }
h2 {
	font-size: 14px;
	 }
h3 {
  font-size: 13px;	
	 }

h4 {
  font-size: 12px;	
	 }


center, p, td, br {	
  font-size: 12px;
  font-family: arial,sans;		
  color: #333333;  	
}

b {
  font-size: 12px;
  font-family: arial,sans;		
   color: #596977;  	  		
}


.cellForm {
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;	
}

.caja_logos_promo {
	/*float: right;*/
	/*border: 1px solid #ccc;*/
	margin-bottom: 24px;
	
	margin-top: 16px;
	margin-left: 0px;
	/*margin-left: auto;
	margin-right: auto;*/
	/*text-align: center;*/		
	width: 450px;
        width: 600px;
}

.caja_banner_patrocinador {
	margin-left: 4px; 
	margin-right: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
	
}

.caja_logos_femede {
	float:right;		
}

.caja_banners_left {
	margin-top: 16px;		
	margin-bottom: 16px;
}

.minicaja_banner_left {
	margin-top: 4px;		
	margin-left: 28px;/* 38 desde el borde, mas 10 de la caja en la que esta*/
	margin-left: 18px;/* con nuevo ancho de banner */
}

.caja_banner_titulo {
	position: absolute;
	top:  20px;
	right: 30px; /* igual que margen de body */	
	/*border: 1px solid #ccc;*/				
}

.titulo_banner_titulo {
	color: #db677a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;	
}


.caja_poster {
	/*border: 1px solid #ccc;*/	
	float: right;
	width: 236px;
	padding-left: 8px;	
	padding-top: 8px;
	padding-bottom: 8px;
}

.bannerPrincipal {
	/*float: right;*/	
}

hr {
	border: 0px;
	color: #a3bacc;
	background-color: #a3bacc;
	height: 1px;
}

.caja_banderas {
	padding-top: 8px;
	margin-left: 68px;	
}

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


 #titulo_congreso {
 font-size: 16px;
 font-family: "Trebuchet MS", sans-serif ;
 text-align: left;
}

#subtitulo_congreso {
 text-align: left;
 font-size: 16px;
 font-family: "Trebuchet MS", sans-serif ;
  color: #596977;
  color: #84c4dd;
}




