@charset "iso-8859-1";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background: url(../img/bg.png);
	background-repeat: repeat-x;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align: left;
	font-weight: bold;
	text-align:center;
	padding: 0px 0px 10px 0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color:#ff9900;
	padding: 0px 0px 5px 0px;
}

p{
	text-align: justify;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #666666;
}

a:hover{
	text-decoration:underline;	
}

#contenedor{
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	text-align: left;
	width: 950px;
}

/* Cabecera */

#cabecera{
	float: left;
	display: inline;
	width: 950px;
	height: 50px;
	margin-top: 20px;
	overflow: hidden;
}

#imgLogo{
	float: left;
	width: 586px;
	height: 35px;
	overflow:hidden;
	display: inline;
}

#txtLogo{
	float: right;
	width: 190px;
	heigh: 29px;
	margin-right: 15px;
	overflow: hidden;
	display: inline;
}

/* Noticas */

#noticias{
	float: left;
	display: inline;
	width: 950px;
	height: 286px;
	background-image: url(../img/bg_noticias.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.noticiasLeft{
	float:left;
	width:625px;
	height: 240px;
	overflow: hidden;
	display: inline;
	padding: 20px 20px 20px 0px;
}

.noticiasRight{
	float: right;
	width: 249px;
	height: 240px;
	margin-right:35px;
	overflow: hidden;
	display:inline;
	text-align:center;
	padding: 20px 0px 20px 0px;
}
/* Noticias - efecto */

.mask2{
	position: relative;
	width: 620px;
	height: 220px;
	overflow:hidden;
}

#box3{
	position: absolute;
	width: 620px;
	height: 220px;
}

#box3 span{
	display: block;
	float: left;
}

.botones{
	float: right;
	overflow: hidden;
	cursor:pointer;
}

.imgNoticia{
	float: left;
	width:330px;
	height: 220px;
	display: inline;
	overflow: hidden;
}

.textoNoticia{
	float: right;
	width: 270px;
	height: 220px;
	overflow:hidden;
	display: inline;
	padding: 0px 0px 0px 20px;
}

/* Pie noticias*/

.pieMask2{
	float: left;
	width: 603px;
	display: inline;
	overflow: hidden;
	padding: 5px 1px 0px 16px;
}

.textoSiglo{
	float: left;
	overflow: hidden;
	color: #ff9900;
	margin-top: 7px;
}

/* Marquesina */

#marquesina{
	float: left;
	display: inline;
	width: 908px;
	height: 16px;
	margin-top: 5px;
	overflow: hidden;
	background-image: url(../img/marquesina.png);
	background-repeat: no-repeat;
	padding: 4px 16px;
}

/* Bienvenida*/

#bienvenida{
	float: left;
	display: inline;
	margin-top: 10px;
	width: 950px;
	overflow: hidden;
}

#bienvenidaLmde{
	float: left;
	display: inline;
	background-image:url(../img/bienvenida_lmde.jpg);
	width: 268px;
	height: 260px;
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 20px 16px;
}

#bienvenidaComunidad{
	float: left;
	display: inline;
	background-image:url(../img/bienvenida_comunidad.jpg);
	margin-left: 20px;
	width: 268px;
	height: 260px;
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 20px 16px;
}

#registrate{
	position: relative;
	width: 50px;
	top: 25px;
	left: 37px;
	z-index: 10;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff9900;
}

#registrate:hover{
	color: #d5d5d5;
	cursor: pointer;
}

#bienvenidaLpdp{
	float: left;
	display: inline;
	background-image:url(../img/bienvenida_lpdp.jpg);
	margin-left: 20px;
	width: 268px;
	height: 260px;
	overflow: hidden;
	background-repeat: no-repeat;
	padding: 20px 16px;
}

/* Imágenes & Contacto */
.imagenesContacto{
	float: left;
	display: inline;
	margin-top: 10px;
	width: 950px;
	overflow: hidden;
}

.seccionImagenes{
	float:left;
	width: 588px;
	overflow:hidden;
	display: inline;
	padding: 20px 16px;
	background-color:#474747;
}

.contImagenes{
	float:left;
	margin-top:5px;
	width: 588px;
	overflow:hidden;
	display: inline;
	background-color:#474747;
}

.contacto{
	float: right;
	width: 268px;
	height: 346px;
	overflow:hidden;
	display: inline;
	background-color:#474747;
	padding: 20px 16px;
	margin-right: 10px;
}

/* Pie */

.pie{
	float: left;
	display: inline;
	width: 910px;
	margin-top: 10px;
	overflow: hidden;
	text-align:center;
	background:#474747;
	padding: 20px 16px;;
	border-bottom:20px solid #525252;
}

/* Formularios */

.txtBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px;
	color: #666666;
	padding: 5px;
}

.txtBox2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	height: 30px;
	color: #666666;
	padding: 5px;
}

.botonSaludo{
	padding: 2px 0px;
	border: 0px;
	overflow: hidden;
	background: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
	cursor: pointer;
}

.botonSaludo:hover{
	color: #ffcc33;
}

.popup{
	position:absolute;
	top:70px;
	left:0px;
	background-image:url(../img/popup.png);
	background-repeat:no-repeat;
	width:800px;
	height:381px;
	cursor:pointer;
	z-index:15;
}