body {
	font-family: Arial, Helvetica, sans-serif;
}

#cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	width:1100px;
	border: 1px dashed #666666;
  
  overflow: hidden;
  
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}

#header{

width:1100px;
height:100px;

background: url("gorrapuestasheadfondo.jpg");
background-repeat:repeat-x ;
font-size:14px;
}
#header div{
float:left;
}

#logo{
width:382px;
height:92px;
font-size:14px;
float:left;
margin-right: 40px;


}
#columna1header{
text-align:center;
width:300px;
height:94px;
font-size:13px;
float:left;
top:4px;
position:relative;
border: 1px solid #000000;
background-image:url(tablafondo.jpg);
background-repeat:repeat-x;
}
#imaheader{
text-align:center;

float:left;
top:5px;
position:relative;

}

.cont1{
width:300px;
height:auto;
font-size:14px;
top:5px;
position:relative;
border: 1px dashed #000000;
background-image:url(tablafondo.jpg);
background-repeat:repeat-x;
margin-bottom: 5px;
float:none;
}

.titulo{
font-weight: bold;
background-color:#0066CC;
width:100%;
height:18px;
color:#FFFFFF;
background-image:url(tablatitulo.jpg);
border-bottom: 2px #FFFFFF solid;
background-repeat:repeat-x;
}

#botoneras {
background-color:#0099FF;
height:30px;

}

.col1 {



float:left;
position:relative;
left:0px;
width:300px;
margin-right: 10px;
margin-left:4px;
height:auto;
background-color:#F5F5F5;
}

.col2 {
height:auto;
margin-left:310px;
margin-right:170px;
}
.col3 {
margin-top: 4px;
top:auto;
height:auto;
float:right;
width:162px;
margin-right: 4px;
background-color:#F5F5F5;
}


#footer {
width:1100px;
background-color:#6699FF; 
position:relative;
bottom:0;
float:left;
}


#nav,#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:"Trebuchet MS", Tahoma, Arial;
	list-style-type:none;
	

}
#nav a {
	display: block;
	display: inline-block;
	padding: 2px 5px;
	color:#FFF;
	text-decoration:none;
}
#nav a:hover {
	background-color:#f4f4f4;
	color:#333;
	text-decoration:none;
}
#nav li {
	float: left;
	list-style: none;

}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color:#e4e4e9;
}
#nav li ul li {
	float: left;
	width: 10em;
	padding-left:2px;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li a{
	background-color:#e4e4e9;
	color:#000;
	border-width: 0px;
	font-size:12px;
	padding:0 2px;
	border-bottom:1px dotted #666;
	list-style: none;

}
#nav li ul li a:hover{
	border-width:0px;
	border-bottom:1px dotted #666;
}




ul.opcion {
list-style-type:none;
background-color:#0099CC;
}

li.opcion {
   float:left;
   margin:0px 1px;
   border:1px solid black;
   border-bottom:4px #000000 solid;
   border-right:4px #000000 solid;
   background:#eeeeee;
   list-style: none;

}
a.opcion
{
   display:block;
   padding:5px;
  
}
a.opcion:hover
{
   
}

