/* 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 'interior' */
/* Cuerpo 2
    ****************************************************************************/

div#cuerpo-2 {
   width:721px;
   float:right;
}


/* Menú 2 y menú 3
   ****************************************************************************/

div#menu-2 {
   width:212px;
   float:left;
}

div#menu-3 {
   width:212px;
   float:right;
}

div#menu-2 div.marco, div#menu-3 div.marco {
   background:transparent url('uploads/images/estilo/menu-2-marco-middle.gif') repeat-y left top;
}

div#menu-2 div.marco-top, div#menu-3 div.marco-top {
   background:transparent url('uploads/images/estilo/menu-2-marco-top.gif') no-repeat left top;
}

div#menu-2 div.marco-bottom, div#menu-3 div.marco-bottom {
   padding:10px;
   height:100%;
   overflow:hidden;
   background:transparent url('uploads/images/estilo/menu-2-marco-bottom.gif') no-repeat left bottom;
}

div#menu-2 h3, div#menu-3 h3 {
   margin:0 0 15px;
   font-size:1.5em;
}

div#menu-2 h4, div#menu-3 h4 {
   margin:0 0 10px;
   font-size:1.3em;
}

div#menu-2 ul, div#menu-3 ul {
   margin:0 0 0 7px;
}

div#menu-2 li, div#menu-3 li {
   margin:8px 0;
   list-style:none none outside;
   font-size:1em;
}

div#menu-2 li a, div#menu-3 li a  {
   display:block;
   height:100%;

   font-size:1.2em;
   font-weight:bold;
   color:#29415e;
   text-decoration:none;
}

div#menu-2 li a:hover, div#menu-3 li a:hover {
   color:#000000;
   background-color:#ffeda7;
}

div#menu-2 li a.seleccionado, div#menu-3 li a.seleccionado  {
   font-weight:normal;
   font-style:italic;
}


/* Contenido y contenido 2
    ****************************************************************************/

div#contenido {
   width:721px;
   float:right;
   color:#29415e;
}

div#contenido-2 {
   width:492px;
   float:left;
   color:#29415e;
}
                             
div#contenido div.marco {
   background:transparent url('uploads/images/estilo/contenido-marco-middle.gif') repeat-y left top;
}

div#contenido div.marco-top {
   background:transparent url('uploads/images/estilo/contenido-marco-top.gif') no-repeat left top;
}

div#contenido-2 div.marco-bottom {
   padding:10px 20px;
   height:100%;
   overflow:hidden;
   background:transparent url('uploads/images/estilo/contenido-2-marco-bottom.gif') no-repeat left bottom;
}

div#contenido-2 div.marco {
   background:transparent url('uploads/images/estilo/contenido-2-marco-middle.gif') repeat-y left top;
}

div#contenido-2 div.marco-top {
   background:transparent url('uploads/images/estilo/contenido-2-marco-top.gif') no-repeat left top;
}

div#contenido div.marco-bottom {
   padding:10px 20px;
   height:100%;
   overflow:hidden;
   background:transparent url('uploads/images/estilo/contenido-marco-bottom.gif') no-repeat left bottom;
}


div#contenido h3, div#contenido-2 h3 {
   border-bottom:1px solid #984743;
}


/* End of 'interior' */

/* Start of CMSMS style sheet 'paginas' */
/* Mapa web
    ****************************************************************************/

div#mapa ul {
   margin:0 0 0 40px;
}

div#mapa li {
   margin:6px 0px;
   font-size:1em;
}

div#mapa a {
   display:block;
   width:100%;

   font-size:1.1em;
   font-weight:bold;
}

div#mapa > ul > li {
   margin-top:15px;
   list-style:none none outside
}

div#mapa > ul > li > a {
   color:#29415e;
   font-size:1.3em;
}


/* Suscripción
    ****************************************************************************/

div#suscripcion form p {
   width:100%;
   overflow:hidden;
}

div#suscripcion label {
   width:20%;
   float:left;
} 

div#suscripcion input {
   width:78%;
   float:right;
}

div#suscripcion dl {
   width:100%;
   overflow:hidden;
}

div#suscripcion dt {
   margin:0;
   width:10%;
   height:30px;
   float:left;
   clear:left;
}

div#suscripcion dd {
   margin:0;
   width:90%;
   height:30px;
   float:left;
}

div#suscripcion input.boton {
   width:100px;
   float:right;
}



/* Contacto
    ****************************************************************************/

div#contacto p {
   width:100%;
   overflow:hidden;
}

div#contacto label {
   width:20%;
   float:left;
} 

div#contacto input {
   width:78%;
   float:right;
}

div#contacto textarea {
   height:200px;
   width:78%;
   float:right;
} 

