/* 
Hoja de Estilos para Federación de Rodeos de Chile 2009.
Pro David Barra

*/




/*  Estilos basicos de TEXTO */

body{	
	font-size: 76%;
	color: #666;
}

h1{
	margin:0;
	padding:5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color:#fff;
}

h2{
	margin:0;
	padding:1px 0 0 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color:#fff;
}

p{
	margin:0;
	padding:5px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color:#fff;	
}

h3{
	margin:0;
	padding:3px;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 0.9em;
	color:#fff;	
}

a:link, a:visited{
	margin:0;
	padding:0;
	border:0;
	color:#000;
	text-decoration:none;
}

 a:hover {
	text-decoration:underline;	
}
 
 
 
 
/* Estilos de Clases */ 

* html .top{ /* para IE */
	height: 154px;
	}

* html .logo{ /* para IE */
	height: 110px;
	}


.pad{
	padding-top: 10px;
	}
 




/* Estilos de LAYOUT */ 
 

body{
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	background-color: #990000;
	background-image: url(img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

#banner-top{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	background-image: url(img/header.png);
	background-position: center top;
	background-repeat: repeat-x;
	}
	
#contenedor{
	margin:auto;
	padding:0;
	border:0;
	width:900px;  /*  Ancho total del layout  */
	text-align:center;
	}

#cuerpo{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	min-height:400px;
	clear:both;
	text-align: justify;
	}

#top{
	margin:auto;
	padding:0;
	border:0;
	width:100%;
	min-height: 154px;
	text-align:left;
	}

#logo{
	margin:auto;
	padding:0;
	border:0;
	width:400px;
	min-height: 110px;
	text-align:left;
	float: left;
	}
	
#flash{
	margin:auto;
	padding:0;
	border:0;
	width:490px;
	min-height: 110px;
	text-align:right;
	float: right;
	}

.tabla{
	margin: 0;
	padding:10px;
	border:0;
	width:880px;
	min-height: 12px;
	background-color: #fff;
	/*background-image: url(img/barra.gif);*/
	background-position: top center;
	background-repeat: no-repeat;
	text-align:left;
	}

#flashes{
	z-index:0;
	}

table
{
	width:100%;
}
td
{
	font-family:tahoma;
	font-size:10px;
}

#bottom{
	margin:auto;
	margin-top: 25px;
	padding: 50px 20px 20px 0;
	border:0;
	width:880px;
	text-align:left;
	background-image: url(img/color3.png);
	background-position: top center;
	background-repeat: no-repeat;
	clear:both;
	text-align: right;
	}
	
#menu{
	margin: auto;
	padding: 0;
	padding-left: 7px;
	padding-right: 7px;
	border: 0;
	width: 886px;
	clear: both;
	text-align: left;
	z-index:1;
	}
