/* CSS Document */
body{
	background-size:cover;
	background-attachment:fixed;
}
#cabecera{
	width:1024px;
	height:150px;
	margin:17px auto;
	margin-bottom:11px;
	background-position:center;
	background-repeat:no-repeat;
}
#cabecera #carrusel{
	position:absolute;
	height:150px;
	width:1024px;
	z-index:-1;
}
#cabecera #carrusel .imagen{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
}
#cabecera #logoAgrupacion{
	position:absolute;
	margin-top:7px;
	margin-left:7px;
}
#cabecera table{
	border-collapse:collapse;
	width:100%;
	height:150px;
}
#cabecera #tituloCabecera{
	/*float:left;*/
	width:75% !important;
	padding:7px 19px;
	/*margin-top:87px;*/
	text-align:left;
	vertical-align:bottom;
	font-size:30px;
	font-weight:bold;
	color:#F1F1F1;
	font-family:Verdana, Geneva, sans-serif;
}
#cabecera table tr > #logo{
	padding:21px !important;
	width:25% !important;
	text-align:right;
	/*float:right;*/
}
#cabecera table tr #logo img{
	padding:0px;
	width:214px;
	height:108px;
	border-radius:7px;
}
#cuerpo{
	width:1024px;
	margin:0px auto;
}
#cuerpo #texto,#cuerpo #subTexto{
	margin-top:45px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px;
	font-weight:bold;
	color:#069;
}
#cuerpo #subTexto{
	color:#333333;
    font-size:16px;
    font-weight:normal;
    margin-top:7px;
}
#cuerpo #login{
	width:500px;
	height:200px;
	margin:45px auto 90px auto;
	border:1px solid #CCC;
	border-radius:7px;
	background-color:#FFF;
}
#cuerpo #login #cabLogin{
	width:100%;
	height:38px;
	line-height:38px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#333;
	border-radius:7px 7px 0px 0px;
	background-image:url(img/fondoTitular.png);
	background-repeat:repeat-x;
	background-position:center;
}
#cuerpo #login #cuerpoLogin table{
	border-collapse:collapse;
	margin:17px auto 0px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#cuerpo #login #cuerpoLogin table td{height:40px;}
#cuerpo #login #cuerpoLogin table td input{
	border: 1px solid #CCCCCC;
    border-radius:5px;
    height:17px;
	width:150px;
    text-align:center;
	margin-left:7px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#cuerpo #login #botonesLogin{
	float:left;
    width:100%;
    text-align:center;
}
#cuerpo #login #botonesLogin button{
	color:#333;
    cursor:pointer;
    line-height:20px;
	margin-top:8px;
    margin-right:21px;
	margin-left:21px;
    padding-left:11px;
    padding-right:11px;
}
#cuerpo #login #botonesLogin button img{
	float:left;
    margin-right:7px;
}
#cuerpo #login #botonesLogin button span{
	color:#333;
    cursor:pointer;
    line-height:20px;
}
#cuerpo #login #infoLogin{
	visibility:hidden;
	width:100%;
	margin-top:41px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#069;
}
#cuerpo #login #infoLogin img{margin-bottom:-3px;}
#pie{
	width:1024px;
	height:100px;
	margin:17px auto;
}
#pie .col{
	float:left;
	width:340.6px;
	height:110px;
	background-image:url(img/fondoTitular.png);
	background-repeat:repeat;
	background-position:center;
	border-radius:7px;
}
#pie .tituloPie{
	height:19px;
	text-align:center;
	line-height:17px;	
	color:#FFF;
	background-color:#666;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#pie #creditos .contenidoPie,#pie #privacidad .contenidoPie{
	height:87px;
	border-right:1px solid #666;
}
#pie #creditos .tituloPie{border-radius:7px 0 0 0;}
#pie #enlaces .tituloPie{border-radius:0 7px 0 0;}
#pie .contenidoPie{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}
#pie #creditos .contenido,#pie #privacidad .txtPrivacidad{padding:11px 7px;}
#pie #creditos .contenido img{
	float:left;
	margin-right:7px;
}
#pie #creditos .contenido a{
	text-decoration:none;
	font-size:13px;
	margin-left:19px;
	color:#666;
	cursor:pointer;
}
#pie #creditos .contenido a:hover{color:#999;}
#pie #enlaces table{
	border-collapse:collapse;
	width:100%;
	margin-top:7px;
	margin-bottom:7px;
}
#pie #enlaces table td{
	width:50%;
	padding:5px 5px 0px 5px;
}
#pie #enlaces table td img{float:left;}
#pie #enlaces table td a{
	text-decoration:none;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	cursor:pointer;
}
#pie #enlaces table td a:hover{color:#999;}
input:focus,select:focus,textarea:focus{
	background-color:#FFC !important;
	border:1px solid #FC6 !important;
}