body {
	margin: 0px;
	background-color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p, h1, h2, h3, h4{
	margin-top:0px;
}
h1{
	color: #CC0000;
	font-size: 18px;
	margin-bottom: 30px;

}
h2{
	font-size: 16px;
	color: #FF6600;

}
.cielo {
	background-image: url(../img/cielo.png);
	background-color: #2ABAF6;
	background-repeat: repeat-x;
	height: 216px;
}
.cielo2 {
	background-image: url(../img/cielo.png);
	background-color: #2ABAF6;
	background-repeat: repeat-x;
	height: 180px;
	overflow: hidden;
}

.rejas {
	height: 216px;
	background-image: url(../img/rejas.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.ladrillos {
	height: 402px;
	background-image: url(../img/ladrillos.jpg);
}
.ladrillos2 {
	background-image: url(../img/ladrillos.jpg);
}

.flota {
	position: absolute;
	width: 100%;
}
.noticias {
	position: absolute;
	width: 260px;
	margin-top: 250px;
	margin-left: 640px;
	height: 230px;
	color: #FF99FF;
	font-size: 10px;
	overflow: hidden;
}
.noticias .titular {
	font-family: "Comic Sans MS";
	color: #00FF00;
	font-size: 10px;
	font-weight: bold;
	width: 260px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 8px;
}
.noticontenido {
	text-align: justify;
	width: 100%;
	float: left;
	padding-bottom: 14px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#newsticker {
	width: 260px;
	height: 260px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
#newsticker li{
	width: 260px;
	float: left;
	display: block;
}
#newsaliados {
	width: 240px;
	height: 240px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
#newsaliados li{
	width: 240px;
	float: left;
	display: block;
}
.texto {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	padding-bottom: 20px;
}
.textotd {
	background-color: #E8E8E8;
	background-image: url(../img/hoja.png);
	background-repeat: repeat-x;
}
.columna1 {
	background-image: url(../img/parante.png);
	background-position: center;
	background-repeat: repeat-y;
}
.aliados {
	position: absolute;
	width: 240px;
	margin-top: 260px;
	margin-left: 14px;
	height: 210px;
	font-size: 10px;
	overflow:hidden;
}
.aliados img {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	margin-bottom: 3px;
}
.piso {
	background-color: #5C6861;
	text-align: center;
}
.hojaint {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/hoja/relleno.png);
	background-color: #F0F0F0;
	background-repeat: repeat-x;
}
.acera {
	height: 218px;
	background-image: url(../img/acera.png);
	background-repeat: repeat-x;
}
.anuncios {
	position: absolute;
	text-align:center;
	font-size:11px;
	cursor: pointer;
	overflow:auto;
}
.anuncios p, h1, h2, h3, h4 {
	margin:0px;
}
#anuncio1 {
height:61px;
margin-left:164px;
margin-top:352px;
width:154px;
}
#anuncio2 {
height:62px;
margin-left:162px;
margin-top:416px;
width:153px;
}
#anuncio3 {
height:59px;
margin-left:161px;
margin-top:481px;
width:148px;
}
#anuncio4 {
height:62px;
margin-left:158px;
margin-top:542px;
width:150px;
}
/*formulario*/
.formu{
	font-size: 10px;
	text-align: left;
}
.formu .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	width: 85px;
}
.formu .btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #FFFFFF;
	width: 50px;
}
.invis{
	display:none;
}
.edicion {
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
	padding-left:50px;
}
.edicion ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.edicion ul li {
	padding-bottom:5px;
	padding-top:5px;
}
.edicion ul li a{
	display:block;
	width:150px;
	background-color:#FFFFFF;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	color:#0033FF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:7px;
}
.edicion ul li a:hover{
	color:#FF0000;
	border-color:#CC0000;
}
.jfondo{
	position:absolute;
	width:100%;
	display:block;
	background-color:#000000;
	top:0px;
	left:0px;
	z-index:100;
}
.jfondo2{
	position:absolute;
	width:100%;
	display:block;
	background-color:#FFFFFF;
	top:0px;
	left:0px;
	z-index:100;
}
.jcontent{
	width:100%;
	display:block;
	z-index:200;
	top:0px;
	left:0px;
	position:absolute;
	padding-top:10px;
}
.jcontent2{
	width:100%;
	display:block;
	z-index:6500;
	top:0px;
	left:0px;
	position:fixed;
	padding-top:100px;
}
.jcuadro {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}
.jventana {
	width:316px;
	margin-left:auto;
	margin-right:auto;
}

.parche_jventana {
	width:554px;
}




.jventanaPlayer {
	width:316px;
	margin-left:auto;
	margin-right:auto;
}

.jventana1 {
	background-image:url(../img/winpp1.gif);
	padding-left:18px;
}
.jventana1-player {
	background-image:url(../img/winpp1-big.gif);
	padding-left:18px;
}
.jventana0 {
	background-image: url(../img/winpp1.gif);
	padding-left: 4px;
}

.jventana2 {
	background-image:url(../img/winpp2.gif);
	height:17px;
	background-repeat:no-repeat;
}

.parche_jventana2 {
	width:569px;
	background-image:url(../img/winpp2-big.gif);
}


.tclose{
	cursor:pointer;
	float:right;
}
.jvtitulo {
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
	padding-right:5px;
	height:30px;
	font-size:14px;
	font-weight:bold;
}
.divanuncio {
	background-image: url(../img/accesousuarios.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 145px;
	padding-top: 92px;
}
.flechasfotos {
	margin-top: 24px;
}

.flechafoto1 {
	background-image: url(../img/flechapafoto.gif);
	height: 209px;
	background-repeat: no-repeat;
	background-position: 66px 0px;
	margin-top: -24px;
}
.flechafoto1 .int {
	padding-top: 18px;
	padding-left: 78px;
}
.flechafoto2 {
	background-image: url(../img/flechapafoto2.gif);
	height: 209px;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: -24px;
}
.flechafoto2 .int {
	padding-top: 18px;
	padding-left: 52px;
}
.descripcionprincipal {
	display: none;
}
