/* CSS Document */
*,html{
	margin:0px;
	padding:0px;
}
:focus{
    outline:0;
}
body {
	background-color: #000;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#999;
}
#contenedor {
	width:760px;
	/*position: absolute;
	top:50%;
	left:50%;
	margin-left:-380px;  La mitad del alto (width)
	margin-top:-210px;  La mitad del ancho (height) */
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.h1cabecera{
	font-size: 24px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 5px;
	color: #999;
}
#cabecera{
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
	height: 135px;
}
#lema, #lema_index{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	padding-left: 20px;
}
#contenido_ida{
	padding-left: 20px;
	width: 330px;
	padding-right: 50px;
	padding-bottom: 20px;
}
#contenido{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#contenido_ida h2, #contenido h2{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #990000;
	font-weight: normal;
	padding-bottom: 15px;
	font-size: 24px;
}
#contenido h3, #contenido_ida h3{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	padding-bottom: 15px;
	font-size: 18px;
}
#contenido_ida p{
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 18px;
}
#lateral_dcha{
	padding-right: 20px;
	float: right;
	width: 334px;
	padding-bottom: 20px;
	padding-top: 50px;
}
#paginar{
	font-size: 11px;
	text-align: right;
}
.clear{
	clear: both;
}
#pie{
	clear: both;
	text-align: right;
	font-size: 9px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom:3px;
	font-style: normal;
}
/*--MENU--*/
#menu{
	padding-top: 9px;
	padding-right: 10px;
}
#menu, #menu ul {
	list-style:none;
	height:30px;
	float: right;
}
#menu ul {padding:0; margin:0; position:absolute; left:-9999px;}
#menu li {float:left;}
#menu li a {
	white-space:nowrap;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 20px 0 10px;
}
#menu li a:hover {
	position:relative;
}
#menu li:hover {position:relative;}

#menu :hover ul {left:-1px; top:30px; width:120px; padding-top:1px; border-bottom:0;}
#menu :hover ul li a {height:15px; line-height:15px; width:120px; font-size:11px;}

#menu :hover ul ul {left:-9999px; padding-top:0;}
#menu :hover ul :hover ul {left:150px; top:21px;}
#menu :hover ul :hover ul ul {left:-9999px;}

#menu :hover ul :hover ul li a:hover {padding-left:10px;}

/*--INDEX--*/

#cabecera_index{
	background-image: url(../images/cabecera_index.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
#lema_index{
	width: 115px;
	float: left;
}
#contenido_index{
	background-image: url(../images/ruizdelarrinaga_index.jpg);
	background-repeat: no-repeat;
	height: 290px;
}
#lateral_index{
	width: 350px;
	padding-right: 20px;
	float: right;
}
#amigos_index{
	float: right;
	width: 54%;
}
#prox_carrera{
	float: right;
	width: 54%;
	margin-bottom: 10px;
}
#prox_carrera a{
	font-size: 10px;
}
#noti_index{
	clear: both;
}
#lateral_index h2{
	font-size: 13px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-indent: 20px;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
#lateral_index li{
	list-style-type: none;
	font-size: 10px;
	padding-bottom: 3px;
}
#lateral_index li span{
	float: right;
	padding-left: 5px;
}
marquee{
	margin-right: 20px;
	margin-left: 20px;
}

/*--NOTICIAS--*/

.noti_column{
	width:132px;
	float: left;
}
.noti_img{
	height: 120px;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	float: left;
}
.noti_contenido{
	float: right;
	width: 560px;
}
.noti_fecha{
	font-size: 11px;
	padding-bottom: 6px;
	font-style: italic;
}
.noti_titular{
	font-size: 24px;
	padding-bottom: 10px;
}

.noti_cuerpo{
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 18px;
}
.noti_ampliar{
	font-size: 11px;
	font-weight: bold;
}
.noti_separador{
	background-image: url(../images/separador.gif);
	background-repeat:  repeat-x;
	height: 10px;
	clear: both;
	padding-bottom: 10px;
}

/*--GALERIA FOTOGRAFICA--*/

