* {
	padding: 0;
	margin: 0;
	}



/*estructura de la web*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: black;
	background-image: url(images/img_bambu.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#contenedor {
	width: 700px;
	vertical-align: top;
	margin: auto;
	background-image: url(images/img_fondo.gif);
	background-repeat: repeat-y;
	}

#cabecera {
	background-color: black;
	}
	
#cuerpo {
	padding: 20px;
	height: 120px;
	color: white;
	background-image: url(images/img_cuerpo.gif);
	background-repeat: no-repeat;
	}	
	
#columna_izquierda {
	float: left;
   	width: 320px;
	}
	
#columna_derecha {
	float: right;
   	width: 320px;
	}
	
#pie {
	clear: both;
	padding-top: 20px;
	text-align: center;
	background-image: url(images/img_pie.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#pie div {
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #a6a0a0;
	color: white;
	line-height: 2em;
	}
	
#factor {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: black;
	}



/*Vínculos y botones*/

#menu ul {margin: 0; margin-left: 10px; padding: 0;}
#menu li {display: block; clear: both; margin: 0px; padding: 0px;}

a:link, a:visited, a:active {font-family: tahoma, trebuchet ms, arial; color: #b7c817; font-size: 11px; font-weight: bold;}
a:hover {color: #92a30a;}

a img {border: 0; margin: 0; padding: 0;}

.thumbs {margin: 0; margin-top: 30px; margin-bottom: 30px;}
.thumbs li {display: inline; padding: 1px; margin: 0px;}

#cabecera ul {
	clear: both;
	height: 40px;
	width: 100%;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	text-align: left;
	}

#cabecera li {
	float: left;
	display: block;
	width: 110px;
	height: 30px;
	padding: 8px 0 12px 0;
	margin: 0;
	color: white;
	font-weight: bold;
	text-align: center;
	background-image: url(images/img_boton.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}



/*Textos*/

html, body, table {font-family: arial, trebuchet ms; font-size: 12px; text-align: center;}

h1 {padding: 0 0 .5em 0; font-family: century gothic; font-size: 17px; font-weight: bold; text-align: left;}
h2 {padding: 0 0 .5em 0; font-family: century gothic; font-size: 18px; font-weight: normal;}
h3 {padding: 0; margin: 0; margin-bottom: 10px; font-family: trebuchet ms; font-size: 16px; font-weight: bold;}

hr {display: block; height: 2px; margin: 10px 0px 10px 0px; border: 0; border: 1px dashed #a6a0a0;}

ul {margin-left: 15px;}
li {list-style-image: none;}

strong {color: #FF9900;}

#factor strong {color: white;}



/*Otros estilos*/
	
.cuadro {
	height: 100px;
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #a6a0a0;
	text-align: left;
	background-color: #656565;
	background-image: url(images/img_caja.gif);
	background-repeat: repeat-x;
	}
	
.cuadro li {
	margin-bottom: 2em;
	}
	
.foto {
	float: left;
	}
	
.foto img {
	margin-right: 10px;
	}
	
p {
	margin: 20px 0 0 0;
	}

table {
	text-align: left;
	color: white;
	}
	
th {
	padding-bottom: 10px;
	border-bottom: 1px dashed #a6a0a0;
	}
	
form {
	float: right;
   	width: 100%;
	}
