/* estilos de estudiantes */

/********************** 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_estu.jpg) repeat-y center top;
}
.ancla{
	background: url(../imag/auxi/estu/auxi_icon_flec.gif) no-repeat 0 0;
}


.row_inbetween{
	background-color:#FF3300;
	height:10px;
	width:700px;;
	
}
/* main part */
.main_images{
	background-color: #F8EFED;
	padding: 5px 20px 10px 0px;
}
.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: #e3beb5;
}
.row_inbetween2{
	background-color: #d59e90;
}
.second_table_cell{
	background-color: #fff8f5;
}	

.content_all_bodegas{
	vertical-align: top;
	padding-bottom:10px;
	

}
.bodega_documentos{
	width:139px;
	border-color:#d59e90;
	
	
}
.bodega_documentos#middle{
	margin:0 20px 0 20px;
	
}
.bodega_docu_content{
	padding:5 0 5 5px;
	background-color: White;
	border-color:#d59e90;
	width:127px;
}

.bodega_docu_content_img{
	margin:0 5px 0 0;
	vertical-align: top;
	width:60px;
	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: #f8efed;
}
.right_menu_img{
	
	margin-bottom:6px;
}
.content_column_2_img{
	margin-top:5px;
	
}

.sub_line_menu{
border-top: 1px solid #cdd9e6;

}










