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

html {

}


body {
	margin: 0px;
	padding:0px;
	overflow: auto;
	
	height: auto;
	width:100%;
	
	background-color: #fff;
	
	color:#333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height:16px;
	text-align:left;
}


br {
	line-height: 8px;
}
	

p {
	margin: 0px;
	padding:0px;
	padding-bottom:10px;
	clear:both;
}


img {
	border:0px;
}



				/* CONTENEDOR GENERAL */

#contenedor-general {
	position: relative;
	clear:both;
	overflow:hidden;
	z-index: 0;
	
	height: auto;
	width: 100$;
	min-width:960px;
	margin:0 auto 0 auto;
	padding:0;
	
	background-color: transparent;
}




				/* CONTENEDOR 900px */

#novecientos {
	position: relative;
	clear:both;
	overflow:hidden;
	z-index: 0;
	
	height: auto;
	width: 900px;
	margin:0 auto 0 auto;
	padding:0px;
	
	background-color: transparent;
	
	border:0px;
}


				/* Lenguajes */

#lenguajes {
	position: relative;
	float:right;
	overflow: hidden;
	z-index: 100;
	
	height: auto;
	width: auto;
	margin: 1px 0 0 0;
	padding:0px 0 1px 0;
	
	background-color: transparent;

	font-size:10px;
	line-height:14px;
	letter-spacing:1px;
	color:#999;
}

#lenguajes a {
	text-decoration:none;
}

#lenguajes a:link {
	color:#333;
}

#lenguajes a:visited {
	color:#333;
}

#lenguajes a:hover {
	color:#b21917;
}

#lenguajes a:active {
	color:#b21917;
}


				/* Menú */

#menu {
	position: relative;
	float:left;
	overflow: hidden;
	z-index: 0;
	
	height: auto;
	width: 100%;
	margin: 0 0 2px 0;
	padding:0px;

	background-color: #1d1d1b;
	text-align:right;
	
	color:#fff;
	font-weight:normal;
}

#menu ul {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
	list-style-type:none;
	background-color:transparent;
}

#menu li {	
	display:inline-block;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	border-left:2px solid #fff;
}


#menu a {
	display:block;
	text-decoration:none;
	font-size:13px;
	line-height:17px;
	color:#fff;
	padding:2px 10px 2px 30px;
}

#menu a:link {
	color:#fff;
	background-color:transparent;
	border-left:40px solid transparent;
}

#menu a:visited {
	color:#fff;
	background-color:transparent;
	border-left:40px solid transparent;
}

#menu a:hover {
	color:#000;
	background-color:#c8c5bb;
	border-left:40px solid #b21917;
}

#menu a:active {
	color:#000;
	background-color:#c8c5bb;
	border-left:40px solid #b21917;
}


#menu a.actual:link {
	color:#333;
	background-color:#fff;
	border-left:40px solid #b21917;
}

#menu a.actual:visited {
	color:#333;
	background-color:#fff;
	border-left:40px solid #b21917;
}

#menu a.actual:hover {
	color:#000;
	background-color:#c8c5bb;
	border-left:40px solid #b21917;
}

#menu a.actual:active {
	color:#000;
	background-color:#c8c5bb;
	border-left:40px solid #b21917;
}




				/* menu cuadritos */

#menu-cuadritos {
	position: relative;
	clear:none;
	float:right;
	overflow: hidden;
	z-index: 100;
	
	height: auto;
	width: 292px;
	margin:0px;
	padding:0px;
	
	background-color: transparent;
	text-align:right;
}

#menu-cuadritos img {
	border:0px;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
}



				/* FRANJA MEDIA */

#franja-media {
	position: relative;
	clear:both;
	overflow:hidden;
	z-index: 0;
	
	height: auto;
	min-height:610px;
	width: 100%;
	margin:0;
	padding:0;
	
	background-color: transparent;
	background-image: url(imagenes/mapa-mundi.jpg);
	background-repeat: 
	background-position: top center;
	background-attachment: scroll;
}


				/* BANNER */
				
#banner {
	position: relative;
	clear:both;
	overflow:hidden;
	z-index: 0;
	
	height: auto;
	width: 500px;
	margin:0 auto 5px auto;
	padding:0;
	
	background-color:transparent;
}

#banner img {
	position:relative;

	display:inline;
}

