/*#############################################*/
/*#																						#*/
/*#	                 Noticias                 #*/
/*#																						#*/
/*#############################################*/

#bodyPopupNoticia {
	background-image: url('/imagenes/fondo.png');
	background-repeat: right;
}

#marcosNoticias {
	position: absolute;
	width: 900px;
	height: 168px;
	top: 408px;
	left: 0px;
	background-color: transparent;	
}

#marcoNoticia1 {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 160px;
	height: 168px;
	background-image: url('/imagenes/marcoNoticia.png');
	background-repeat: no-repeat;
	z-index: 1;		
}

#marcoNoticia2 {
	position: absolute;
	top: 0px;
	left: 740px;	
	width: 160px;
	height: 168px;
	background-image: url('/imagenes/marcoNoticia.png');
	background-repeat: no-repeat;	
}

.imagenNoticia {
	width: 143px;
	height: 90px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: solid 1px #ffffff;
}

.cabeceraNoticia {
	position: absolute;
	top: 98px;
	left: 5px;
	
	width: 143px;
	height: 20px;
	font-family: arial;
	color: #ffffff;
	font-size: 13px;
	/*text-align: justify;*/
	
}

.masInfo1 {
	position: absolute;
	top: 146px;
	left: 117px;
	width: 30px;
	height: 8px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	z-index: 2;
}

.masInfo2 {
	position: absolute;
	top: 146px;
	left: 857px;
	width: 30px;
	height: 8px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	z-index: 2;
}

.masInfo1 a, .masInfo2 a {
	text-decoration: none;
	color: #cccccc;
	
}

/********************POPUP NOTICIA*****************/
.cuadroImagenPopupNoticia {
	width: 440px;
	height: 335px;
	background-image: url('/imagenes/cuadroFondoEngrasesMontajes.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 35px;
	top: 10px;
}

.imagenPopupNoticia {
	width: 427px;
	height: 331px;
	
	
	position: absolute;
	top: 3px;
	left: 3px;
}

.titularPopupNoticia {
	width: 430px;
	height: 10px;
	font-family: arial;
	font-size: 16px;
	color: white;
	font-weight: bold;	
	position: absolute;
	top: 355px;
	left: 31px;
	/*border: 1px solid #ffffff;*/
}

.cuerpoPopupNoticia {
	width: 430px;
	height: 240px;	
	position: absolute;
	top: 380px;
	left: 31px;
	
}

.textareaPopupNoticia {
	width: 430px;
	height: 240px;
	background: transparent;
	border: none;
	font-family: arial;
	font-size: 12px;
	color: white;
	text-align: justify;
}

/********************GESTION NOTICIAS**********************/

#formNoticia {
	/*border: 1px solid #000000;*/
	width: 400px;
	height: 600px;
	font-family: arial;
	font-size: 12px;
}

#form1 {
	position: absolute;
	top: 40px;
	border: 1px solid #000000;
	width: 400px;
	height: 220px;
}

#form2 {
	position: absolute;
	top: 320px;
	border: 1px solid #000000;
	width: 400px;
	height: 220px;
}

.inputTitular {
	width: 320px;
	position: absolute;
	left: 75px;
	top: 5px;
}

.inputCuerpo {
	width: 320px;
	height: 150px;
	position: absolute;
	left: 75px;
	top: 30px;
}

.inputRutaImagen {
	width: 320px;	
	position: absolute;
	left: 75px;
	top: 190px;
}

.etiquetaTitular {
	position: absolute;
	left: 0px;
	top: 10px;
}

.etiquetaCuerpo {
	position: absolute;
	left: 0px;
	top: 100px;
}

.etiquetaRutaImagen {
	position: absolute;
	left: 0px;
	top: 193px;
}

#enviarFormNoticias {
	position: absolute;
	left: 250px;
	top: 570px;
}

#cancelarFormNoticias {
	position: absolute;
	left: 326px;
	top: 570px;
}

#tituloNoticia1 {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 335px;
	top: 20px;
}

#tituloNoticia2 {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 335px;
	top: 300px;
}
