@charset "utf-8";
/* CSS Document */

body {
margin-top:10px;
padding:0; 
text-align:center;
background: #BAA161  url(imagenes/bg_body.png) top left repeat-x;} 

#content { 
text-align:left; 
margin: auto;
width:900px; 
height:auto;
background:transparent;} 

#header { 
width: 900px; 
height:230px;
float: left;
background: url(imagenes/bg_header.png) left top no-repeat;
position:relative;}

#header h1 a{
	margin:0;
	display: block;
	overflow:hidden;
	text-indent:-2000px;
	background: url(imagenes/logo.png) top left no-repeat;
	height:186px;
	width: 130px;
	position: absolute;
	top: 28px;
	left: 27px;
}

#header h2{
margin:0;
display: block;
overflow:hidden;
text-indent:-2000px;
background: url(imagenes/texto.png) top left no-repeat;
height: 36px;
width: 428px;
position: absolute;
top: 90px;
left: 310px;}

#sub_header { 
width: 900px; 
height:240px;
float: left;
background: url(imagenes/bg_sub_header.png) top left repeat-y;
position:relative;}

#slider {
	width: 840px;
	height:200px;
	float: left;
	background:#FFF;
	position: absolute;
	top: -199px;
	left: 171px;
	background-color: #171312;
}

#contenido {
width:900px;
height:auto;
float:left;
background: #FFF url(imagenes/bg_contenido.png) top left no-repeat;
position:relative;}

#izq_col {
width:550px;
height:auto;
float:left;
clear: left;
background:#CCCCCC;} 

#der_col {
width:250px; 
float: right;
background:#00FF00;} 

#menu_abajo{
width:900px;
height:50px; 
float: right;
background:#FFF;
position:relative;}

#pie {
width:900px; 
height:91px;
clear:both; 
background: url(imagenes/bg_pie.png) top left no-repeat;
position:relative;}

#empujador {
	margin-left:25px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif ;
color: #000;
font-weight:400;
}

p{
font-size:13px;
padding:10px 25px 5px 25px;
font-family: Arial, Helvetica, sans-serif ;
color: #000;
font-weight:400;}

p a{color:#000000;
text-decoration:none;}

p a:hover{ color:#0066FF;}

#pie p {
text-align:center;
padding:30px 10px 0 10px;
color:#FFF;}

#pie p a{
text-decoration:none;
padding:0 0 0 0;
font-family: Arial, Helvetica, sans-serif ;
color: #BAA161;
font-weight:400;}

#pie p a:hover{ color: #F90;}

h1 {
font-size: 45px;
color:#BAA161;
padding:10px 0 0 25px;
font-family: Arial, Helvetica, sans-serif; 
font-weight:400;}

h2 {
color:#BAA161;
padding:15px 10px 0 10px;
font-family: Arial, Helvetica, sans-serif; 
font-weight:400;}

/*---------------------menu pie-----------------*/
#menupie{
float: left;
width: 850px; 
height:90px;
position:relative;}

#menupie p{
font: bold 15px Trebuchet MS; 
margin:0;
padding:10px 0 0 25px;}

.menupie{
margin:0;
padding:15px 0 0 0;
float: left;
font: bold 12px Trebuchet MS;
width: 100%;
overflow: hidden;}

.menupie li{
list-style: none;
display: inline;}

.menupie li a{
float: left;
color: #BAA161;
margin:0;
padding: 0 10px 20px 25px;
text-decoration: none;}

.menupie li a:visited{
color: #000;}

.menupie li a:hover{
color: #000;}
/*------------------------------------------*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}

