
html,body {
	width:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin:0 auto;
	padding: 0px;
	font-size: 100%;
	font-size: 14px;
	color: #034782;
	text-align:center;

}


#titulosimgcamp{}

/************ Estructura ************/
#contenedor{
	width: 1000px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
	

#info{
	width:100%;
	padding:0px;
	margin-bottom:10px;
	text-align: justify;
	background-color: #ffffff;
}




#menu{
	width: 230px;
	float: left;
	text-align:left;
	background-color: #ffffff;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../gifs/fondo_menu.gif);
	background-repeat: no-repeat;
}

#menu2{
	width: 230px;
	float: left;
	text-align:left;
	background-color: #ffffff;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}


#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#menu li{
	display:block;
	font-size: 70%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}





#menu ul li a {
/*	display: block;*/
	clear: both;
	line-height: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

#menu ul li a:hover {
	/*display: block;*/
	clear: both;
	line-height: 12px;
	color: #ffffff;
	background-color: #ec008c;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}


#texto_right{
	float: right;
	width: 760px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#texto_right p{
	padding-right: 10px;
}

#texto_right br{
	padding-right: 10px;
}




#logopara {
	float: left;
	width: 150px;
	margin-left:10px;
}



#patrocinador {
	width: 999px;
	text-align: center;
	float: right;
	margin-right:10px;

}

#patrocinador img {
	margin: 2px;
}



#datos_identificativos{
	text-align: center;
	clear: both;
	width:1000px;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top: 20px;
}

div.clear{
	float:none;
	clear:both;
}



td {
	font-size: 70%;

}


img {
  border-width: 0;
}
h1 {
	color: #ffffff;
	font-size: 150%;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	/*background-color: #ec008c;*/
	height: 20x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../gifs/fondo_titulares.gif);
	background-repeat: no-repeat;
}
strong {
	/*color: #1792fd;*/
}

h2 {
	color: #ec008c;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
}

h3 {
	font-size: 100%;
}

p{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

a {
	color: #1792fd;
	font-weight: bold;
}

a:link {
  color: #1792fd;
}

a:active {
  color: #1792fd;
}

a:visited {
  color: #1792fd;
}


a:hover {
    color: #ec008c;

}

input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;

}

select{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;

}


/* para imagenes de los deportes */

.deportes {
  float: left;
  padding: 0;
  text-align:center;
  margin-right:15px;
  margin-bottom:15px;
  width:18%;
  }

.deportes2 {
  float: left;
  padding: 0;
  text-align:center;
  margin-right:15px;
  margin-bottom:15px;
  width:350px;
  }
  
.deportes a{
	font-weight: bold;
	font-size:14;
	color: #1792fd;
}  

.deportes a:hover{
	font-weight: bold;
	color: #ec008c;
}  
   
/* para linea del campeonato */
.campnombre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #c0c0c0;
	text-align: left;
	padding: 5px;
}
