/* Start of CMSMS style sheet 'reset' */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	/* outline: 1px dotted transparent; */
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
/* End of 'reset' */

/* Start of CMSMS style sheet 'base' */
/* Cuerpo
    ****************************************************************************/

body {
   min-width:960px;
   background-color:#ffffff;
   line-height:normal;
   color:#29415e;
   font-size:62.5%;
   font-family:Arial;
}


/* Títulos y párrafos
    ****************************************************************************/

h1, h2, h3 {
   color:#984743;
}

h4 {
   color:#29415e;
}

h5 {
   color:#000000;
}

h1 {
   font-size:2em;
}

h2 {
   font-size:1.8em;
}

h3 {
   font-size:1.7em;
}

h4 {
   font-size:1.5em;
   margin:15px 0;
}

h5 {
   font-size:1.3em;
   margin:15px 0;
}

p {
   font-size:1.2em;
}


/* Listas
    ****************************************************************************/

ul, ol {
   margin:0 0 20px 0;
}

li {
   margin:5px 0 5px 30px;
   list-style:none url('uploads/images/estilo/li-disco.gif') outside;
   font-size:1.2em;
}

li li {
   font-size:1em;
}

dl {
   margin:20px 0;
}

dt { 
   margin:20px 0 0 20px;
   font-weight:bold;
   color:#984743;
   font-size:1.2em;
}

dd {
   margin:10px 0 0 40px;
   font-size:1.2em;
}


/* Enlaces
    ****************************************************************************/

a {
   color:#a65f5a;
   font-weight:normal;
   text-decoration:none;
   cursor:pointer;
}

a:hover {
   color:#000000;
}


/* Tablas
    ****************************************************************************/

table {
   margin:10px 5% 20px 5%;
   border:1px solid #984743;
   width:90%;

   border-collapse:collapse;
   empty-cells:show;

   font-size:1.2em;
}

caption {
}

th,thead td {
   border-bottom:1px solid #984743;

   text-align:center;
   vertical-align:middle;

   font-weight:bold;
   color:#ffffff;

   background-color:#724745;
}

th a,thead td a {
   text-align:center;
   font-weight:bold;
   color:#ffffff;

   background-color:#724745;
}

tr {
   vertical-align:middle;
}

td {
   border-bottom:1px solid #984743;
   padding:5px;
   vertical-align:middle;
}


/* Formularios
    ****************************************************************************/

fieldset {
   margin:20px 40px;
}

legend {
   display:none;
}

label {
   color:#355071;
}

input {
   padding:2px;
   color:#355071;
}

input[type="text"] {
   border:1px solid #bb8582;
   color:#355071;
}

input[type="submit"] {
   border:1px solid #bb8582;
   padding:1px;
   color:#a65f5a;
   background-color:#fffbee;
   font-weight:bold;
   cursor:pointer;
}

textarea {
   border:1px solid #bb8582;
   padding:1px;
   color:#355071;
}

select {
   border:1px solid #bb8582;
}


/* Estilos de ayuda
    ****************************************************************************/

.left {
   margin-right:5px;
   margin-bottom:5px;
   float:left;
}

.right {
   margin-left:5px;
   margin-bottom:5px;
   float:right;
}

.center{
   margin-bottom:20px;
   text-align:center;
}


/* Paginación
    ****************************************************************************/

ul#paginacion {
   margin:20px 0 0 0;
   width:100%;
   clear:both;
   text-align:right;
}

ul#paginacion li {
   margin:0 5px;
   display:inline;
}


/* Calendario
    ****************************************************************************/

div.calendario {
}

div.calendario table {
   margin:10px 5%;
   border:0;
   border-bottom:1px solid #724745;
   width:90%;
   text-align:center;
   font-size:1.1em;
}

div.calendario caption {
   margin:5px 0;
}

div.calendario caption span {
   margin:0 5px;
}

div.calendario tbody {
   border:0;
}

div.calendario tr {
   border:0;
}

div.calendario th {
   color:#ffffff;
   background-color:#724745;
}

div.calendario td {
   padding:2px 0;
}

div.calendario td.calendar-today {
   background-color:#e7d9d8
}

div.calendario a {
   color:#724745;
   text-decoration:underline;
}

div.calendario td a:hover {
   display:block;
   height:100%;

   text-decoration:none;

   color:#000000;
   background-color:#ffeda7;
}


/* Párrafo para fecha de noticias, agenda...
    ****************************************************************************/

p.fecha {
   margin:10px 0 20px 0;

   text-align:right;
   font-size:1.2em;

   color:#ffffff;
   background-color:#724745;
}


/* Párrafo "volver" para noticias, agenda...
    ****************************************************************************/

p.volver {
   text-align:right;
}

/* Tipos de datos para tablas
    ****************************************************************************/

.numero {
   text-align:right;
}

.texto {
   text-align:left;
}


/* Formularios del registro telemático
    ****************************************************************************/

form.buscador-anuncios fieldset {
   margin:0 40px;
}

form.buscador-anuncios fieldset p {
   margin: 10px;
   overflow:hidden;
   width:95%;
}

