@import url(http://fonts.googleapis.com/css?family=Kotta+One);

body
{
    /*font-family: 'Century Gothic' , Arial, Helvetica, sans-serif;*/
	font-family: 'Kotta One', serif;
	font-size:19px;
	background-color:#DADADA;
	background:url(../img/fondo/bg.jpg) top center;	
}

/* PAGINA MASTER  */

/*Div Link en el logo*/
.divEncabezado
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	margin-top:0px;
	width:240px;
	height:80px;
}

/*Link en el logo*/
.logoLink
{
	width:240px;
	height:80px;
	display:block;
	background:transparent url(../img/logo/logo.png) center top no-repeat;
}

/*Contenedor Global*/
.divGlobal 
{	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	margin-top:20px;
	height:550px;	
}	
.divPie 
{
	position: relative;
	margin-top: 20px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	font-size:16px;
}
.divPie img
{
	margin-top:16px;
}

.divContenidoMain 
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;
	width:950px;
	height:540px;
	
	float:left;		
	border:1px solid #999;
	overflow:hidden;
}

.divContenidoMain img 
{
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

.divMenu 
{
	position: absolute;
	margin-left: auto;
	/*margin-right: 100px;
	margin-top: 30px;*/
	left:0;
	right:0;
	width:226px;
	height:540px;
	top:0;	
	/*background-color: rgba(255, 255, 255, 0.3);*/
	background:#FFF;
	opacity: .85; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=85)”; /* ie 8 */
	filter: alpha(opacity=85); /* ie lt 7 */
	-khtml-opacity: .85; /* safari 1.x */
	-moz-opacity: .85; /* ff lt 1.5, netscape */
}

.divIdioma
{
	margin-top:350px;
	margin-left: 70px;
}

/* MENU IDIOMAS */

.lanFr 
{
	transition: margin-top 0.5s, margin-left 0.5s;
	margin-top:80px;	
	position: absolute;
	margin-left: auto;
	width: 74px;
	height:56px;
	display:block;
	/*background:transparent url(../img/lang/frances_i.png) center top no-repeat;*/
}
	.lanFr:hover 
	{
		margin-top:84px;   
		margin-left:10px; 
		color:#600;  
	   /*background-image:url(../img/lang/frances_o.png)*/
	}

.lanEs 
{
	transition: margin-top 0.5s, margin-left 0.5s;
	margin-top:40px;	
	position: absolute;
	margin-left: auto;
	/*width: 103px;*/
	width: 74px;
	height:56px;
	display:block;
	/*background:transparent url(../img/lang/espaniol_i.png) center top no-repeat;*/
}
	.lanEs:hover 
	{
		margin-top:44px; 
		margin-left:10px;    
		color:#600;   
	   /*background-image:url(../img/lang/espaniol_o.png)*/
	}

.lanEn 
{
	transition: margin-top 0.5s, margin-left 0.5s;
	margin-top:0px;		
	position: absolute;
	margin-left: auto;
	width: 74px;
	height:56px;
	display:block;
	/*background:transparent url(../img/lang/ingles_i.png) center top no-repeat;*/
}
	.lanEn:hover 
	{
		margin-top:4px;  
		margin-left:10px;    
		color:#600; 
	}

/* LINKS */

a:link   
{   
	text-decoration:none;   
} 

a 
{
	color: #0060B6;
	text-decoration: none;
}

a:hover 
{
	 color:#00A0C6; 
	 text-decoration:none; 
	 cursor:pointer;  
}

.linkBlack
{
	color:#000;
}