<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body{ background-color: white; }

.ficha {
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid red; */
    width: 290px;
    height: 135px;
    padding: 8px 0px 14px 0px;
}

.fotoexperto {
    position: relative;
    float: left;
    width: 131px;
    margin: 0 10px 0 0;
}

.desc_experto {
    position: relative;
    text-align: justify;
    margin: 0 0 0 0;
}

.tex_experto {
    position: relative;
    text-align: left;
    margin: 30px 0 5px 0;
}

.puesto_experto {
    position: relative;
    text-align: left;
    min-height: 60px;
    margin-bottom: 4px;
}

.bperfil {
    text-align: left;
    overflow: hidden;
}

.tex_perfil{ font-size: 14px; }

.rayapuntos2 {
    display: inline-block;
    text-align: left;
    position: relative;
    background: url(../imagenes/punto.gif) repeat-y;
    width: 3px;
    height: 131px;
    margin: 2px 15px 0 15px;
    padding: 0 0 0 0;
}

.raya_ficha{
	clear:both;
	background:url(../imagenes/raya_gris_expertos.jpg) no-repeat;
	height:9px;
	padding:10px 0 10px 0;
	
}

.caja_ficha_experto{
	/*border:1px solid green;*/
	overflow:hidden;
	padding:24px 24px 24px 24px;
	
}

.pes_experto{
	/*background:url(../imagenes/pesta_expertos.jpg) left top no-repeat;*/
	background-color: #206f99;
	/*background-size:100% 42px;*/
	width: 100%;
	height:37px;
	line-height: 37px;
	padding:0px 0px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	text-transform: uppercase;
}

.fondonoti{
    position:relative;
	float:left;
	width:200px;
	margin:0 20px 0 0;
	/*padding:3px 3px 3px 3px;*/
	
}


@media screen and (max-width:1024px) {

	.box_contenido { text-align: center; }

	.rayapuntos2{
		display:none;
	}
}
</pre></body></html>