a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#7f7f7f;
line-height:22px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


/*--------------- CAPAS PRINCIPALES --------------------*/

#contenedor {
	position: absolute;
    height:100%;
    width:770px;
    margin-left:100px;
}

#botones {
position:fixed;
left:100px;
top:0px;
width:140px;
height:100%;
padding:20px 15px 40px 15px;
background-color:#f6f6f6;
margin-right:60px;
}

#contenido {
margin-left:350px;
width:540px;
}

#header{
width:540px;
float:left;
padding:20px 0px 75px 0px;
}

#content{
width:540px;
float:left;
}

/*--------------- BOTONERA --------------------*/

#logo{
padding-bottom:75px;
width:140px;
text-align:center;
}
#menu { width: 140px;}
#menu div, #boton_inicio, #contacto { font-size:15px; line-height:21px; margin-bottom:20px; padding:0px 0px 3px 5px; border-bottom:1px solid #fe117b; width: 135px; }
#menu a, #boton_inicio a, #contacto a {color:#7f7f7f; }
#menu a:hover, #boton_inicio a:hover, #contacto a:hover { color: #fe117b; }
#menu ul { margin-top:-10px; margin-bottom:15px; margin-left:0px; padding:0px; overflow: hidden; }
#menu li { list-style: none; padding:0px 0px 0px 10px; font-size:11px; }
#menu li a { color:#9b9b9b; }
#menu li a:hover { color:#FFFFFF; background-color: #fe117b; }


/*--------------- INTRO --------------------*/
.intro{
margin-bottom:60px;
margin-top:0px;
font-size:13px;
line-height:24px;
}

.seccion{
border-left:1px solid #fe117b;
margin:0px 50px 30px 20px;
padding-left:12px;
}
.seccion a{
text-decoration:none;
color:#7f7f7f;
}
.seccion a:hover{
text-decoration:underline;
}
.seccion .titulo{
color:#fe117b;
}


/*--------------- TRABAJOS --------------------*/
.ancla{
float:left;
width:540px;
height:0px;
}
.trabajo{
float:left;
width:540px;
border-bottom:1px solid #CCCCCC;
padding:0px 0px 25px 0px;
margin-bottom:35px;
}
.trabajo .imagen{
padding:5px;
border:1px solid #CCCCCC;
width:530px;
}
.trabajo .imagen img{
border:none;
width:530px;
}
.trabajo .titulo{
font-size:14px;
color:#fe117b;
}
.trabajo .texto{
}
.trabajo .texto a{
text-decoration:underline;
color:#cccccc;
}
.trabajo .texto a:hover{
color:#fe117b;
}
.trabajo .link{
text-decoration:underline;
}
.trabajo .link a{
text-decoration:underline;
color:#7f7f7f;
}
.trabajo .link a:hover{
color:#fe117b;
}
.trabajo .subir{
font-size:10px;
font-weight:bold;
padding:0px 0px 0px 0px;
}
.trabajo .subir a{
padding-right:3px;
color:#7f7f7f;
}
.trabajo .subir a:hover{
color:#fe117b;
}
/*--------------- PIE --------------------*/
#pie{
float:left;
width:520px;
text-align:right;
margin-top:50px;
padding:3px 10px 3px 10px;
background-color:#fe117b;
font-size:11px;
font-style:italic;
color:#FFFFFF;
}
#pie a{
color:#FFFFFF;
}
#pie a:hover{
text-decoration:underline;
}
