/** BASICO */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000 url(../images/bg.jpg) no-repeat left top;
}

/** FORMULARIOS */

form {
	margin: 0px;
	padding: 0px;
}

/** CABECERAS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 span, h2 span {
	padding: 0px 40px 0px 0px;
	background: url(images/homepage03.gif) no-repeat right center;
}

h1 {
	margin-bottom: 20px;
	font-size: 14px;
	color: #614C31;
}

h2 {
	margin-bottom: 15px;
	font-size: 12px;
	color: #614C31;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	color: #9C5234;
}

/** TEXTOS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

p, blockquote, ul, ol, dl {
	text-align: left;
}

/** ENLACES */

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

.mas {
	background: url(images/homepage09.gif) no-repeat left center;
	font-weight: bold;
	font-size: 12px;
}

.mas a {
	text-decoration: none;
}

.mas a:hover {
	text-decoration: underline;
}

/** CONTENEDOR */

#contenedor { 
	margin: auto;
	padding: 15px;
	/*height: 700px;*/
	width: 740px;
}

/*************************************** CABECERA ***************************************/

#cabecera {
	height: 164px;
	width: 749px;
	background: url(../images/cabecera.png) no-repeat;
	margin-top:-16px;
}

/*#logo {
	float: left;
	height: 151px;
	width: 553px;
}

#eslogan {
	float: left;
	height: 151px;
	width: 0px;
}

#camara {
	float: left;
	background: url(../images/camara.png) no-repeat left center;
	height: 151px;
	width: 187px;
}
*/
/*************************************** IZQUIERDA ***************************************/

#izquierda {
	float: left;
	width: 271px;
	margin: 0 10px 0 0;
}

#simplegallery1{
position: relative;
visibility:visible;
height:444px;
border: 5px solid #fff;
}

/*************************************** DERECHA ***************************************/

#derecha {
	float: left;
	width: 459px;
}

#contenido {
	background: url(../images/bg_contenido.jpg) no-repeat top left;
	height: 407px;
	width: 459px;
	padding: 20px 0 0 21px;
	margin: 24px 0 0 0;
}

#contenido_todo {
	height: 370px;
	width: 415px;
}

.texto_seccion {
	padding: 0px;
	height: 200px;
	text-align: justify;
}

/** MENU */

#menu {
	padding-left: 0px;
	list-style: none;
	width: 460px;
	height: 23px;
	/*margin: 0 0 14px 0;*/
}

#menu div {
	float: left;
	display: block;
	width: 92px;
	height: 23px;
	background: url(../images/btn_menu.jpg) no-repeat left top;
	text-align: center;
	padding: 10px 0 0 0;
}

#menu div a {
	display: block;
	width: 90px;
	height: 23px;
	text-decoration: none;
	font-size: 10px;
}

#menu div:hover {
	display: block;
	width: 92px;
	height: 23px;
	text-decoration: none;
	background: url(../images/btn_menu_hover.jpg) no-repeat left top;
	padding: 10px 0 0 0;
}

#menu div.activo {
	display: block;
	width: 92px;
	height: 23px;
	text-decoration: none;
	background: url(../images/btn_menu_active.jpg) no-repeat left top;
	padding: 10px 0 0 0;
}

#menu div.activo a {
	display: block;
	width: 90px;
	height: 23px;
	text-decoration: none;
	font-size: 10px;
}

#menu div:hover a {
	display: block;
	width: 90px;
	height: 23px;
	text-decoration: none;
	font-size: 10px;
}

/*************************************** PIE ***************************************/

#pie {
	clear: both;
	padding: 25px 0 0 0;	
}

#pie p {
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #Fff;
}
