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

body {
background-color: #cccc99;
}

div.exterior{
position: absolute;
top: 50%;
width: 100%;
height: 500px;
margin-top: -250px;

}
div.barra_up {
width : 100%;
height: 30px;
position : absolute;
left: 0;
top: -32px;
background-color: #ffffff
}

div.barra_down {
width : 100%;
height: 30px;
position : absolute;
bottom: -32px;
background-color: #ffffff
}

div.contenedor{
position: absolute;
left: 50%;
top: 50%;
width: 950px;
height: 500px;
margin-top: -250px;
margin-left: -475px;
}

div.izquierda{
position: absolute;
left: 0;
width: 224px;
height: 100%;
background-color: #ffffff;
}

div.centro{
position: absolute;
left: 227px;
width: 446px;
height: 100%;
background-color: #ffffff;
}

div.derecha{
position: absolute;
left: 676px;
width: 274px;
height: 100%;

background-color: #ffffff;
}

div.logo{
position: absolute;
bottom: 12px;
left: 12px;
width: 200px;
height: 60px;
background: url(../images/pestana_logo.jpg) no-repeat ;
background-color: #cccc99;
}

div.texto_derecha_largo{
position: absolute;
width: 95%;
height: 495px;
left: 10px;
overflow: auto;
color: #990000;
padding-right: 5px;
}

div.texto_derecha{
position: absolute;
width: 254px;
height: 500px;
left: 10px;
overflow: auto;
color: #990000;
margin-right: 30px;
}

div.contenedor_imagen_obra{
position:absolute;
width:446px;
height:410px;
top:14px;
}

div.contenedor_texto_obra{
position:absolute;
width:100%;
height:40px;
top:430px;
font-family: Arial, Helvetica, sans-serif;
color: #222222;
font-size: 10px;
}

div.contenedor_selector_obra{
position:absolute;
width:100%;
height:28px;
top:458px;
}

a.numero{
margin: 2px;
_margin: 0px;
*margin: 0px;
}

div.contenedor_imagen_curriculum{
position:relative;
width:274px;
height:186px;
padding: 8px;
}

div.contenedor_texto_curriculum{
position:relative;
width:100%;
height:15px;

font-family: Arial, Helvetica, sans-serif;
color: #222222;
font-size: 10px;
}

div.contenedor_selector_curriculum{
position:relative;
width:100%;
height:28px;

}