@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../imagenes/encabezados/fondo.jpg);
}
#contenedor {
	height: 1000px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	position: relative;
	background-color: rgba(211, 206, 199, 0.2);
	;
}


#banner {
	background-color: #33CCCC;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#nav {
	background-color: #000000;
	height: 30px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#encabezado {
	background-color: rgba(211, 206, 199, 0.3);
	height: 250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contenidoizquierdo {
	float: left;
	height: 550px;
	width: 500px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
}
#contenidoderecho {
	float: right;
	height: 550px;
	width: 360px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
#pie {
	
	height: 100px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#pieflash {
	float: left;
	height: auto;
	width: 120px;
}
#socialpie {
	float: right;
	height: 30px;
	width: 100px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 70px;
}


.colorblanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#txtpie {
	height: 100px;
	width: 400px;
	float: left;
	margin-left: 150px;
}

p {
	text-align: justify;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 10px;
}
.imagenizquierda {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C66B21;
	border-right-color: #C66B21;
	border-bottom-color: #C66B21;
	border-left-color: #C66B21;
}
.Estilo2 {color: #FFFFFF}
.centrado {
	left: 50px;
	top: 20px;
	right: 50px;
	bottom: 20px;
}
