@import url('/screen.css');

body {
	font-family: arial;
	font-size: 10px;
	color: #444444;
	margin: 0px; 
	padding: 0px;
	text-align: left;
}

a {
	font-weight: bold; 
	text-decoration: none; 
	color: #0F1F81;
}

a:hover, a:active {
	text-decoration: underline; 
}

#contenedor {
	width: 100%;
	background-color: #FFFFFF;
}

#superior {
	width: 100%;
	height: 38px;
	background-color: #AEB6A9;
}

#superior_contenedor {
	min-width: 760px;
	height: 38px;
}

#botones {
	width: 281px;
	height: 38px;
	float: left;
	padding-left: 11px;
	background-color: #3F4984;
}

* HTML #botones{
	width: 292px;
} 

#fecha {
	width: 446px;
	height: 16px;
	background-color: #C8D1C0;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 11px
}

* HTML #fecha{
  	width: 468px;
	height: 38px;
} 

#titulo {
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
}

#cabecera {
	width: 100%;
	height: 200px;
	background-color: #3F4984;
}

#cabecera_contenedor {
	min-width: 760px;
	height: 200px;
}

#cabecera_izq {
	width: 472px;
	height: 200px;
	float: left;
}

#usuarios {
	width: 288px;
	height: 200px;
	background: url('img/bg/intranet.jpg');
	float: right;
}

#usuarios_formulario {
	width: auto;
	height: 190px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 40px 10px 10px 10px;
	text-align: right;
	vertical-align: middle;
}

#usuarios_formulario a {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}

#usuarios_formulario input {
	width: 100px;
	height: 16px;
	border: 1px solid #AAAAAA;
	font-family: arial;
	font-size: 10px;
	color: #444444;
}

#titulos {
	width: 100%;
	height: 26px;
	background-color: #AEB6A9;
}

#titulos_contenedor {
	min-width: 760px;
	height: 26px;
}

#titulos_izq {
	width: 292px;
	height: 26px;
	background-color: #0F1F81;
	float: left;
}

#titulos_doble {
	width: 468px;
	height: 26px;
	float: right;
}

#titulos_centro {
	width: 180px;
	height: 26px;
	background-color: #0F1F81;
	float: left;
}

#titulos_dch {
	width: 288px;
	height: 26px;
	background-color: #0F1F81;
	float: right;
}

#titulos_intranet {
	min-width: 760px;
	height: 26px;
}

#titulos_izq_pub {
	width: 472px;
	height: 26px;
	background-color: #0F1F81;
	float: left;
}

#controles {
	width: 100%;
	height: auto;
	background-color: #C8D1C0;
}

#controles_contenedor {
	min-width: 760px;
	height: auto;
}

#controles_botones {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	float: left;
	min-width: 760px;
	background-color: #0F1F81;
}

* HTML #controles_botones{
	margin: 0px 0px 0px 0px;
} 

#controles_botones li {
	font-size: 11px;
	display: inline;
}

#controles_botones li a {
	padding: 6px 10px 6px 10px;
	background-color: #0F1F81;
	float: left;
	border: 0px;
}

#controles_botones li a:hover {
	background-color: #3F4984;
	text-decoration: none;
}

#cuerpo {
	width: 100%;
    display: grid;
}

#cuerpo_contenedor {
	min-width: 760px;
}

#noticias {
	width: 292px;
	float: left;
	background-color: #FFFFFF;
}

#noticias_pub {
	width: 472px;
	float: left;
	background-color: #FFFFFF;
}

#texto_pub {
	width: 452px;
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

* HTML #texto_pub{
	width: 472px;
}

#texto_pub td{
	font-size: 10px;
	color: #444444;
}

#texto_pub select{
	border: 1px solid #AAAAAA;
	font-family: arial;
	font-size: 10px;
	color: #444444;
}

#cuerpo_doble {
	width: 468px;
	float: right;
}

#menu {
	width: 288px;
	height: auto;
	float: right;
	background-color: #FFFFFF;
}

#menu_contenedor {
	width: 288px;
	height: auto;
}

#menu_federacion {
	width: 143px;
	height: auto;
	float: right;
	border-left: 1px solid #FFFFFF;
}

* HTML #menu_federacion {
	width: 144px;
}

#menu_competicion {
	width: 144px;
	height: auto;
	float: left;
}

.menu_boton1 {
	width: auto;
	height: 24px;
	background-color: #3F4984;
	padding-top: 6px;
	padding-left: 6px;
	border-bottom: 1px solid #FFFFFF;
}

.menu_boton1 a {
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
}

* HTML .menu_boton1 {
	height: 30px;
}

