@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(datos/img/fondo.png);
	background-color:#d8d8d8;
	background-repeat:no-repeat;
	 }

#page{
	 
	 
}

#izquierda{
	width:389px;
	float:left;
}

#logo{
	height:107px;
	background-image:url(datos/img/logo-cuba.png);
	background-repeat:no-repeat;
	margin-left:60px;
	margin-top:20px;
	 
}

#imagenes{
	width:389px;
	height:605px;
	background-image:url(datos/img/img-triangulos.png);
	 
}

#contenido{
	width:auto;
	float:left;
	margin-left:20px;
	margin-bottom:40px;
}

#cabecera{
	margin:30px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0e4e95;
}

.enlace{
	background-color: #ec1c24;
	color:#FFF;
	padding:10px;
	width:400px;
	margin-top:2px;
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.enlacesegundonivel{
	margin-left: 20px;
	width: 380px;
	background-color: #333;
}

.enlacetercernivel{
	background-color: #ABABAB;
	margin-left: 20px;
	width: 380px;
}

.enlace:hover{
	background-color: #0e4e95;
}


.enlace a{
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.enlace a:hover{
	color:#FFF;
}

#mincex{
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(datos/img/logo-mincex.png);
	background-repeat:no-repeat;
	background-position:center;
	height:72px;
}