#banner a img:hover {
	opacity:0.75;
}

.pauseplay {
	display:none;
}

.fadeshow1toggler {
	z-index:9999;
	position:absolute;
	bottom:0;
	right:0;
	margin-right:2px;
}

.navbut {
	margin:2px;
}


				/* LOGO */

#logo {
	position: relative;
	clear:both;
	float:left;
	overflow: hidden;
	z-index: 100;
	
	height: auto;
	width: auto;
	margin: 0px;
	padding:50px 0 85px 20px;
	
	background-color: transparent;
}


				/* columnas izquierda */

#col12 {
	position: relative;
	clear:none;
	float:left;
	overflow: hidden;
	z-index: 100;
	
	height: auto;
	width: 400px;
	margin: 0;
	padding:0px;
	
	background-color: transparent;
	text-align:right;
}


#col12 h1 {
	padding:0px 40px 20px 0;
	margin:0px;
	position:relative;
	clear:both;
	font-size:24px;
	line-height:28px;
	color:#666;
	font-weight:normal;
}

#col12 h2 {
	padding:0px 40px 0 0;
	margin:0px;
	position:relative;
	clear:both;
	font-size:32px;
	line-height:36px;
	color:#565656;
	font-weight:bold;
	letter-spacing:-0.5px;
}

#col12 p{
	margin:0 40px 0 20px;
	color:#666;
	text-align:justify;
	font-size:12px;
	line-height:18px;
}


				/* columnas derecha */

#col22 {
	position: relative;
	clear:none;
	float:left;
	overflow: hidden;
	z-index: 100;
	
	height: auto;
	width: 500px;
	margin: 0;
	padding:0px;
	
	background-color: transparent;
	text-align:right;
}

#col22 h1 {
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#primer-nivel {
	position: relative;
	clear:both;
	float:left;
	overflow: hidden;
	z-index: 100;
	
	height: auto;
	width: 500px;
	margin: 0;
	margin-top:5px;
	padding:0px;
	
	background-color: transparent;
	text-align:right;
}
#segundo-nivel {
	position: relative;
	clear:both;
	float:left;
	overflow: hidden;
	z-index: 100;
	
	height: auto;
	width: 500px;
	margin: 0;
	margin-top:0px;
	padding:0px;
	
	background-color: transparent;
	text-align:left;
}

a.casadonosolink {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.5px;
}

a.casadonosolink:link {
	color:#666;
}

a.casadonosolink:visited {
	color:#666;
}

a.casadonosolink:hover {
	color:#000;
}

a.casadonosolink:active {
	color:#000;
}


				/* CONTENEDOR INFERIOR */

#contenedor-inferior {
	position: relative;
	clear:both;
	overflow:hidden;
	z-index: 0;
	
	height: auto;
	width: 100%;
	margin:0;
	margin-top:0px;
	padding:10px 0;
	
	background-color: transparent;
	background-image: url(imagenes/fondo-footer.gif);
	background-repeat: repeat;
	background-position: top center;
	background-attachment: scroll;
}


#contenedor-inferior #lista {
	position: relative;
	float:left;
	width:170px;
	margin:10px 0;
	padding:0 40px;
	text-align:left;
	color:#fff;
	font-size:12px;
	line-height:16px;
	
	background-color:transparent;
}

#contenedor-inferior #lista ul {
	margin:0px;
	padding:0px;
	list-style:outside;
	list-style-type:none;
}

#contenedor-inferior #lista li {	
	margin:0px;
	margin-bottom:0px;
	padding:0px;
	list-style:outside;
	list-style-type:none;
	padding-left:10px;
	text-indent:-10px;
}

#contenedor-inferior #lista a {
	padding:0px;
	margin:0px;
}

#contenedor-inferior #lista a:link {
	position: relative;
	color:#fff;
	text-decoration:none;
}

#contenedor-inferior #lista a:visited {
	position: relative;
	color:#fff;
	text-decoration:none;
}

#contenedor-inferior #lista a:hover {
	position: relative;
	color:#ccc;
	text-decoration:underline;
}

#contenedor-inferior #lista a:active {
	position: relative;
	color:#ccc;
	text-decoration:underline;
}

#contenedor-inferior #lista.lineas-footer {
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	width:190px;
	margin-left:-75px;
}