
/* CSS del Ayuntamiento de Sant Cugat */
/* Hoja de estilos general */


@import 'cabecera.css';
@import 'menu.css';
@import 'pie.css';


body { font: normal 62.5%  Verdana, Arial, Helvetica, sans-serif; text-align: center; color: #62625E;}


/* Reset
------------------------------------------------------------------------------------------------------------------------ */
body, blockquote { margin: 0; padding: 0;}
a img, iframe { border: none;}
acronym, abbr { border: none; cursor: help;}
.access { display:none;}
hr { display:none;}
table { border-collapse: collapse; font-size:1em;}
caption { display:none;}
map { display:block;}


/* Encabezados y parrafos
------------------------------------------------------------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6, p { margin:0; padding:0; font-size:100%;}


/* Listas
------------------------------------------------------------------------------------------------------------------------ */
ul, ol, dl, li, dt, dd { margin: 0; padding: 0;}
li { list-style-type:none;}


/* Enlaces
------------------------------------------------------------------------------------------------------------------------ */
a, a:link { text-decoration:none; border-bottom-width:1px; border-bottom-style:dotted;}
a:hover { text-decoration:none; border-bottom-style:solid;}


/* Formularios
------------------------------------------------------------------------------------------------------------------------ */
form, fieldset { margin: 0; padding: 0;}
fieldset { border: 0;}
legend { padding: 0;}
input, textarea, select { margin: 0; font-family:Verdana, Arial, Helvetica, sans-serif;}
textarea { height: 100px;}
input:focus, textarea:focus { color:#333;}


/* Tablas
------------------------------------------------------------------------------------------------------------------------
table{ width:52.4em; color:#333; background:#F8F8F8;}
table thead, table tbody { font-size:1.1em;}
table thead th { color: #FFF; vertical-align:top; padding: .5em  .7em; border:1px solid #FFF; text-align:left;} */


/* Alineados
------------------------------------------------------------------------------------------------------------------------
.izq { float: left;}
.der { float: right;} */


/* Limpiador
------------------------------------------------------------------------------------------------------------------------
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix {display:block;} */


/* Pagina
------------------------------------------------------------------------------------------------------------------------ */
#rap { position:relative; width:760px; margin:0 auto; padding:0; text-align:left;}
* html #rap { font-size: 1.01em;} /*Hack <IE6*/
