html, body {
	margin:0px;
	height:100%;
	text-align:left;
}

body {
	background:#B3B3A9 url(imagenes/fondo_con_textura.jpg) left top repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h2 {
	font-size:13px;
	margin-bottom:3px;
}

a {
	text-decoration:none;
	color:#5F5F54;
}
a:hover {
	text-decoration:none;
	color:#35352F;
}

#general{
	/*height:94%;*/
	margin:auto;
}

#encabezado{
	height:92px;
	background:#4F4E4E url(imagenes/fondo_encabezado.jpg) left top repeat-x;
}

#encabezado #logo{
	float:left;
}

#encabezado #menu{
	float:left;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:43px 0px 0px 0px;
}

#encabezado #menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#encabezado #menu li{
	display:inline;
	float:left;
}

#encabezado #menu a{
	float:left;
	/*background:url(imagenes/fondo_menu_izquierda.jpg) no-repeat left top;*/
	margin:0px;
	margin-right:6px; /*spacing between each tab*/
	padding:0px 0px 0px 9px;
	text-decoration:none;
	height:30px;
}

#encabezado #menu a span{
	float:left;
	display:block;
	/*background:url(imagenes/fondo_menu_tab.jpg) no-repeat right top;*/
	padding:4px 12px 2px 3px;
	font-weight:bold;
	color:#FFFFFF;
	height:30px;
}

#encabezado #menu a:hover{
	background:url(imagenes/fondo_menu_izquierda.jpg) no-repeat left top;
}

#encabezado #menu a:hover span{
	background:url(imagenes/fondo_menu_tab.jpg) no-repeat right top;
}

#encabezado #menu #seleccionada a{
	background:url(imagenes/fondo_menu_izquierda_sel.jpg) no-repeat left top;
}

#encabezado #menu #seleccionada a span{
	background:url(imagenes/fondo_menu_tab_sel.jpg) no-repeat right top;
}


#cuerpo{
	/*padding:50px 0px 50px 240px;*/
	clear:both;
	min-height:600px
}

#cuerpo #txt{
	width:520px;
	padding:50px 0px 10px 240px;
	text-align:justify;
	line-height: 2em;
}

#cuerpo #txt p{
	padding:0px;
	margin:0px;
}

#cuerpo #txt #fotos {
	margin-top:50px;
}

#cuerpo #fotos img{
	margin-top:15px;
	margin-right:4px;
	border-bottom:#B3B3A9 8px solid;
}

#cuerpo #fotos img:hover{
	border-bottom:#787869 8px solid;
}

#cuerpo .item{
	clear:both;
	margin:25px 0px 0px 0px;
	padding:0px 10px 0px 50px;
}

#cuerpo .item .foto{
	float:left;
	margin-top:30px;
	width:100px;
	height:66px;
}

#cuerpo .item .txt{
	float:left;
	margin:0px 0px 0px 90px;
	width:520px;
	font-size:12px;
}


#cuerpo #consultas_foto{
	float:left;
	padding:115px 0px 0px 25px;
}

#cuerpo #consultas_form{
	float:left;
	width:520px;
	margin:50px 0px 0px 65px;
}

/*formulario contacto*/
#contacto div{
	float:left;
	height:25px;
}

#contacto .nombrecampo{
	width:150px;
	height:19px;
	text-transform:uppercase;
	border-bottom:1px dotted #5F5F54;
	padding:6px 0px 0px 0px;
}

#contacto .campo{
	width:300px;
	height:26px;
}

#contacto .campo input{
	width:250px;
}

#contacto .campo textarea{
	width:250px;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#contacto .campo #enviar{
	width:100px;
}

/*
#cuerpo #consultas_form p{
	margin:0px;
}

#cuerpo #consultas_form form input{
	width:400px;
	height:20px;
	border:0px;
	padding:2px;
	background-color:#4F4E4E;
	color:#FFFFFF;
}

#cuerpo #consultas_form form textarea{
	width:400px;
	border:0px;
	padding:2px;
	background-color:#4F4E4E;
	color:#FFFFFF;
	overflow:hidden;
}

#cuerpo #consultas_form form .boton{
	width:404px;
	height:20px;
	border:0px;
	padding:2px;
	background-color:#4C718B;
	color:#FFFFFF;
}*/

/*formulario cv*/
#cv div{
	float:left;
	height:25px;
}

#cv .nombrecampo{
	width:200px;
	text-transform:uppercase;
}

#cv .campo{
	width:300px;
}

#cv .campo input{
	width:250px;
}

#cv .campo #enviar{
	width:100px;
}

#staff{
	width:520px;
	height:125px;
	margin:0px;
	padding:0px 0px 0px 10px;
	margin:36px 0px 0px 0px;
}

.marco {
	padding:2px;
	border:#5F5F54 1px solid;
}

#primerpiso {
	position:fixed;
	width:100px;
	height:55px;
	margin:143px 0px 0px 530px;
	background-image:url(imagenes/1erPiso.png);
	background-position:top;
}

#primerpiso:hover {
	background-position:bottom;
}

#pie{
	clear:both;
	height:25px;
	background-color:#DCDCDA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:15px 0px 0px 30px;
}
