/*
Author: Lucia Pizarro Coma
Company: Network Security Advisors
*/

html {
	margin: 0;
	padding: 0;
	background-color: #56758C;
	color: #A9B5B3;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-image: url(imag/fondo-azul-cuadritos_entero.jpg);
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #2e5469;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
	margin: 0 0%;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body img{
	text-align: center;
}

body.madera {
	margin: 2% 12% 5% 13%;
	padding: 2.5em 2.5em 2.5em 2.7em;
	height: 27em;
	width:67%;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body.a div{
	/*background-image: url(imag/background/090204_boceto_v6.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;*/
	height: 660px;
	width:100%;
	text-align: center;
}

body.b div{
	/*background-image: url(imag/background/090204_boceto_v7.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 660px;
	width:95%;*/
	text-align: center;
	width:100%;
	padding: 0 0%;
	
}

body.c div{
	/*background-image: url(imag/background/090204_boceto_v8.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-position: absolute;
	height: 660px;*/
	width:100%;
	text-align: center;
	width:100%;
	padding: 0 0%;
}

body.d div{
	height: 100%;
	width:100%;
	padding: 0 0%;
	text-align: center;
}

body.z {
	margin: 2% 12% 5% 13%;
	padding: 2.5em 2.5em 2.5em 2.7em;
	height: 27em;
	width:67%;
	color: #50240B;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-image: url(imag/madera/papel.png);
	background-position: 0 0%;
	background-repeat: no-repeat;
	background-color: #C7D7DE;
	background-image: url(imag/background/090204_boceto_v2.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 100%;
	margin:0;
	padding:0;
	height: 40em;
}

p {
	text-align: justify;
	font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-weight: bold;
}

h1 {
	text-align: left;
	font-size: 1.1em;
}

a {
	text-decoration: none;
	color: #600;
	border-bottom: 1px solid #BCA46E;
	padding-bottom: 0.0em;
}

a:hover {
	color: #AA1515;
	border-bottom: 1px solid #AA1515;
}

a img {
	border: none;
}

ul {

}

li {

}

div#cabecera {
	/*border: 1px solid green;*/
	float: left;
}

div#menu {
	/*border: 1px solid blue;*/
	float: right;
	width: 70%;
	margin:3.7em 0 0 0em;
	padding:1.2em 0 0 0em;
	height: 4em;
}

div#menu ul {
	list-style: none;
}

div#menu li {
	display: inline;
}

div#menu li a {
	width: 5%;
	border: 1px solid #4D590D;
	padding: 0.3em 1.3em;
	margin:0.2em 0 0 0.1em;
}

div#menu li a:hover {
	color: #E9E4CF;
	border: 1px solid #E9E4CF;
}



div#contenido {
	margin: 0;
	padding: 0em;
	height: 15em;
	width:100%;
	/*border: 1px solid #E9E4CF;*/
}

img.img-float-right {
	float: right;
	margin: 0.5em 0em 0.5em 1em;
}