/* 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, cite, var, address, em { font-style: normal; }
th, 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: #333; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
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-color:#fff;
}

/***** 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:#980E49;
}
a:hover {
text-decoration:underline;
}
/***** Formularios *****/
form {
margin:0;
padding:0;
}
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
textarea {
width:100%;
line-height:1.25;
}
label {
cursor:pointer;
}
/***** Tablas *****/
table {
border:0;
margin:0;
padding:0;
}
table tr td {
padding:2px;
}
/***** Wrapper *****/
#wrap {
width:1000px;
margin:0 auto 10px;
}
#wrap .oculto{
    display:none;
}
#wrap legend{
    display:none;
}                    
#wrap .rol{
color:#980E49;          
line-height:1.7em; 
padding:3px 0 3px 27px;
background:url(/img/decorado/icono-com-pro.gif) left center no-repeat;  
}                                                      
#wrap .rol1{background-image:url(/img/iconos/roles/azul.gif);}        
#wrap .rol2{background-image:url(/img/iconos/roles/malva.gif);}
#wrap .rol3{background-image:url(/img/iconos/roles/malva.gif);}
#wrap .rol4{background-image:url(/img/iconos/roles/rojo.gif);}
#wrap .rol5{background-image:url(/img/iconos/roles/amarillo.gif);}
#wrap .rol6{background-image:url(/img/iconos/roles/gris.gif);}
#wrap .noLink{
cursor:default;
}       
#wrap #content .mod dd,
#wrap #content .mod p,
#wrap #content .top p{
color:#555;
}
#content .modFicha .colC p,
#wrap #content .mod dd strong,
#wrap #content .mod strong,
#wrap #content .top strong{
color:#222;
}
        
/* FIN GENERAL */
