/* Start of CMSMS style sheet 'common-cabecera-footer' */
@charset "UTF-8";

@media all {
/* (en) reset font size for all elements to standard (16 Pixel) */
html * { 
font-size: 100.01%;
}

/* (en) base layout gets standard font size 12px */
body {
font-family: Trebuchet MS, tahoma, verdana;
font-size: 90.00%;
color: #cccccc;
}
/*-------------------------------------------------------------------------------------*/
#main { 
background: #3D473F;
}
/*--- Cabecera -----------------------------------------------------------------------*/
#header {
background-color:#272621;
background-image:url(uploads/images/sipe/bg_header.jpg);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:top center; 
letter-spacing: -1px;
}

#header h1 {;
color: #0A1862;
font-weight:bold;
font-size:3.5em;
letter-spacing:-2px;
line-height:65%;
}

#header span {
color: #0A1862;
font-size: 1.5em; 
}
/*-------------------------------------------------------------------------------------*/
/*--- Links -------------------------------------------------------------------------- */
a {
text-decoration:none;
color: #6575c8;
}

a:hover {
color: #efb31d;
}

a:visited  {
color:#a1a09c;
}

/*-------------------------------------------------------------------------------------*/
/*--- Headings ------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
font-family: Trebuchet MS, tahoma, verdana;
font-weight:normal;
margin: 0 0 0.25em 0;
}

h1 {
font-size: 250%; /* 30px */
}
                      
h2 {
font-size: 200%;  /* 24px */
}

h3 {
font-size: 150%; /* 18px */
}

h4 { 
font-size: 133.33%; /* 16px */
}

h5 {
font-size: 116.67%; /* 14px */
} 

h6 {
font-size: 116.67%; /* 14px */
}

/*-------------------------------------------------------------------------------------*/
/* --------- Pie de pagina ------------------------------------------------------------*/
#footer {
background:#272621 none repeat scroll 0 0;
padding: 10px 20px;
line-height: 1.5em;
font-size:117%;
margin-top:1em;
}

#footer a {
color: #6575c8;
text-decoration:none;
}

#footer a:hover {
color: #efb31d;
}

#footer a:visited  {
color: #4d60c8;
}
/*-------------------------------------------------------------------------------------*/
}
/* End of 'common-cabecera-footer' */