form.buscador-anuncios label {
   width:20%;
   float:left;
}

form.buscador-anuncios input {
   float:right;
}

form.buscador-anuncios input.text,
form.buscador-anuncios input.title,
form.buscador-anuncios textarea
{
   border:1px solid #bb8582;
   float:right;
   width:78%;
}

form.buscador-anuncios select {
   float:right;
   width:79%;
}


/* Trámites
    ****************************************************************************/

.sello a {
   background:transparent url(http://www.dipucordoba.es/inc/eadmin/contratacion/img/sello.gif) no-repeat scroll right top;
   float:none;
   line-height:25px;
   padding-right:25px;
   padding-top:6px;
   text-decoration:none;
}

.radio_tramites span{
    width:90%;
    display:block;	
    font-weight:bold;			   
}
				
.radio_tramites label{
   width:45%;
   margin-left:15px;	
   font-style:italic;	
   float:left;				
}
				
.radio_tramites input{
   float:left;		
   width:10%;		
} 


/* Ventana emergente para imágenes
    ****************************************************************************/

#TB_window {
   min-width:400px;
}

#TB_caption {
   height:auto;
}
/* End of 'base' */

/* Start of CMSMS style sheet 'pagina' */
/* Página
    ****************************************************************************/

div#pagina {
   background-color:#ffffff;
}


/* Cabecera
    ****************************************************************************/

div#cabecera {
   background:white url("uploads/images/estilo/cabecera-background.gif") repeat-x 0 0;
}

div#cabecera div.contenido {
   margin:0 auto;
   width:950px;
   height:95px;
   position:relative;
}

div#cabecera h1, div#cabecera h2 {
   display:none;
}


/* Foto de la cabecera
    ****************************************************************************/

div#foto-de-cabecera {
   width:395px;
   height:93px;

   position:absolute;
   top:0;
   left:0;

   background:transparent url("uploads/images/estilo/cabecera-foto.jpg") repeat-x 0 0;
}

div#foto-de-cabecera a {
   height:100%;
   display:block;
}


/* Menú
    ****************************************************************************/

div#menu {
   width:461px;
   height:42px;

   position:absolute;
   top:56px;
   left:425px;

   background:transparent url("uploads/images/estilo/cabecera-menu-background.gif") no-repeat 0 0;
}

div#menu ul {
   margin:0;
   height:100%;
}

div#menu li {
   margin:0;
   padding:10px 5px;
   width:143px;

   float:left;
   display:inline;
   font-size:1em;
}

div#menu li.seleccionado {
   background:transparent url("uploads/images/estilo/cabecera-menu-background-seleccion.gif") no-repeat;
}

div#menu a {
   margin:0 5px;
   height:100%;

   display:block;

   color:#ffffff;
   font-size:1.3em;
   font-weight:bold;
   font-weight:600;
   text-align:center;
}

div#menu a:hover {
   color:#000000;
}

div#menu a.seleccionado {
   /* color:#8c8c8c; */
   color:#ffeda7;
   font-style:italic;
}


/* Menú: contacto + suscripciones + mapa web + RSS
    ****************************************************************************/

div#menu-contacto {
   position:absolute;
   left:430px;
   top:15px;
}

div#menu-contacto ul {
   margin:0;
   height:100%;
   list-style:none;
}

div#menu-contacto li {
   margin:0;
   padding:0px 2px;
   display:inline;
   color:#a65f5a;
   font-size:1em;
}

div#menu-contacto a {
   font-size:1.2em;
   font-weight:normal;
   color:white;
}

div#menu-contacto a.seleccionado {
   color:#ffeda7;
   font-style:italic;
}

div#menu-contacto a.rss {
   padding:0 0 0 14px;
   background:transparent url('uploads/images/estilo/rss.gif') no-repeat scroll left center;
}


/* Buscador
    ****************************************************************************/

div#buscador {
   height:36px;

   position:absolute;
   top:10px;
   right:0;

   background-color:#fffae7;
}

div#buscador form {
   padding:0 6px;
}

div#buscador label {
   margin:10px 0;
   width:auto;
   float:left;
   font-size:1.2em;
}

div#buscador input {
   margin:8px 5px;
   width:100px;
   float:left;
}

div#buscador input.boton {
   margin:8px 0;
   padding:0 0 0 20px;
   border:none;
   width:20px;
   height:20px;

   text-indent:-20000em;

   float:left;
   background:transparent url('uploads/images/estilo/boton-buscar.gif') no-repeat scroll top left;
}


/* Rastro de migas
    ****************************************************************************/

div#rastro-de-migas {
   margin:10px auto;
   width:950px;
   background:transparent url('uploads/images/estilo/migas-background.gif') repeat-y left top;
}

div#rastro-de-migas p {
   margin:0;
   padding:5px;
}

div#rastro-de-migas a {
   color:#29415e;
}


/* Cuerpo
    ****************************************************************************/

div#cuerpo {
   margin:20px auto;
   width:950px;
   height:100%;
   overflow:hidden;
}


/* Pie de página 
    ****************************************************************************/