div#contacto input.boton {
   width:100px;
   float:right;
}

div#contacto div.mensajeaviso p {
   text-align:center;
}

div#contacto p.aviso {
   text-align:right;
}


/* Agenda (eventos)
    ****************************************************************************/

div#eventos ul.eventos li {
   margin:0 0 20px 0;
   list-style:none none outside;
   font-size:1em;
}

div#eventos h4 {
   font-size:1.3em;
   margin:5px 0;
}

div#eventos h4 a {
   font-weight:bold;
}

div#eventos div.contenido {
   overflow:hidden;
   height:100%;
}

div#eventos div.resumen {
   font-size:1.2em;
}

div#eventos div.contenido img {
   margin:0 10px 10px 0;
   max-width:40%;
   _width:40%;
   float:left;
}


/* Evento
    ****************************************************************************/

div#evento p.imagen {
   text-align:center;
}

div#evento p.imagen img {
   max-width:80%;
   _width:80%;
}


/* Noticias
    ****************************************************************************/

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

div#noticias h4 {
   font-size:1.3em;
   margin:5px 0;
}

div#noticias h4 a {
   font-weight:bold;
}

div#noticias div.contenido {
   overflow:hidden;
   height:100%;
}

div#noticias div.resumen {
   font-size:1.2em;
}

div#noticias div.contenido img {
   margin:0 10px 10px 0;
   max-width:40%;
   _width:40%;
   float:left;
}

/* Noticia
    ****************************************************************************/

div#noticia p.imagen {
   text-align:center;
}

div#noticia p.imagen img {
   max-width:80%;
   _width:80%;
}


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

div#enlaces ul#lista-de-enlaces {
   margin:0;
   width:100%;
   overflow:hidden;
}

div#enlaces ul#lista-de-enlaces li {
   margin:10px 0;
   padding:1%;

   width:47%;
   height:100px;

   float:left;

   list-style:none none outside;
}

div#enlaces ul#lista-de-enlaces a {
   height:100%;
   display:block;

   position:relative;

   text-align:center;
}

div#enlaces ul#lista-de-enlaces a:hover {
   outline:1px solid #eec369;
}

div#enlaces ul#lista-de-enlaces img {
   margin:10px 0 0;
   padding:0;
   width:150px;
   height:50px;
   float:none;
   text-align:center;
}

div#enlaces ul#lista-de-enlaces p {
   margin:10px 0;

   max-height:30px;
   width:100%;

   bottom:0;
   left:0;
   position:absolute;

   color:#29415e;

   text-align:center;
}


/* Imágenes
    ****************************************************************************/

div#imagenes ul {
   overflow:hidden;
   height:100%;
}

div#imagenes  li {
   margin:0 30px 30px 0;
   width:135px;
   height:auto;
   display:inline;
   float:left;
   text-align:center;
   list-style:none none outside;
   font-size:1em;
}

div#imagenes  ul li a {
   height:72px;
   display:block;
}

div#imagenes  ul li img {
   max-width:90%;
   max-height:90%;
}

div#imagenes  ul li p {
   margin:0;
   font-size:1.1em;
   text-align:center;
}


/* Personajes
    ****************************************************************************/

div#personajes li {
   margin:0 0 20px 20px;

   width:140px;
   height:105px;

   position:relative;
   display:inline;
   float:left;
   list-style:none none outside; 
}

div#personajes li div {
   margin:0 0 10px 0;
   height:80px;
   text-align:center;
}

div#personajes li p {
   margin:0;
   width:140px;

   position:absolute;
   bottom:0;
   left:0;

   text-align:center;
}

div#personajes li img {
   min-height:60px;
   max-height:80px;
}


/* Transporte público
    ****************************************************************************/

div#transporte td {
   border:0;
}


/* Guía de trámites
    ****************************************************************************/

div#guia-de-tramites td.informacion,
div#guia-de-tramites td.descarga,
div#guia-de-tramites td.acceso {
   text-align:center;
}

div#guia-de-tramites td.categoria {
   background-color:#FFEDA7;
   font-weight:bold;
}

div#guia-de-tramites td a {
   display:block;
   height:30px;
}

div#guia-de-tramites td a.informacion {
   background:transparent url('uploads/images/estilo/informacion.gif') no-repeat scroll center;
}

div#guia-de-tramites td a.acceso {
   background:transparent url('uploads/images/estilo/acceso.gif') no-repeat scroll center;
}

div#guia-de-tramites td a.descarga {
   background:transparent url('uploads/images/estilo/pdf.gif') no-repeat scroll center;
}


div#guia-de-tramites td a span {
   display:none;
}



/* Mapa Google
    ***************************************************************************/

div#map {
   height:500px;
   width:500px;
}


/* End of 'paginas' */

