/* Hoja de estilos para el manejo de: fuentes, textos, vinculos*/

/* Estilos generales para las hojas: fuente, vinculos, listas, titulos */
.cssEstilos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:visited {
    color: #0000FF;
	text-decoration: none;
}
.link a:link{	
	color:#FFF;
}
.link a:hover{
	color:#FC0;
}
.link a:visited{
	color:#FFF;
	text-decoration: none;
}

.link
{
    font-family: Arial, Helvetica, sans-serif;
    color:#fff;
    font-size:11px;
    text-decoration:none;
}

h1{
	font-size: 15px;
	font-style: italic;
	text-transform: capitalize;
	/*Safari y Chrome*/
	color:#000;
	/*Chrome*/
	font-weight:bold;
}
h2{
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	/*Safari y Chrome*/
	color:#000;
}
h3
{ 
    margin-bottom: 5px; 
    font-size:12px; 
    text-transform:uppercase; 
    padding-left:10px;
    /*Safari y Chrome*/
	color:#000;
}

ul{list-style-type: square;}

div.ficha {padding-left:10px}

.headerTitle
{
    color:#fff;
    font-size:13px;
    text-align:center;
    padding:0 15px 0 15px;
}
