@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/FONDO%20RAYADO.jpg);
	border:none;
	min-width:1020px;
	min-height:640px;}
*{outline:0;
border:0;}

#divBG{
	/*background-color:#C00;*/
	position:relative;
	top:-8px;
	float:inherit;	
	width:1270px;
	height:795px;	
	margin-left: auto;
	margin-right: auto;
	border:none;
	z-index:1;
    background-size:cover;
	}


#divPadreTodoPoderoso{
	/*background-color:#0F0;*/
	position:relative;
	float:inherit;
	
	width:1150px;
	height:795px;
	
	margin-left: auto;
	margin-right: auto;
	
	border:none;
	z-index:1;

	background-size:cover;
	}
#cintaMenu{
	position:absolute;
	left:0px;
	top:42px;
	width:1210px;
	height:90px;
	z-index:0;}	
	
#divLogo{
	position:absolute;
	left:1px;
	top:25px;
	width:305px;
	height:135px;
	z-index:1;
	}
	
  ul.menu {
				display: inline-block;
				/*#display: inline;*/
				/*_display: inline;*/
				margin: 0;
				list-style-type: none;
				position:absolute;
   left:200px;
   top:40px;
			}
			
			
            ul.menu img {
				border:none;
	
			}
			
			
			ul.menu ul {
				display: none;
				position: absolute;
				top: 100%;
				left: 0;
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			ul.menu ul li {
				display: block;
				border: none;
				position:absolute;
                left:15px;
                top:-10px;
				z-index:5;
			}
			ul.menu ul li:first-child {
				border: none;
			}
			ul.menu li {
				position: relative;
				display: inline-block;
				/*#display: inline;*/
				/*_display: inline;*/
			}
			ul.menu li:first-child {
				border: none;
			}
			ul.menu li a {
				display: block;
				padding: 2px 2px;
				text-decoration: none;
				border:none;
			}
			ul.menu li a:hover {
			}
			ul.menu li:hover ul {
				display: block;
			}
			ul.menu ul li:hover ul {
				display: block;
				position: absolute;
				top: 0;
				left: 100%;
			}
.imagenes{
	
	width:100%;
	height:100%;
	border:none;
	}
	
		.es{
		position:absolute;
		top:65px;
		left:1055px;}
		.en{
		position:absolute;
		top:65px;
		left:1110px;}

	#divDerechosp{
	width:750px;
	height:60px;
	
	position:relative;
	float:inherit;
    margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0%;
	border:none;
	
	font-size:11px;
	font-family:"Trebuchet MS";
	color: #F60;
	text-align:center;}
	
		#divDerechos{
	width:700px;
	height:60px;
	
	position:relative;
	float:inherit;
    margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0%;
	border:none;
	
	font-size:11px;
	font-family:"Trebuchet MS";
	color: #F60;
	text-align:center;
	}
	#divDerechosCatalogo{
	width:700px;
	height:60px;
	
	position:relative;
	float:inherit;
    margin-top: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0%;
	border:none;
	
	font-size:11px;
	font-family:"Trebuchet MS";
	color: #F60;
	text-align:center;
	}
		#divDerechosCatalogo2{
	width:700px;
	height:60px;
	
	position:relative;
	float:inherit;
    margin-top: 140%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0%;
	border:none;
	
	font-size:12px;
	font-family:"Trebuchet MS";
	color: #F60;
	text-align:center;
	}
			#divDerechosCot{
	width:700px;
	height:60px;
	position:relative;
	float:inherit;
    margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0%;
	border:none;
	
	font-size:11px;
	font-family:"Trebuchet MS";
	color: #F60;
	text-align:center;
	}
	#divDerechosCatalogoEsp{
	width:700px;
	height:60px;
	
	position:relative;
	float:inherit;
    margin-top: 290%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0%;
	border:none;
	
	font-size:11px;
	font-family:"Trebuchet MS";
	color: #F60;
	text-align:center;
	}
	#divDerechosCot2{
	width:700px;
	height:60px;
	position:relative;
	float:inherit;
    margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0%;
	border:none;
	
	font-size:11px;
	font-family:"Trebuchet MS";
	color: #F60;
	
	text-align:center;
	}

a.opacidad img {
  /*filter:alpha(opacity=90);*/
  /*-moz-opacity: 0.9;*/
  opacity: 0.9;
  /*-khtml-opacity: 0.9;*/
  }

a.opacidad:hover img {
  /*filter:alpha(opacity=100);*/
  /*-moz-opacity: 1.0;*/
  opacity: 1.0;
  /*-khtml-opacity: 1.0;*/
  }