body {
	left:50%;
	margin-top: 5px;
	margin-left: -492px;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.tabgen {
	position: absolute;
	margin: 1px 0px 0px 0px;
	width: 985px;
	height: 1700px;
	border: 0px solid #666666;
	background-color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 5px 5px #AAA;
}
div.visitas {
	position: absolute;
	top: 110px;
	left: 810px;
	color: #99CCFF;
	font-style: italic;
	font-size: 18px;
}
div.visitas p#num {
	position: relative;
	top: 0px;
	left:70px;
}
div.visitas p#vi {
	position: relative;
	top: 40px;
	left:-1px;
}
div.cabecera {
	position: absolute;
	top: 1px;
	width: 100%;
}

/*Menu de la web nuevo*/

#menu
{
	position: absolute;
	top: 200px;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background: #003366;
	background: -moz-linear-gradient(#003366, #99CCFF);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #99CCFF),color-stop(1, #003366));
	background: -webkit-linear-gradient(#003366, #99CCFF);
	background: -o-linear-gradient(#003366, #99CCFF);
	background: -ms-linear-gradient(#003366, #99CCFF);
	background: linear-gradient(#003366, #99CCFF);
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li
{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #FFFF00;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 2px 0 #000;
}

#menu li:hover > a
{
	color: #99CCFF;
	text-shadow: 0 2px 0 #003366;
}

*html #menu li a:hover /* IE6 */
{
	color: #99CCFF;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #003366;
    background: -moz-linear-gradient(#003366, #99CCFF);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #99CCFF),color-stop(1, #003366));
    background: -webkit-linear-gradient(#003366, #99CCFF);
    background: -o-linear-gradient(#003366, #99CCFF);
    background: -ms-linear-gradient(#003366, #99CCFF);
    background: linear-gradient(#003366, #99CCFF);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
	height: 10px;
	width: 160px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: uppercase;
}

*html #menu ul a /* IE6 */
{
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{
	height: 10px;
}

#menu ul a:hover
{
	color: #99CCFF;
    background: #003366;
	background: -moz-linear-gradient(#99CCFF,  #003366);
	background: -webkit-gradient(linear, left top, left bottom, from(#99CCFF), to(#003366));
	background: -webkit-linear-gradient(#99CCFF,  #003366);
	background: -o-linear-gradient(#99CCFF,  #003366);
	background: -ms-linear-gradient(#99CCFF,  #003366);
	background: linear-gradient(#99CCFF,  #003366);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #003366;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #003366;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #003366;
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #003366;
    border-bottom-color: transparent;
}
/**/

#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/*fin del menu nuevo*/

.modulos {   /*para cambiar la posicion del contenido de modulos con el menu nuevo*/
	position: absolute;
	top: 290px;
	left: 60px;
	float: left;
	width: 634px;
	background-color: #FFFFFF;
}

/*botones para proximas competiciones y calendario provisional*/
.competicion {
	position: absolute;
	top: 255px;
	right: 20px;
	height: 130px;
	width: 190px;
	padding: 12px;
	background-color: #003366;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border radius: 20px;
	-moz-box-shadow: 0 12px 0 #9CF, 0 2px 0 #9CF;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 5px 5px #AAA;
}
#pista {
	position:relative;
	top: 10px;
	left: 7px;
	padding: 4px 8px 4px 8px;
}
#fondo {
	position:relative;
	top: 18px;
	left: 10px;
	padding: 4px 4px 4px 4px;
}

#calendario {
	position:relative;
	top: 38px;
	left: 10px;
	padding: 4px 33px 4px 34px;
}
#pista, #fondo, #calendario {
	font-size: 8pt;
	font-weight: bold;
	background-color: #9CF;
	color: #036;
	text-decoration: none;
	text-shadow: 0 2px 0 #FF5;
}
#pista:link, #pista:visited, #fondo:link, #fondo:visited, #calendario:link, #calendario:visited {
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #666;
	border-left: 1px solid #CCC;
	border-right: 2px solid #666;
}
#pista:hover, #fondo:hover, #calendario:hover {
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #666;
	border-right: 1px solid #CCC;
	border-left: 2px solid #666;
}
/*fin de botones*/

/*menu temporal (por acabar)*/

.temporal {
	position: absolute;
	top: 430px;
	right: 45px;
}
#rfea, #fcan, #cartes {
	position: relative;
	top: 10px;
	margin: 10px;
}
#velocidad {
	position: relative;
	top: 30px;
	right: -25px;
}




/*.tabgen {
	border: 0px solid #666666;
	background-color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 5px 5px #AAA;
}*/
.fechanot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.titularnot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.txtnot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;

}
img{border:none;}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here

		*/ 
		width:180px;
		height:133px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */.imgborde {
	border: 3px solid #CCCCCC;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.noticiaslarga {
	text-align: justify;
	float: left;
}

.imggaleria {
	margin: 5px;
}
.fceldagal {
	background-image: url(imagenes/fceldagal.gif);
}
ul.menu {
	clear: both;
	float: left;
	width: 100%;
	list-style: none;
	background-color: #6699FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;







}
ul.menu li {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	width: 90px;
	margin-left: 10px;




}
ul.menu li a:link, ul.menu li a:visited {
	display: block;
	text-decoration: none;
	color: #333;
	width: 90px;
	padding-right: 10px;
	padding-left: 10px;


}
ul.menu li a:hover  {
	display: block;
	text-decoration: none;
	color: #999999;
	width: 90px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000066;



}
.gal {
	height: 160px;
	width: 180px;
	margin: 10px;
	float: left;

}
.galimg {
	background-color: #999999;
	height: 116px;
	width: 156px;
}
.galtext {
	height: 56px;
	width: 156px;
	text-align: center;

}
.galimgdetalle {
	background-color: #999999;
	height: 120px;
	width: 160px;
	float: left;
	border: 1px solid #999999;
	margin: 10px;
	padding-top: 2px;
	padding-left: 2px;




}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.tabgen2 {
	background-image: url(imagenes/fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.pnotdetalle {
	float: left;
	text-align: justify;
}
.imgslide {
	border: 2px solid #999999;
	margin-left: 15px;
}
.sl {
	width: 100%;
}
/*modificado por manuel*/
.publi{
	position: absolute;
	top: 630px;
	right: -260px;
	float: left;
	width: 170px;
	height: 220px;
	background-color: #81BEF7;
}
hr {
	border: 2px solid #99CCFF;
}

