/* CSS Document */

/* Contenido principal de la página */

span#tituloInfo {
display: block;
margin: 0px 0px;
padding-left: 10px;

width: auto;

text-align: left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 0.8em;

color: #336699;

border-left: 10px solid #6699CC;
}

span#tituloInfo a, span#tituloInfo a:visited {
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: 400;
color: #336699;
}

span#tituloInfo a:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight: 600;
color: #336699;
}

div#contenidoInfo p {
margin: 10px 15px;

text-align: justify;
text-indent: 15px;

}


p#entradilla {
padding-left: 120px;
padding-bottom: 5px;

line-height: 20px;

font-size: 11pt;
font-weight: bold;
font-style: italic;

color: #6699CC;

border-bottom: 1px dotted #CCCCCC;
}

p.logoCurso {
background-repeat: no-repeat;
background-position: 15px center;
}

p#entradilla img {
margin: 5px 5px;
float: left;
height: 80px;
width: 120px;

border: 0px solid red;
}

div.Ficha {
margin: 5px 15px;
padding-top: 10px;

border-top: 1px dotted #CCCCCC;
}

div.Ficha span.contexto{
display: block;
padding-left: 0px;

color: #9A9A9A;
font-weight: bold;
font-size: 0.9em;
}

div.Ficha p.texto{
position: relative;
padding-right: 30px;
margin-left: 5px !important;

text-indent: 0px !important;
}

div.Ficha span.enlace{
display: block;
margin-left: 30px;
padding-left: 20px;

line-height: 20px;
font-size: 0.8em;

background-repeat: no-repeat;
background-position: left center;
}

div.Ficha span.enlace a , div.Ficha span.enlace a:visited {
color: #336699;
text-decoration: none;
font-weight: bold;
}

div.Ficha span.enlace a:hover {
color: #336699;
text-decoration: underline;
font-weight: bold;
}

img.imagen{
margin: 5px 10px;

height: 120px;
width: 150px;

border: 1px solid black;

}

div.colaborador {
margin: 20px 20px;
padding: 0px;

height: 60px;
line-height: 20px;

font-size: 0.7em;

border: 1px solid grey;
}

div.colaborador div.nombrecolaborador {
float:left;
width: 20%;
height: 60px;

text-align: center;

}

div.colaborador div.logocolaborador {
float:left;
width: 30%;
height: 60px;

text-align: center;
}

div.colaborador div.textocolaborador {
float:left;
width: 48%;
height: 60px;

text-align: center;

padding-left:5px;
}

div.colaborador span.destacado {
display: block;
color: #6699CC;
font-weight: bold;

text-align: center;
}


