@charset "utf-8";
/* CSS Document */
html, body{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a29b9b;
}
a{
	color:#a29b9b;
	text-decoration:none;
}
#container, #container_home{
	width:900px;
	margin: 0 auto;
}
#container_home{
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:50%;
	margin-top:-218px;
}
#logo{
	margin-top:20px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	width:100%;
	z-index:100;
}

#menu{
	margin-top:60px;
	border-top:2px solid #d1d0d0;
	border-bottom:2px solid #eeecec;
	position:relative;
	height:50px;
}
#menu li{
	float:left;
	width:170px;
	text-align:center;
	font-size:16px;
	list-style-type:none;
	list-style-position:inside;
	padding-top:15px;
	padding-bottom:15px;
	letter-spacing:0.1px;
	position:relative;
}
#menu li a:hover, #menu li a.active{
	color:#FAB8BB;
	font-weight:bold;
}

#img_ilus, #img_vest, #img_escen, #img_sobre, #img_contacto{
	width:180px;
	height:95px;
	position:absolute;
	top:-97px;
	display:none;
}
#img_escen{
	height:63px;
	top:-65px;
}
#menu li a:hover div, #menu li a.active div{
	display:block;
}
#img_ilus{background:url(img/ilustracion.png) bottom center no-repeat;}
#img_vest{background:url(img/vestuario.png) bottom center no-repeat;}
#img_escen{background:url(img/escenografia.png) bottom center no-repeat;}
#img_sobre{background:url(img/sobre_mi.png) bottom center no-repeat;}
#img_contacto{background:url(img/contacto.png) bottom center no-repeat;}


#contenido_sobre_mi{ position: relative; background:url(img/bgsobre.jpg) top left no-repeat; height:432px; }
#contenido_links{ position: relative; height:400px; margin-top:20px; }
#sobre_mi_text{
	padding-top:65px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	letter-spacing:1.5px;
	line-height:26px;
	color:#161416;
	padding-left:60px;
	padding-right:20px;
}
.pdf{
	margin-top:-20px;
	text-align:center;
	margin:0 auto;
	width:341px;
	height:103px;
	position:relative;
}
.pdf a{
	width:341px;
	height:93px;
	background:url(img/cv.png) top left no-repeat;
	position:absolute;
	left:0;
	top:0;
}
.pdf a:hover{
	background:url(img/cv_on.png) top left no-repeat;
}
.pdf a img{border:0;}
#contenido_contacto{ position: relative; background:url(img/bgcontacto.jpg) top left no-repeat; height:600px; }
#contacto_text{
	width:400px;
	margin-right:0px;
	padding-right:160px;
	padding-top:110px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	line-height:35px;
	color:#161416;
	float:right;
	text-align:right;
}
#contacto_text a{color:#161416;}
#contacto_text a:hover{color:#FAB8BB;}

.flota_links{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	width:390px;
	height:89px;
	background:#e6e5e5;
	float:left;
}
.links_img{
	float:left;
}
.links_img a img{border:0;}
.links_txt{
	float:left;
	margin-top:7px;
	margin-left:8px;
	margin-right:3px;
	margin-bottom:5px;
	font-size:11px;
	color:#030303;
	width:235px;
}
.links_txt a img{border:0;}
.links_txt p{
	margin:0;
	padding:0;
	margin-top:4px;
}
.links_btn{
	position:absolute;
	top:207px;
	left:116px;
	height:150px;
	width:150px;
}
.links_btn a img{border:0;}