.menu_boton2 {
	width: auto;
	height: 24px;
	background-color: #3F4984;
	padding-top: 6px;
	padding-left: 6px;
	border-bottom: 1px solid #FFFFFF;
}

.menu_boton2 a {
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
}

* HTML .menu_boton2 {
	height: 30px;
}

#inferior {
	clear: both;
	width: 100%;
	height: 38px;
	background-color: #AEB6A9;
}

#inferior_contenedor {
	min-width: 760px;
	height: 38px;
}

#copyright {
	width: 274px;
	height: 26px;
	float: left;
	color: #EEEEEE;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 18px;
	background-color: #3F4984;
}

* HTML #copyright {
	width: 292px;
	height: 38px;
}

#inferior_dch{
	width: 468px;
	height: 38px;
	float: right;
}

#direccion {
	width: 292px;
	height: 32px;
	background-color: #C8D1C0;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
	float: left;
}

* HTML #direccion{
	width: 302px;
	height: 38px;
}

#campusdeportivo {
	width: 160px;
	height: 38px;
	background-color: #C8D1C0;
	padding-right: 6px;
	float: right;
}

* HTML #campusdeportivo {
	width: 166px;
}

.noticia {
	clear: both;
	width: auto;
	margin: 10px 10px 15px 10px;
}

.noticia a {
	font-size: 11px;
}

.noticia img {
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.noticia_mini {
	width: auto;
	margin: 5px 10px 5px 10px;
}

.noticia_mini a {
	font-size: 10px;
}

#historial_noticias {
	clear: both;
	width: auto;
	margin: 10px;
	text-align: right;
}

#historial_noticias a {
	font-size: 11px;
}

#historial_noticias select {
	font-size: 9px;
}

#publicidad_lateral_1 {
	position: absolute;
	top: 116px;
	left: 768px;
}

#publicidad_lateral_2 {
	position: absolute;
	top: 342px;
	left: 768px;
}

#publicidad_lateral_3 {
	position: absolute;
	top: 368px;
	left: 768px;
}

.link_2{
	color: #FFFFFF;
	font-weight: bold;
}

.link_3{
	color: #333333;
	font-weight: bold;
}

#intranet_seccion{
	width: auto;
	height: auto;
	margin: 10px;
	font-size: 13px;
	font-weight: bold;
}



.titulo_noticia{
	font-size: 12px;
	color: #0F1F81;
	font-weight: bold;
}

.titulo_noticia{
	font-size: 12px;
	font-weight: bold;
}

.titulo1{
	font-size: 14px;
	font-weight: bold;
}

.titulo2{
	font-size: 12px;
	font-weight: bold;
}
.titulo3{
	font-size: 16px;
	font-weight: bold;
}

.Resultado{
	font-size: 16px;
	font-weight: bold;
	color:#006633;
}

.ResultadoCambiado{
	font-size: 16px;
	font-weight: bold;
	color:#C01125;
}
.ResultadoCambiadoMini{
	font-size: 9px;
	font-weight: bold;
	color:#C01125;
}


.blanco {
	font-size: 11px;
	font-weight: bold; 
	color: #FFFFFF;
}
.blanco_grande {
	font-size: 13px;
	font-weight: bold; 
	color: #FFFFFF;
}

.rojo{
	color: #FF0000;
	font-weight: bold;
}

.naranja{
	color:#FF9900;
	font-weight: bold;
}

.amarillo{
	color:#FFFF00;
	font-weight: bold;
}

.verde{
	color: #009900;
	font-weight: bold;
}

#calendario{

}

#calendario td{
	font-family: arial;
	font-size: 10px;
	margin: 0px; 
	padding: 0px;
}

.sombreado{
	background-color:#EEEEEE;
	padding: 2px;
	border: 1px solid #DDDDDD;
}

.letra_negra {

}

.letra_negra td {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}

.msg_grande td{
	font-size: 13px;
}

.msg_grande textarea{
	font-size: 13px;
}
.msg_grande input{
	font-size: 13px;
}
.salto {
	page-break-after: always;
}

.TablaActa{
	border: 1px solid #000000;
}

.TablaconbordeDisc{
	border:1px dashed black
}

.Tablaconborde{
	border: 1px solid #000000;	
}

.Tablaconborde td {
	border: 1px solid #000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.pequeño {
	font-size: 8px;
}

.fondoALetraB{
	background-color:#666666;
	color: #FFFFFF;
}

.TablaActaAlineacion{
	border: 1px solid #666666;
}

.inputRojo{
	border-color: #92a8d1;
}

@media print {
   .noPrint {display:none;}
}