body {background:#8B1C07; 
font-family:Arial,Helvetica,sans-serif;
	font-size: 10px;
}

h3{font-size: 11px;}
p{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px; /*text-align:justify;*/}
td{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #000000;}

a{text-decoration:none;}
a:link{color:black;}
a:visited{color:black;}
a:actived{color:black;}
a:hover{color:black;}

a.rivales:link{color:#A70303;}
a.rivales:visited{color:#A70303;}
a.rivales:actived{color:#A70303;}
a.rivales:hover{color:#FF6600;}
a.rivales {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.rivalesEnlaces{text-align:center;
}


.estilo1{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8px;color: white;}
.estilo2{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: black;}
.Estilo2{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 9px;color: black;}
.Estilo3{color: #FFFF99; 	font-weight: bold;}
.Estilo4 {color: #b05c04;	font-weight: bold;	font-size: 12px;}
.Estilo6 {color: #FFFF99; font-weight: bold; font-size: 12px; }

.Estilo13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #0000FF; font-style: italic; }
.Estilo14 {
	color: #b05c04;
	font-weight: bold;
}
.Estilo17 {color: #0033FF}
.Estilo18 {color: #FFFFFF}
.Estilo20 {color: #0000FF}
.Estilo28 {
	color: #CC6600;
	font-size: 15px;
	font-weight: bold;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenuNumero{
width: 25px; /*width of menu*/
}

.arrowlistmenuNumero .headerbarNumero{
font: bold 14px Arial;
text-align:center;
color: white;
background: black url(http://www.pruebacoches.es/css/titlebarNumero.jpg) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 2px 0 2px 2px; /*header text is indented 10px*/
}









.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(http://www.pruebacoches.es/css/titlebar.jpg) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 2px 0 2px 5px; /*header text is indented 10px*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(http://www.pruebacoches.es/css/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


/*Menu horizontal xxxxx*/ 
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	background: url(http://www.pruebacoches.es/css/menur_bg.gif); /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 13px 0 1px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(http://www.pruebacoches.es/css/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(http://www.pruebacoches.es/css/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}



