/* CSS Document */

body{
text-align: center;
background-image:url(../imagenes/fondo/black-stripe-blue.png);
}

a:link, a:visited{  
text-decoration:none;  
}  
/*Enlaces de la p�gina*/
a:link {
	color: #1D3F58;
	font-weight: light;
	font-family: Tahoma;
	font-size: 12px;
}
a:visited {
	
	color: #1D3F58;
	font-weight: light;
	font-family: Tahoma;
	font-size: 12px;
}
a:hover {
	
	color: #F7A30B;
	font-weight: light;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
}
a:active {
	color: #F7A30B;
	font-weight: light;
	font-family: Tahoma;
	font-size: 12px;
}

img{

 border:0;


}
ul.TickList {
  list-style-image: url('../imagenes/imagenCentral/bullet.png')
}

#principal{
width: 810px;
min-height: 500px;
overflow: hidden;
margin: 0 auto;
text-align: center;

}

#contenido{
width: 810px;
min-height: 300px;
overflow: hidden;
margin: 0 auto;
text-align: center;
background-image:url(../imagenes/fondo/fondoContenido.png);
}

#imagenCentral{
width: 802px;
height: 287px;
margin: 0 auto;
}

#contenidoCentral{
width: 802px;
height: auto;
overflow: hidden;
margin: 0 auto;
text-align: center;
}

#contenidoCentralIzquierda{
width: 652px;
overflow: hidden;
float: left;
margin: 0 auto;
margin-left: 8px;
_margin-left: 4px;

margin-top: 10px;
text-align: center;

}

#contenidoCentralDerecha{
width: 128px;
min-height: 300px;
height: auto;
float: left;
overflow: hidden;
margin: 0 auto;
margin-top: 10px;
margin-left: 8px;
text-align: center;

}
#cabeceraContenidoCentralIzquierda{
width: 652px;
height: 21px;
background-image:url(../imagenes/contenidoCentral/contenidoCentralIzquierda/cabecera.png);

}
#fondoContenidoCentralIzquierda{
width: 652px;
overflow: hidden;
background-image:url(../imagenes/contenidoCentral/contenidoCentralIzquierda/fondoTexto.png);

}

#tituloContenidoCentralIzquierda{
width: 600px;
height: 45px;
float: left;
margin-left: 25px;
_margin-left: 12px;

text-align: left;
border-bottom:#CCCCCC  1px solid;
}

#textoContenidoCentralIzquierda{
width: 600px;
overflow: hidden;
float: left;
margin-left: 25px;
_margin-left: 12px;

text-align: left;

}


#pieContenidoCentralIzquierda{
width: 652px;
height: 21px;
background-image:url(../imagenes/contenidoCentral/contenidoCentralIzquierda/pie.png);
}

.texto{
    color: #555555;
	font-weight: light;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
}

.textoPequeno{
    color: #555555;
	font-weight: light;
	font-family: Tahoma;
	font-size: 10px;
	text-align: justify;
}
.textoMenu{
    color: #1D3F58;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
}

.textoTitulos{
    color: #1D3F58;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 22px;
}

/* Cabecera de algunos divs tipo rrhh en la secci�n personal*/
.textoTitulos2{
    color: #1D3F58;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 15px;
	
}


.textoDescargas{
    color: #F08F1E;
	font-weight: light;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}


.textoTitulosImagenCentral{
    color: #DDDCE1;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 22px;
}

.textoListaImagenCentral{
    color: #DDDCE1;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 16px;
}
.textoPie{
color: #1D3F58;
	font-weight: light;
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 15px;
}
.textoAviso{
color: #1D3F58;
	font-weight: light;
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 15px;
}