@charset "utf-8";
/* CSS Document */

#busqueda_colega{
	position:relative;
	width:585px;
	height:80px;
	border:1px solid #719ADA;
	margin:0 auto;
	color:#636363;
	font-weight:bold;
	font-size:12px;
	background:url(../../fileproject/img/f_fondo_table.gif) repeat-x bottom;
	
}

#busqueda_colega #titbusqueda{
	postion:relative;
	height:30px;
	padding-top:10px;
	text-align:center;
}

#contenedor_colega{
	
	position:relative;
	width:585px;
	height:auto;
	border: 1px solid #BEBEBE;
	margin:0 auto;
	background:url(../../fileproject/img/f_fondo_table.gif) repeat-x bottom;
	text-align:left;
	padding:0px 5px 5px 5px;
	overflow:hidden;
}

#contenedor_colega #letras_colega{
	
	position:relative;
	width:570px;
	height:15px;
	padding:5px 5px 0px 5px;
	margin:0 auto;
	border-bottom:1px solid #F90;
	background:url(../../fileproject/img/f_fondo_table.gif) repeat-x bottom;
	font-size:8px;
        text-align: center;
	
}

#contenedor_colega #letras_colega a{
	text-decoration:none;
	font-weight:bold;
        width: 17px; display: block;
        float: left;
        padding: 1px;
        font-size: 12px;
        border-right:#ccc solid 1px;
        text-align: center;
        color:#333;
}
#contenedor_colega #letras_colega a:hover
{
    background-color: #FFF;
}

#contenedor_colega #contenido_colega{
	
	position:relative;
	width:585px;
	height:auto;
	overflow:hidden;
}

#contenedor_colega #contenido_colega #mis_colegas .colega{
	position:relative;
	width:125px;
	height:150px;
	padding:5px;
	/*background:url(../../fileproject/img/marcodocentes.jpg);*/
	border:1px solid #F79721;
	text-align:center;
	float:left;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:8px;

}

#foto_col{
	overflow:hidden;
	height:auto;
	margin:0 auto;
}




