/* GENERAL */
* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: #fff; color: #000; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
/**********FIN RESET************/
/***** Global *****/
html, body {
border:0;
margin:0;
padding:0;
}
body {
font:11px/1.25 "Trebuchet MS", Arial, Helvetica;
background: #F2EFEA;
}
.previsualizacion{
top:50%;
left:50%;
position:absolute;
padding:5px;
background-color:#ccc;
overflow:hidden;
}
.previsualizacion .previsualizacionContenedor{
border:1px solid #999;
}
.previsualizacion .boton.botonCerrar{
background:url(/img/selectores/cerrar.gif) no-repeat;
overflow:hidden;
display:block;
width:0px;
height:16px;
padding-left:16px;
position:absolute;
right:5px;
top:6px;
}
.divFondoVentana{
background:url(/img/fondo-trans.gif);
}
/***** Encabezados *****/
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
/***** Formato comun *****/
p, ul, ol {
margin:0;
padding:0;
}
ul, ol {
padding:0;
}
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
small {
font-size:0.85em;
}
img {
border:0;
}
/***** Enlaces *****/
a,
a:link,
a:visited {
text-decoration:none;
color:#fff;
}
a:hover {
text-decoration:underline;
}
/***** Wrapper *****/ 
#wrap {
width:949px;
margin:25px auto;
background-color:#FFF;
}
/* FIN GENERAL */

/* HEADER */
#header{
height:132px;
width:949px;
background:url(../img/header-topesquina-r.gif) right top no-repeat;
}
#header .logotipo{
height:107px;
display:block;
width:285px;
float:left;
border-bottom:25px solid #ccc;
}
#header .logotipo img{
margin-top:-18px;
margin-left:-6px;
position:absolute;
}
#header .bloque{
height:50px;
width:664px;
float:left;
background:url(../img/degradado-v-gris2.jpg) 153px 0 repeat-y #E1E1E1;
margin-top:82px;
}
#header .bloque .utilidades{
position:absolute;
margin-top:-70px;
margin-left:540px;
}
#header .bloque .utilidades a{
color:#000;
}
#header .bloque .utilidades li{
float:left;
padding:0 10px;
}
#header .bloque .utilidades li.primero{
border-right:1px solid #000;
}
#header .bloque .menu{
background-color:#82133B;
height:25px;
width:450px;
float:left;
}
#header .bloque .menu li,
#header .bloque .submenu li{
float:left;
background:url(../img/decorado-list-blanco.gif) left center no-repeat;
padding:0 8px;
margin-top:5px;
}
#header .bloque .menu li.primero,
#header .bloque .submenu li.primero{
background:none;
margin-left:0px;
}
#header .bloque .convocatorias{
display:block;
float:right;
height:21px;
width:203px;
background-color:#FFF;
border-right:1px solid #B0A282;
padding:4px 0 0 10px;
}
#header .bloque .submenu{
background-color:#82133B;
height:25px;
width:214px;
float:right;
}
/* fin HEADER */

/* FOOTER */
#wrap #footer{
background-color:#F2EFEA;
border-top:1px solid #999;
clear:both;
}
#footer a{
color:#836F52;
}
#footer div{
background-color:#FFFFF0;
border-right:1px solid #B0A282;
height:55px;
}
#footer ul{
float:left;
color:#836F52;
}
#footer ul li{
float:left;
background:url(../img/decorado-list-marron.gif) left center no-repeat;
padding:0 15px;
margin-top:5px;
}
#footer ul li.primero{
background:none;
}
#footer .menu{
padding:10px 0 0 86px;
}
#footer .menu li.convocatorias{
border-bottom:solid 1px #836f52;
}
#footer .submenu{
margin-top:15px;
padding-top:9px;
border-left:1px solid #836F52;
height:20px;
}
#footer .submenu li{
border-top:solid 1px #836f52;
}
#footer p{
padding:15px;
text-align:center;
background:url(../img/footer-bottom.gif) top center no-repeat;
}
/* FIN FOOTER */