/*
CABEZAL.CSS
Does:  Estilos del Cabezal y del pie
Author: Agustina Muller
*/

/*CABEZAL*/
#cabezal{position:relative; background:url(/layout/img/fd_cabecera.jpg) no-repeat #FEB122; height:153px; width:1001px; margin:10px auto 0 auto;}
#cabezal .links{background:none; margin-left:520px; padding-top:65px;}
#cabezal .logueado{margin-left:520px; padding-top:56px;}
#cabezal .logueado p{color:#012A88; font-size:11px; font-weight:bold;}
#cabezal .links ul{list-style:none;}
#cabezal .links ul li{display:block; /*width:100px;*/ color:#012A88!important; font-size:11px; font-weight:bold;}
#cabezal .links ul li a, #cabezal .logueado p a{color:#012A88; text-decoration:none; font-size:11px; font-weight:bold;}
#cabezal .links ul li a:hover, #cabezal .logueado p a:hover{text-decoration:underline;}

.menu{position:absolute; height:50px; left:232px; top:105px; width:747px;}
.menu ul{list-style:none;}
.menu ul li{float:left;}
.menu ul li a{display:block; height:36px; text-decoration:none; }
.menu ul li a:hover{background-position:bottom;}

#subir{background-image:url(/layout/img/bt_menu_01.jpg); width:122px; }
#elpais{background-image:url(/layout/img/bt_menu_02.jpg); width:69px; }
#elmundo{background-image:url(/layout/img/bt_menu_03.jpg); width:82px; }
#categorias{background-image:url(/layout/img/bt_menu_04.jpg); width:86px; }

.menu .textfield{padding:9px 0 0 385px;}
.menu .textfield input{background: url(/layout/img/fd_input_search.jpg) no-repeat top; border:none; padding:3px 0 0 7px; font-size:11px; color:#666; float:left; height:16px; width:174px;}
.btnsearch{float:left; margin:3px 0 0 6px; background:url(/layout/img/bt_buscar.jpg) no-repeat top; width:43px; height:12px;border:none; overflow:hidden; padding-top:25px; cursor: pointer; text-indent:-9999px;}

.logo{display:block;overflow:hidden;position:absolute;top:1px;left:19px;width:209px;height:152px;}
.urlLink{display:block; height:30px; left:864px; overflow:hidden; position:absolute; text-indent:-9999px; top:108px; width:109px;}

/*END CABEZAL*/

/*CUERPO*/
#cuerpo{border-left:solid 7px #FFFFFF; border-right:8px solid #FFFFFF; background: url(/layout/img/fd_cuerpo.jpg) repeat-x left top #FFFFFF; width:936px; margin:0 auto; padding:0 25px;}
/*END CUERPO*/

#banner_bottom{position:relative; background-color: #FFF; width:1001px; margin:10px auto 0 auto; align: center;}

/*PIE*/
#pie{position:relative; background:url(/layout/img/fd_pie.jpg) no-repeat #FEB122; height:106px; width:1001px; margin:0 auto 10px auto;}
#pie .textfield {background:none; padding:7px 0 0 620px;}
#pie .textfield input{background: url(/layout/img/fd_input_search.jpg) no-repeat top; border:none; padding:3px 0 0 7px; font-size:11px; color:#666; float:left; height:16px; width:174px;}
#pie .textos{position:absolute; left:270px;top:50px;background:none; font-size:11px; font-weight:bold; color:#FFFFFF; text-align:right;}
#pie .textos a{color:#FFFFFF; font-size:11px; margin-right:20px;}
#pie .textos a:hover{text-decoration:underline;}
#pie .urlLink{display:block;height:30px;left:864px;overflow:hidden;position:absolute;text-indent:-9999px;top:2px;width:109px;}

/*END PIE*/
