/* CSS Document */

body{
	margin: 0px;
	background-color: #CC0000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image:url(../imagenes/palabrasback.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

a{
	color: #FFFFFF;
	text-decoration:none;
}

.escondido{
	display: none;
}

.clear{
	clear: both;
}

#logo{
	width: 40%;
	float: left;
	height: 96px;
	position: fixed;
	top: 82px;
}

#EditorialLogo{
	display:block;
	float: right;
	width: 260px;
	height: 96px;
	margin-right: 10px;
	background-image: url(../imagenes/editoriallogo.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#container{
	width: 60%;
	float: right;
}

.fondContainer{
	background-image: url(../imagenes/palabrasoverback.png);
	background-position: left;
	background-repeat: no-repeat;
}

*html .fondContainer{
 background-image: none;
 background-color: transparent;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagenes/palabrasoverback.png', sizingMethod='crop');
}

#clipingLayer {
	width:460px;
	height:440px;
	padding-right: 5px;
	clip: rect(5,460,440,5);
	overflow: hidden;
	background-image: url(../imagenes/sombrainterna.jpg);
	background-position: right;
	background-repeat:repeat-y;
	background-color: #CC0000;
}

#clipingLayer ul{
	width: 450px;
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: right;
}

.contenidos{
	margin-top:400px;
}

dl{
	text-decoration: none;
	font: 24px 'Arial Black',Arial, Helvetica, sans-serif;
}

dd{
	line-height: 24px;
}

.liLeft{
	text-align:left;
}

#pata{
	display: block;
	float: right; 
	width: 60%;
	padding-top: 10px;
	background-color: #CC0000;
	border-top: 1px solid #ffffff;
}

#pata a:hover{
	text-decoration: underline;
}

#pata ul{
	width: 460px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.LeaPVisual{
	display: block;
	float: right;
	width: 120px;
	height: 20px;
	margin: 5px;
	background-image:url(../imagenes/patavisual.gif);
	background-repeat: no-repeat;
}


.copyright{
	float: left;
	margin-left: 100px;
	display: inline;
}

.logopata{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.leapEditorial{
	float: left;
	margin-top: 15px;
}

.legal{
	text-align: right;
	margin-right: 15px;
	white-space:normal;
	float: right;
}

/*estilos de textos*/

.colorAzul{
	color: #99CCFF;
}

.colorRojo{
	color: #CC0000;
}

.colorMedRojo{
	color: #DB4D4D;
}

.colorBlanco{
	color: #FFFFFF;
}

.MenuBlanco{
	text-decoration: none;
	font: 33px  'Arial Black',Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 34px;
}

.MenuBlanco:hover{
	color: #DB4D4D;
}

.MenuRojo{
	text-decoration: none;
	font: 24px 'Arial Black',Arial, Helvetica, sans-serif;
	color: #DB4D4D;
	line-height: 32px;
}

.MenuRojo:hover{
	color:#FFFFFF;
}

.flujoBtn{
	color: #E68080;
}

.flujoBtn:hover{
	color: #FFFFFF;
}