/* estilos de investigadores */


/********************** OJO *************************************************************************
- generalmente la estructura está en general.css y solamente los colores son cambiado acá
*****************************************************************************************************/ 

/* primero importar los estilos de general.css */
@import url("general.css");

body{
	background: #EBEFFA url(../imag/back/back_inve.jpg) repeat-y center top;
}


.row_inbetween{
	background-color:#cccc00;
	height:10px;
	width:700px;;
	
}
/* main part */

.main_images{
	padding: 5px 20px 10px 0px;
	background-color: #FBF8E9
}
.main_images img{
	margin-right:10px;
}
.main_image_headline{
	font-family: Trebuchet MS;
	font-size: 32px;
	color:#2e416b;
	font-weight: bold;
	
	
	
}

.main_image_text{
	font-family: Trebuchet MS;
	font-size: 11px;
	color:#2e416b;
	
}
/*right menu */
.right_menu{
	
	
	background-color: #e0e3c9;
}
.right_menu_img{
	margin-bottom:6px;
	
}

.row_inbetween2{
	background-color: #b9b6ac;
}
.second_table_cell{
	background-color: #fffefb;
}	

.content_all_bodegas{
	vertical-align: top;
	padding-bottom:10px;
	

}
.bodega_documentos{
	width:139px;
	border-color:#b9b6ac;
	
	
}
.bodega_documentos#middle{
	margin:0 20px 0 20px;
	
}
.bodega_docu_content{
	padding:5 0 5 5px;
	background-color: White;
	border-color:#b9b6ac;
	width:127px;
}
.bodega_docu_content_img{
	margin:0 5px 0 0;
	vertical-align: top;
	width:50px;
	float:right;
	padding:0 0 0 3px;
	
	
}
.bodega_docu_content_text{
	font-family: Trebuchet MS;
	font-size: 11px;
	margin:0px;
}
.bodega_docu_side_column{
	background: #fbf8e9;
	
}

.content_column_2_img{
	margin-top:5px;
	
}

.sub_line_menu{
border-top: 1px solid #cdd9e6;

}

