@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#CCCCCC;
}
body.fondoLogin{
	/*
	background-image:url(../img/fondoLogin.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	*/
}
body.fondoEncuesta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFF;
}
#fondoLogin{

}
.fondoLogin #contenedorLogin {
	margin: auto;
	width: 270px;
	margin-top: 320px;
	*margin-top: 290px;
	color:#FFFFFF;
}
.fondoLogin #contenedorLogin a,.fondoLogin #contenedorLogin a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}
.fondoLogin #contenedorLogin a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}


/*INTERIOR*/

body.fondoInterior{
	/*
	background-image:url(../img/fondoInterior.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	*/
}

.cuadroTitulo{
	border: 1px solid #FF9900;
	background-image:url(../img/degradado_naranja.gif);
	height:60px;
}

.cuadroTitulo .interior{
	padding:10px;
	color:#484848;
	font-size:18px;	
}

.cuadroPrincipal{
	background-color: #FFF;
	border: 2px solid #FF9900;
	color:#484848;
	padding:10px;
}

.cuadroPrincipal h1{
	font-size:18px;
}

.cuadroPrincipal .bordeGris{
border: 1px solid #CCCCCC;	
}

#menu_vertical{
	margin:auto;
	text-align:right;
	height: 25px;
	width: 936px;
	margin-top: 145px;
}
#menu_vertical a{
	color: #FFFFFF;
	height: 22px;
	padding:5px;
	text-decoration: none;
}


.botonesHome a{
	font-weight:bold;
	color:#284985;
	font-size: 11px;
}


.cabeceraDocumentos td{
	font-weight:bold;
}
.trDocumentos td{
	color:#333333;
}
#buscador{
	text-align:right;
}
#buscador form {
	margin: 10px 10px 0 0;
}
#buscador a {
	color: #000000;
}
#lista_documentos {
	background-color: #FFFFFF;
	padding: 0px;
	width: 748px;
	margin-top: 1px;
}



.titulosTablas{
	margin:0px;
	line-height:17px;
	padding:0;
	font-size:15px;
	color:#284985;
	margin-top:12px;
	margin-top:3px;
	font-weight:bold;
}
.subtitulosTablas{
	margin:0px;
	line-height:15px;
	padding:0;
	font-size:12px;
	color:#284985;
	margin-top:12px;
	margin-top:3px;
	font-weight:bold;
}


.botonAzul{
	background-image:url(../img/boton_centro.jpg);
	font-size:11px;
	color:#FFFFFF;
}
.botonAzul .tdcentro .enlaceBoton{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.fondoHome{
	background-image:url(../img/fondo_home.jpg);
}


/**************/

#listadoFormacion table td{
color:#37648d;
}


    #tabsF {
	padding-bottom:0;
    float:left;
    font-size:10px;

 	}
	
    #tabsF ul {
	width: 500px;
	list-style: none; /*Eliminamos el estilo de lista*/
	padding: 0; /*Evita la indentación que aparece en algunos navegadores*/
	margin: 0;
	display: block; /*Nos permite integrar con los elementos li y evitar problemas -*/
	float: left;	  /*en algunos navegadores*/	
	}
	  
    #tabsF li {
	display: block;
    margin:0;
    padding:0;
	float: left; /*Flota los elementos de la lista*/
	text-align: center;
	margin-right: 3px;
	position: relative; /*Hacemos el ajuste de 1 pixel para simular la integración -*/
	top: 1px;           /*con la capa de contenido*/
	background:#FF9900
	}
	

	  
    #tabsF a {
    float:left;
    background:url(img/tableftF.gif) no-repeat left top;
    margin:0;
    padding:0 2px 0 1px;
    text-decoration:none;
	color:#FFF;
	}
	
	  
    #tabsF a span {
	font-weight:200;
    float:left;
    display:block;
    background: url(img/tabrightF.gif) no-repeat right top;
    padding:5px 5px 4px 5px;
    color:#000000;
	
	}
	
	
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
	
    /* End IE5-Mac hack */
    #tabsF a:hover span {
    color:#ffffff;}
	  
    #tabsF a:hover {
     background-position:0% -42px;}
	  
    #tabsF a:hover span {
    background-position:100% -42px;}

	#tabsF #current a {
	background-position:0% -42px;
	bordeR-bottom:1px solid #fff;
	font-weight:bold;
	}
		
	#tabsF #current a span {
	background: url(img/tabrightF2.gif) no-repeat right top;
	background-position:100% -42px;
	color:#FFFFFF;
	font-weight:bold;}
	

/*ENCUESTA*/
.interior2{
	color:#FFF;
	font-size:14px;	
	font-weight:bold;
}
.encuesta1{
	font-size:12px;
}
.boton{
	background-color:#FF9900;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

