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

a img{
	border:none;
}
a{color: #000; text-decoration:none;}
a:hover{color:#000;}

body{
	margin:0;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color:#666;
	font-weight: 300;
}
.wrapper{
	width:1024px;
	position: absolute;
	margin-left: 50px;
}
.header{
	width:1024px;
	border-bottom:1px solid #999;
	height:80px;
	text-transform:lowercase;
	padding-top: 50px;
	position: fixed;
	z-index: 10;
	background: #FFF;
	font-weight: 100;
}
.barra_blanca{
    float: left;
    width: 1024px;
    background: #FFF;
    height: 29px;
    position: fixed;
    top: 131px;
    z-index: 10;
    display: none;
}
/************ menu ****************/
.alex{
	font-size: 40px;
	float:left;
	height:100px;
	color: #000;
	text-transform:capitalize;
	margin-top: -10px;
	font-weight: 100;
}
.menu{
	position: absolute;
	margin-left: 300px;
	float:left;
}
.menu_ul{
	margin:0;
	padding:0;
	list-style:none;
}
.menu_li{
    width: 130px;
}


	
.submenu_ul{
	margin:0;
	padding:0;
	list-style:none;
	left: 150px;
	position: absolute;
	top: 0px;
	height: 80px;
	display:none;
	font-size:12px;
}



#menu-video:hover #submenu-video{
	.display:block;
}
#menu-libros:hover #submenu-libros{
	.display:block;
}

.columna{
    padding-left: 50px;
}
.submenu_li{
    width: 145px;
    text-indent: -7px;
    margin-bottom: 1px;
	
}

.submenu_li:hover, .sub_activo {
	list-style-image:url(images/bullet.jpg);
	.list-style: square;
	.color:#f00;
}

.cv_contact{
	float:right;
	right: 10px;
	list-style:none;
	position: relative;
	bottom: -50px;
}
.cv_contact li{
	float:left;
	margin-left:10px;
}

/************ contacto ****************/
.contacto{
	width: 250px;
	height: 230px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 30px 0px 10px #ccc;
	box-shadow: 1px 1px 23px #ccc;
	right: 0px;
	position: absolute;
	padding: 10px;
	z-index: 10;
}
textarea { 
    resize: none; 
}
.campo{
    width: 245px;
    height: 17px;
    margin-bottom: 10px;
    border: 1px solid #999;
}
.campo_area{
    width: 243px;
    border: 1px solid #999;
    height: 90px;
}
.boton{
    background-color: #888;   
    padding: 4px 10px;
	border: none; margin: 0;  
	cursor: pointer;  
	font-size: 13px; 
	color: white;
    float: right;
    margin-top: 4px;
    margin-right: 1px;
}
.boton:hover{
    background-color: #ccc; 
	color: #888;
}
	

/************ contenido ****************/
.content{
	width:1024px;
	margin-top: 141px;
	left: 0;
	position: absolute;
}
.content img{
	position: absolute;
	left: 0;
	display:none;
	height:490px;
}
.botones{
	width: 123px;
	margin: auto;
	position: absolute;
	top: 500px;
	z-index: 10;
	left: 0px;
	font-size: 12px;
}
.idioma{
	top: 0;
	left: 968px;
	position: absolute;
}
.prev{
	float:left;
	cursor:pointer;
}
.next, #idioma_cv{
	float:right;
	cursor:pointer;
}
#idioma_cv{
	text-align:right;
	margin-right: 18px;
}

.copy{
    left: 500px;
    top: 400px;
    position: relative;
    width: 210px;
}
.copy-libros{
    float: right;
    top: 10px;
    position: relative;
    width: 270px;
}
.borde{
	border:1px solid #CCC;

}
/************ CV ****************/
.bloque{
	margin: 30px;
	max-width: 640px;
}
.celda{
	width: 100%;
	float:left;
	margin-bottom: 10px;
}
.fecha{
	float:left;
	width: 15%;
	padding-top:2px;
}
.hecho{
	float:left;
	width: 85%;
}
em{
	font-weight: 100;
}
.negrita{
	color:#000;
}

.dupla{
	position: fixed;
	bottom: 5px;
	left: 50%;
	text-align: center;
	width: 140px;
	margin-left: -70px;
}
.footer{
	width:100%;
	position:fixed;
	height: 30px;
	bottom: 0;
	z-index: 10;
	background: #FFF;
}
.marco{
	border:1px solid #ccc;
}
.content .entrada{
	display:block;
}
.content .seleccion{
	height:371px;
}
.content .textos-cv{
	position: relative;
	overflow: scroll;
}

/************ RESPONSIVO ****************/
@media screen and (max-width: 1024px) {
	.wrapper{
		margin-left:0px;
	}
	.content{
		left:5px;
	}
}
