/*
Theme Name: Estilos
Theme URI: http://www.ada-systems.net/
Description: Designed by www.ada-systems.net
Version: 1.0
Author: Ada-Systems.
*/

/***********************
*	     Basicos       *
***********************/
body {
	margin: 0;
	padding: 0;
	background: #1a181d;
	font-family:  helvetica, Verdana, Arial, Sans-Serif;
	text-align: center;
	background: url('../piezas/fondo.png') repeat center top;
}

p, ul, ol {
	line-height: 21px;
	color:#4c4845;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	padding: 0;
	text-align: left;
   	font-family: optima, helvetica, Verdana, Arial, Sans-Serif;
	color: #df5206;
}

h1 {font-size: 160%;}
h2 {font-size: 150%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}
h7 {font-size: 100%;}

a:link,
a:visited {
	color: #4c4845;
	text-decoration: none;
}

a:hover,
a:active {
	color: #4c4845;
	text-decoration: underline;
}

p{
	margin: 10px 20px 0px 20px;
	text-align:justify;
	color: #4c4845;
}

.blanco{
	color:#ffffff;
}

ul{
	list-style-type:none;
}

.left{float:left;}

.right{float:right;}

img.left, img.right{
	margin: -40px 10px 10px 10px;
	padding: 5px;
	border: 5px solid #82647a;
}

.border{
	margin: 0px 10px 10px 10px;
	padding: 5px;
	border: 5px solid #82647a;
}



img{border: 0px;}


/***********************
*	     Global        *
***********************/
#global{
	position:relative;
	margin:0px auto 0px auto;
	width:100%;
	height:100%;
	text-align: center;
}

/***********************
*		 Cabeza        *
***********************/
#cabecera{
	position: relative;
	margin: 0px auto;
	width: 920px;
	height: 175px;
	background: url('../piezas/cabecera.png') no-repeat top center;
 }

#logo{
	position:absolute;
	top: 25px;
	left:32px;
}

#LogoIntro{
	position: relative;
	margin: 10px auto;
	top: 0px;
}

ul#menu{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	overflow: auto;
}

ul#menu li{
	float: left;
	margin: 5px 6px 0px 6px;
	padding: 0px 8px;
	font-size: 14px;
}

#solapa{
	position: absolute;
	top: -35px;
	left: 60px;
	background: url('../piezas/solapa.png') no-repeat top center;
	height: 110px;
	width: 215px;
}

/***********************
*		 Cuerpo        *
***********************/
#cuerpo{
	position:relative;
	margin: 0px auto;
	padding-top:  70px;
	color:#ffffff;
	width:920px;
	min-height:275px;
	overflow: visible;
}


#mapa{
	float:right;
	margin: -50px 10px  10px 10px;
	padding: 5px;
	border: 5px solid #82647a;
}


ul#listado li{
	text-align: left;
	list-style: disc;

}

ul#marco{
	float:right;
	width: 550px;
	height: 350px;
}

ul#marco li{
	float:left;
	height: 220px;
	width: 270px;
}

form#contacto{
	margin: 0px 0px 20px 50px;
	padding: 0px;
	text-align: left;
	width: 375px;
	height: 278px;
	background: url('../piezas/contacto.png') top center no-repeat;

}

form#contacto input, form#contacto textarea{
	margin: 5px 0px;
	padding: 0px 0px 0px 4px;
	width: 350px;
	background-color:#fff;
	color:#444;
	font-size: 15px;
	font-family: helvetica, sans-serif;
	border: 1px solid #aaa;
}

form#contacto #boton{
	margin: 10px 0px 5px 0px;
	padding: 0px;
	width: 356px;
	color: #444;
	height: 28px;
}
form#contacto input{height: 20px;}
form#contacto textarea{height: 120px;}

form#contacto label{
	width: 355px;
	color: #555;
}

#imagen-selec {
	margin-top: -45px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #666;
}
#imagen-selec > img{
	margin-bottom: 15px;
	padding: 5px;
	border: 5px solid #82647a;
}
ul#galeria{
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
ul#galeria > li > img {
	float: left;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border: 5px solid #82647a;
}



/***********************
*		 Pie           *
***********************/
#pie{
	position:relative;
	margin: 0px auto;
	font-size: 14px;
	text-align: center;
	color: #444;
	font-weight: bold;
	width: 920px;
	height: 90px;
	background: url('../piezas/pie.png') no-repeat top center;
	}

ul#datos-pie{
	position: relative;
	top: 20px;
	margin: 0px auto;
	width: 750px;
}

ul#datos-pie li{
	float: left;
	margin: 0px 8px;
	color: #444;
}

ul#condiciones-pie{
	position: relative;
	top: 5px;
	margin: 0px auto;
	width: 750px;
}

ul#condiciones-pie li{
	display: inline-block;
	margin: 0px auto;
}
