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

/* BASICO */

html {	background-color: #3f4446; }

body {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
   	overflow : -moz-scrollbars-vertical;
	background: url(../imagenes/fondo/fondo-web.jpg) repeat-x top left #3f4446;
}

#pagina{
	margin:0 auto 0 auto;
	padding:0;
  	width:960px;
    text-align:left;
	overflow: hidden;
	height: 100%;
}

.fondo-txtsup{
	width: 960px;
	height: 200px;
	background: url(../imagenes/portada/parte3.jpg) no-repeat top left;
}
.txt-izq {
	margin-top: 15px;
	float: left;
	width: 380px;
	margin-left: 168px;
	_margin-left: 84px;
}
.txt-der {
	margin-top: 15px;
	float: right;
	width: 270px;
	margin-right: 135px;
	_margin-right: 65px;
	text-align: right;
}

h1{
	font-size: 1.5em;
	color: #404648;
	line-height: 0.8;
	font-weight: bold;
}

h2{
	font-size: 1.1em;
	color: #FFF;
	line-height: 0.7;
	font-weight: bold;
}

p{
	font-size: 0.9em;
	color: #404648;
	line-height: 1.2;
}
ul{
	font-size: 1.2em;
	color: #FFF;
	line-height: 1;
	font-weight: bold;	
}
#pie{
	width: 100%;
	height: 300px;
	background-color: #3f4446;
}
#pie-contenido{
	margin: 0 auto 0 auto;
	padding:0;
  	width:960px;
	height: 300px;
	vertical-align:top;
}

.txt-izqpie{
	margin-top: 25px;
	float: left;
	width: 340px;
	margin-left: 168px;	
	_margin-left: 84px;
}
.txt-derpie{
	margin-top: 25px;
	float: right;
	width: 310px;
	margin-right: 135px;
	_margin-right: 65px;
	text-align: right;
}
#pie p{
	color: #FFF;
}

