@charset "UTF-8";
html {
	margin: 0px;
	height: 100%;
}
/* CSS Document */

body {
	background-image: url(../images/back_degrad.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
}
#top {
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #BBA08B;
	height: auto;
}
#contenido  {
	background-image: url(../images/back_contenido.jpg);
	background-color: #8C6238;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 10px;
	height: 400px;
}
#chavo {
	background-image: url(../images/chavo_index.gif);
	height: 347px;
	width: 244px;
	float: right;
	top: -347px;
	position: relative;
}
#pie {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #5F3315;
	background-color: #FFF;
	height: 40px;
	padding-left: 15px;
	padding-top: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5F3315;
	border-left-color: #5F3315;
}
#info {
	height: auto;
	text-align: justify;
}
#intro {
	width: 250px;
}
.enfasis {
	font-size: 16px;
}
.textochico {
	font-size: 12px;
}
.tablaetapas {
	border: thin solid #FFF;
	margin-right: 10px;
	margin-bottom: 2px;
}
#formulario {
	padding-left: 50px;
}
#fotogaleria td {
	vertical-align: middle;
	text-align: center;
	background-color: #572F15;
}
#fotogaleria img {
	border: thin dotted #FFF;
}
#fotobig #fotogaleria {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fotogaleria a {
	color: #FC0;
	text-decoration: underline;
}
#contenidoindex {
	background-image: url(../images/back_contenido.jpg);
	background-color: #8C6238;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 10px;
	height: 450px;
}
