
/************** Generales *****************/
body {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 15px;
	font-weight: 300;
	color: #373737;
	line-height: 1.625;
	background-color: #E2E2E2;
	margin: 0;
	padding: 0 2em;
	outline: 0;
	border: 0;
	color: #666666;		
}

#page{
	background-color: transparent;
	margin: auto;
	margin-top: 4em;
	margin-bottom: 2em;
	/*width: 960px;*/
	width: 940px;
}

header{
	width: 180px;
	top: 10px;
	bottom: 0px;
	margin-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	position: fixed;
	display: block;
	z-index: 9999;
}

#main{
	margin-left: 260px;
	clear: both;
}

#content{
	width: 100%;
	float: left;
	position: relative;
	margin-top:20px;
}

footer{
	margin-left: 260px;
	background-color: transparent;
	display: block;
	clear: both;
}

article{
	background-color: white;	
	margin-bottom: 1.625em;
	position: relative;
	display: block;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	padding: 10px 10px 10px 20px;
}

p{
	font-family: Georgia, "Bitstream Charter", serif;
}

/*************** menu ********************/

header ul{
	width: 120px;
	list-style-type:none;
	text-align: center;
}
header ul li{
	margin:20px 0px;
}
header a{
	text-decoration:none;
	color: #373737;
	display: block;
	background-color: white;	
	padding:1px;
	border: 3px solid white;
}
.logo{
	background: transparent;
	border: 0px;
}
header ul li:hover{
	position: relative;
}
header ul li a:hover, header ul li:hover a.nivel1, header ul li .current{
	background-color: #666666;
	color: white;
	position: relative;
}
header ul li a.nivel1{
	display: block!important;
	display: none;
	position: relative;
}

header img{
	/*padding-bottom: 10px;*/
	margin-left: -25px;	
}

/*********** index.html ************/
.contenido{
	width: 340px;
	float:left;
	padding-right:20px;
	margin-top:0px;
}
.inicio h1{
	margin-top: 0px;
	padding: 20px 0px;
}
.inicio img{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
#clr{
	clear:both;
}
.contenido p{
	margin-top: 0px;
}

/************ contacto.html **************/

.aviso{
	background-color: #F1F1F1;
	width: 300px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	color: #666666;
}
fieldset{
	border: 0px;
}
label{
	display: block;
	padding:10px 0 10px 0;
}
fieldset:first-child input:required, fieldset:first-child textarea:required {
  background: #F1F1F1;
  border: 1px solid #B5B5B5;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  width:300px;
}
label span{
	width:100px;
	float:left;
}
textarea{
	margin-left: 100px;
}

/************* localizacion.html *************/

.localizacion{
	float:right;
	margin-right: 15px;
}
.localizacion a{
	color: #666666;
}