div#pie {
   background:transparent url("uploads/images/estilo/pie-background.gif") repeat-x;
}

div#pie div.contenido {
   margin:0 auto;
   width:950px;
   height:50px;
}

div#pie div.icono {
   margin:10px 5px;
   height:30px;
}

div#pie div.icono a {
   display:block;
}

div#pie div.icono img {
   height:30px;
}

div#pie div.direccion {
   margin:10px 5px;
   height:30px;
   width:510px;
}

div#pie div.direccion p {
   margin:0;
   color:#ffffff;
   font-size:11px;
   text-align:center;
}

div#pie div.direccion a {
   color:#ffffff;
   font-style:normal;
}

/* End of 'pagina' */

/* Start of CMSMS style sheet 'portada' */
/* Portada
    ****************************************************************************/

div#portada {
   margin:10px 0;
   color:#29415e;
}

div#portada div.contenido {
   margin:0 auto;
   width:950px;
   overflow:hidden;
}


/* Columnas
    ****************************************************************************/

div#portada div.columna {
   margin-right:15px;
   width:352px;
   float:left; 
}

div#portada div.columna-chica {
   width:212px;
   overflow:hidden;
   float:right;
}


/* Sección grande
    ****************************************************************************/

div#portada div.columna div.seccion {
   margin:15px 0;
   background:transparent url('uploads/images/estilo/portada-marco-grande-middle.gif') repeat-y scroll top left;
}

div#portada div.columna div.seccion-top {
   background:transparent url('uploads/images/estilo/portada-marco-grande-top.gif') no-repeat scroll top left;
}

div#portada div.columna div.seccion-bottom {
   padding:3%;
   width:94%;
   background:transparent url('uploads/images/estilo/portada-marco-grande-bottom.gif') no-repeat scroll bottom left;
}

/* Sección chica
    ****************************************************************************/

div#portada div.columna-chica div.seccion {
   margin:15px 0;
   background:transparent url('uploads/images/estilo/portada-marco-chico-middle.gif') repeat-y scroll top left;
}

div#portada div.columna-chica div.seccion-top {
   background:transparent url('uploads/images/estilo/portada-marco-chico-top.gif') no-repeat scroll top left;
}

div#portada div.columna-chica div.seccion-bottom {
   padding:3%;
   width:94%;
   background:transparent url('uploads/images/estilo/portada-marco-chico-bottom.gif') no-repeat scroll bottom left;
}


/* Contenido de las secciones
    ****************************************************************************/

div#portada div.seccion h3 {
   margin-bottom:10px;
   border-bottom:1px solid #984743;
}

div#portada div.seccion h4 {
   margin:8px 0;
   font-size:1.2em;
}

div#portada div.seccion ul {
   margin:0;
   padding:0 2%;
   width:96%;
}

div#portada div.seccion li {
   margin:0;
   list-style:none none outside;
   font-size:1em;
}

div#portada div.seccion div.contenido {
   margin-bottom:10px;
   overflow:hidden;
   width:100%;
}

div#portada div.seccion img {
   margin-right:3%;
   width:30%;
   float:left;
}

div#portada div.seccion p.resumen {
   margin:0;
   width:100%;
   float:left;
   font-size:1.1em;
}

div#portada div.seccion p.ver-mas {
   margin:5px 0;
   text-align:right;
}

div#portada div.seccion ul.paginacion {
   display:none;
}


/* Ayuntamiento, turismo y trámites
    ****************************************************************************/

div#portada div.destacados ul {
   margin:0;
   min-height:60px;
   overflow:hidden;
}

div#portada div.destacados li {
   margin:3px 2px;
   display:inline;
   float:left;
   font-size:1.2em;
}

div#portada div.destacados a {
   color:#28405b;
}


/* Agenda
    ****************************************************************************/

div#portada div.agenda p.fechas {
   margin:10px 0;
   color:#984743;
   text-align:right;
   font-size:1.1em;
}


/* Enlaces
    ****************************************************************************/

div#portada div.enlaces ul {
   overflow:hidden;
}

div#portada div.enlaces li {
   margin:15px 4%;
   width:42%;
   height:60px;
   float:left;
   display:inline;
}

div#portada div.enlaces img {
   max-width:98%;
   width:auto;
}


/* Galería de imágenes
    ****************************************************************************/

div#portada div.imagenes ul {
   padding:0;
   width:100%;
   overflow:hidden;
}

div#portada div.imagenes li {
   padding:4%;
   width:40%;
   display:inline;
   float:left;
}

div#portada div.imagenes img {
   width:92%;
   height:60px;
}


/* Información
    ****************************************************************************/

div#portada div.informacion ul {
   margin:0;
}

div#portada div.informacion li {
   margin:10px 0;
}

div#portada div.informacion a {
   color:#28405b;
   font-size:1.2em;
}



/* Tiempo
    ****************************************************************************/

div#portada div.tiempo div.contenido {
   margin-left:10px;
}


/* Paginación
    ****************************************************************************/

div#portada ul#paginacion {
   display:none;
}
/* End of 'portada' */