#galeriaFotos li{
	display:inline;
	list-style-type: none;
	float:left;
	margin: 0px 6px 6px 0px;
}
/* for non-IE browsers */
div.holder {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	border: 1px solid #666;
	width:112px;
	height:112px;
}
div.holder img {
	margin:0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.holder:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
/* vertical align for IE */
.edge {width:0; height:100%; *display:inline-block; vertical-align:middle;} 
.container {text-align:center; width:100%; *display:inline-block; vertical-align:middle;}
.titulo_album{
	font-size: 10px;
}

/*--PRENSA--*/

.prensa{
	font-size: 11px;
	list-style-position: inside;
	list-style-type: square;
	padding-bottom: 20px;
}

/*--PERSONAL--*/

.texto{
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 18px;
}
.img_dcha{
	float: right;
	margin-left: 50px;
	margin-bottom: 30px;
}

/*--CONTACTO--*/

#formulario{
	width: 330px;
	font-size: 11px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#formulario label { 
	float:left; 
	width:135px; 
	margin:0px; 
	padding:0px 7px 0px 0px;
}
#formulario textarea, #formulario input, #formulario select {
	border:1px solid #666;
	background-color:#000;
	vertical-align:middle;
	margin-left:0px;
	margin-right:0px;
	padding:2px;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 5px;
}
#formulario textarea {
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
}
form p{
	font-size: 9px;
}
.boton, .botongris {
	border-bottom:solid 1px #666666;
	border-right:solid 1px #666666;
	border-left:solid 1px #E8E8E8;
	border-top:solid 1px #E8E8E8;
	color:#333!important;
	font-weight:bold;
	font-size:11px!important;
	margin-top: 10px;
	padding: 2px 10px;
}
.boton{
	background-color:#FFF!important;
}
.botongris{
	background-color:#999!important;

}

/*--CALENDARIO COMPETICION--*/

#calendario_competicion{
	margin-bottom: 20px;
}
#calendario_competicion dt span, #calendario_competicion dd span{
	padding-right: 10px;
}
#calendario_competicion dt{
	font-family: "Trebuchet MS", Verdana, Arial;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 18px;
}
#calendario_competicion dd{
	font-size: 11px;
	padding-bottom: 5px;
}
.calenda {
	border:1px solid #666;
	background-color:#000;
	vertical-align:middle;
	margin-left:0px;
	margin-right:0px;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 5px;
}

/*-----tooltip-----*/

a.info {
    position:relative;
    z-index:24; 
}
a.info:hover {
    z-index:25; 
}
a.info span {  /*Esta es la que hace que el texto en el span no se despliegue en el estado normal de la URL*/
	display: none;
}
a.info:hover span {  /*Esta zona es la que hace que se despliegue cuando nos ubicamos sobre el texto de la URL o la imagen dentro de la URL*/
	display:block;
	position:absolute;
	top:0px;
	left:-65px;
	width:305px;
	border:1px solid #999;
	background-color:#666;
	color:#FFF;
	text-align: left;
	padding: 10px;
	opacity:1;
	line-height: 20px;
} 

/* ---- */

/*Calendario*/
#calendario{
	float: left;
	width: 40%;
	margin-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}	
#calendario li{
	list-style-type:none;
	display:inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#calendario a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
#calendario a:hover {
	color: #CCC;
}
.month {
	background-color: #000;
	text-align: center;
	border: 1px solid #999;
	height:14px;
	width:14px;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #333;
	color: #FFF;
	/*border-style: solid;
	border-width:0px*/
}
.dayname {
	background-color: #999;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	height:14px;
	width:14px;	
	/*border-style: none;
	border-width:1px*/
}

.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CDC9C9;
	/*border-style: none;
	border-width:1px*/
}
.yearnavigation {
	font-size: 10px;
}
.monthday {/*dias normales mes*/
	text-align: center;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #FFF;
	height:14px;
	width:14px;
}
.monthday a {
	color: #FFEFDB;
	font-size: 10px;
	font-weight: bold;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	/*background-color: #EEE9E9;*/
	color: #FFF;
	height:14px;
	width:14px;
	border: 1px solid #FFF;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:14px;
	width:14px;
}
.sunday {
	background-color: #666;
	text-align: center;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #FFF;
	height:14px;
	width:14px;
}
.sunday a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
.saturday {
	background-color: #666;
	text-align: center;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #FFF;
	height:14px;
	width:14px;
}
.saturday a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.carrera {
	background-color:#990000;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	height:14px;
	text-align:center;
	width:14px;
}