/*
Theme: Plan A
Author: Juanjo Fernández
Author URI: http://www.diariosur.es
*/

* html {
height:1%;
}

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	position:relative;
	text-align:left;
	width:1000px;
	margin:0 auto;
line-height: 20px;
color: #666666;
}

#page {
	width: 961px;
	height:100%;
	background-image: url(images/bg-post.png);
	background-repeat: repeat-y;
	padding: 20px 17px 0 22px;
}

.page_title {
font-family:arial;
width:600px;
}

#wrap {
	height:auto;
	width: 961px;
	background-image: url(images/bg-wrap.gif);
	background-position: top right;
	background-repeat: repeat-y;
	float: left;
	_margin-top: 10px;
}

/* header + navigation
--------------------------------------------------*/
#header {
	height:146px;
	padding:0 0 20px;
	background-image: url(images/bg-header.png);
	background-repeat: repeat-x;
	width: 930px;
}

#headerimg img{
	margin-top: 6px;
	border: none;
}

#headerimg h1 a {
font-family:arial;
font-size:1.3em;
font-weight:bold;
padding:1px 3px;

}

.page_title {
font-family:arial;
width:600px;
}


#navi2 {
margin:20px 0 0 0;
padding:0;
}

#navi2 a {
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #00576B;
padding: 6px 14px 6px 14px;
text-transform: uppercase;
background: none;
line-height: 22px;
}

#navi2 a:hover {
background: #00576B;
color: #FFFFFF;
}

.description {
font-size:1.5em;
margin:0;
padding:0;
}

#nav {
	padding:0;
	float: left;
	width: 930px;
	position: relative;
	top: -55px;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 6px 0 0;
	padding:0;
	border: #FFA920 4px solid;
}

.clear {
clear:both;
}

/* colors (#FFFD87 = yellow || #000 = black)
--------------------------------------------------*/
a {
text-decoration:none;
}

#content h1,h2,h3,h4 {
font-family:arial;
}

#content h1 a{
color:#000;
}

#content h2 a,h3 a,h4 a {
}

body a,h3 a:hover,.navigation a:hover {
color:#000;
}

body a:hover,#content h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h3 a {

}

.postmetadata {
	margin-bottom:20px;
}


/* h3 colors, somehow needed
--------------------------------------------------*/
h3 a {

background: #000;
}

h3 a:hover {
color: #000;
}



/* sidebar
--------------------------------------------------*/
#sidebar, #sidebar-portada {
	float:right;
	width:388px;
_width:387px;
margin-right: 32px;
_margin-right: 16px;
}

#sidebar {
	background-color: #4F8E9D;
}

#sidebar ul,li {
list-style:square;
}

#sidebar-portada ul,li {
list-style:square;
}

#sidebar h3 {
	margin-top:15px;
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: bold;
	color: #597C80;
	margin-left: 19px;
	margin-right: 16px;
}

#sidebar-portada h3 {
	margin-top:15px;
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: bold;
	color: #597C80;
	margin-left: 19px;
	margin-right: 16px;
}

/* frontpage
--------------------------------------------------*/
.feature {
	float:left;
	width:516px;
	padding:40px 13px 10px 12px;
	background-color: #DDDDDD;
	background-image: url(images/ultima-propuesta.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.feature h1 {
margin-top:5px;
}

.feature p {
	text-align:justify;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.feature img {
padding:0;
}

#leadpic {
	float:left;
}

#frontpage {
width:650px;
float:left;
margin-top:50px;
padding:0;
}

.frontcol img {
border:1px solid #DDDDDD;
background:transparent;
margin: 0 auto;
padding:0;
}


.frontcol {
	width:535px;
	float:left;
	padding:03px 0 3px;
	background-repeat: no-repeat;
	margin-top: 25px;
}

.clearfloat {
	display:block;
	padding:0 15px 14px 15px;
	border: #FFECCE 2px solid;
	width: 492px;
	background-image: url(images/bg-linea.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 8px;
}

Float Properties
.clearfloat:after {
display:block;
visibility:hidden;
clear:both;
height:0;
content:".";
}

.box-left {
background-image:url(images/background.png);
background-repeat:repeat;
float:left;
width:270px;
margin:0 10px 20px 0;
padding:10px 20px;
}

.box-left h2 {
margin-top:10px;
}

.box-right {
background-image:url(images/background.png);
background-repeat:repeat;
float:right;
width:270px;
margin:0 10px 20px 0;
padding:10px 20px;
}

.box-right h2 {
margin:15px 0;
}

/* search
--------------------------------------------------*/
#s {
font-family:georgia;
width:160px;
background-image:url(images/background-search.png);
background-repeat:repeat;
border:1px solid #AFAFAF;
margin-top:3px;
padding:4px;
}

/* comments
--------------------------------------------------*/
#comments,#respond {
width:500px;
color: #4F8E9D;
font-size: 13px;
font-weight: bold;
}

.commentlist {
line-height:150%;
width:450px;
margin:0;
padding:0;
}

.commentlist li {
list-style:none;
width:450px;
float:left;
margin:0 0 30px;
padding:20px;
border: 2px solid #dddddd;
}

.comment-btm {
padding:100px 20px;
}

.commentlist cite,.commentlist cite a,.commentlist cite a:visited {
font-style:normal;
}

.commentlist small {
margin-bottom:5px;
display:block;
font-size:87%;
}

#commentform {
	margin-top:10px;
	font:11px;
	width:500px;
	background-image:url(images/bg-footer.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}

#commentform p {
margin:0;
padding:6px 0;
}

#commentform input {
width:250px;
border:1px solid #AFAFAF;
margin-top:3px;
padding:4px;
}

#commentform textarea {
width:500px;
height:150px;
border:1px solid #AFAFAF;
margin-top:3px;
line-height:1.5;
padding:4px;
}

#commentform textarea:focus,#commentform input[type="text"]:focus {
background:#fff;
}

#commentform #submit {
border:1px solid #AFAFAF;
color:#000;
float:left;
width:120px;
height:28px;
cursor:pointer;
}

#gravatar {
width:400px;
}

#gravatar img {
float:left;
margin-right:10px;
}

/* previous + next links
--------------------------------------------------*/
.navigation {
	width:500px;
	padding-bottom:15px;
	height:20px;
}

.navigation a {
color: #4F8E9D;
padding:1px 3px;
}

/* wp-stuff
--------------------------------------------------*/
.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
optionalroundedcornersforbrowsersthatsupportit-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

/* footer
--------------------------------------------------*/
#footer {
	clear:both;
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 930px;
	margin-top: 12px;
	padding-top: 15px;
	padding-bottom: 18px;
}

/* posts
--------------------------------------------------*/
.post,.entry {
	width:500px;
}

.entry {
	background-image:url(images/bg-footer.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	}
.left,.alignleft {
float:left;
}

.right,.alignright {
float:right;
}

.lead-story {
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
	width: 499px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10px;
}

.lead-story h1{
background-color: #FFA922;
height: 14px;
font-size: 14px;
padding: 5px 10px;
margin-right: 45px;

}

.clearfloat h2 {
	color: #995F00;
	font-size: 14px;
	text-align: left;
}

.clearfloat h2 a {
color: #995F00;
}

.clearfloat h2 a:hover {
text-decoration: underline;
}

.clearfloat p {
color: #262626;
font-size: 11px;
text-align: left;
}


.clearfloat a {
text-decoration: underline;
font-weight: bold;
}


#content {
	height: auto;
}

.contenedor-mapa-fotos {
	background-color: #4f8e9d;
	padding-right: 9px;
	padding-left: 12px;
	padding-bottom: 12px;
}

.mapa-fotos {
	border: solid 5px #00586A;
	width: 356px;
	height: 410px;
	margin: auto;
}

.separa {
	background-color: #fff;
	height: 9px;
	width: 388px;
	_width: 387px;
}

#footer p{
	font-size: 10pt;
	font-weight: bold;
}

.logo-sur{
	float: right;
	position:relative;
	top: -90px;
	left: -2px;
}

.logo-sur a{
text-decoration: none;
}

#leadpic {
border: none;
width: 517px;
}

.postmetadata small {
font-size: 10px;
text-align: right;
}

.postmetadata small strong {
font-size: 10px;
color: #4F8E9D;
}

.autor strong {
color: #4F8E9D;
}

.entry img {
border: none;
}

.post h2 a{
	color: #4F8E9D;
	font-size: 20px;
}

.more-link a{
font-weight: bold;
text-decoration: underline;
}
.more-link {
font-weight: bold;
text-decoration: underline;
}

.shield {
	position: relative;
}
.commentscloud {
	text-align: center;
	width: 31px;
	height: 30px;
	padding: 3px 0;
	background: url(images/bubble.gif) no-repeat 0 0;
	float: right;
	position: relative;
	top: 2px;
}

.commentscloudn {
	text-align: center;
	width: 31px;
	height: 30px;
	padding: 3px 0;
	background: url(images/bubble.gif) no-repeat 0 0;
	float: right;
	position: relative;
	top: 5px;
	right: -3px;
}

.commentscloudn a{
text-decoration: none;
}

h2.posttitle {
	color: #4F8E9D;
	font-size: 20px;
}

#colabora {
	padding-top: 5px;
	display: block;
}
#colabora fieldset {
	border-style: none;
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}
#colabora fieldset p {
	width:auto;
	margin:0px;
}
#colabora fieldset p input {
	background: #4F8E9D;
	width: 100px;
	border: 3px solid #BBC6E3;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	float: right;
	margin-top: 5px;
}
#colabora label {
	font-weight: bold;
	color: #4F8E9D;
	padding: 3px;
	float: left;
	text-align: left;
}
#colabora input {
	float: left;
	margin-right:10px;
}

#colabora #contenido {
	height: 80px;
	width: 500px;
}

.mapa-completo {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-right: 22px;
	background-image: url(images/lupa.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.mapa-completo a, .participa a{
color: #FFF;
}

.participa {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-left: 22px;
	background-image: url(images/participa.png);
	background-repeat: no-repeat;
}

.noticias {
margin-right: 20px;
}
.noticias li a{
font-size: 14px;
color: #995f00;
font-weight: bold;
}

.noticias li a:hover{
text-decoration: underline;
}
.noticias li {
list-style: none;
}

.contenedor-mapa-fotos2 {
	background-image:url(images/bg-side-mapa.gif);
	background-repeat:no-repeat;
	background-position: top right;
	background-color: #4F8E9D;
	padding-top: 40px;
	padding-right: 9px;
	padding-left: 12px;
	padding-bottom: 12px;
}

.participa-plan-a {
background-color: #FFA920;
height: 57px;
}

.participa-plan-a img {
margin: 4px auto;
width: 380px;
border: none;
}


/* Estilo noticia empresas
--------------------------------------------------*/

#destacado {
	background:#DDDDDD;
	float: left;
	width: 523px;
	font-size: 11px;
	border: #FFECCE 2px solid;
margin-top: 15px;
}

#destacado .noticia {
	display:block;
	padding:0 15px 14px 15px;
	width: 492px;
	margin-bottom: 8px;
}

#destacado .noticia img{
	width: 253px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: none;
}

.entradilla {
font-size: 12px;
}

.empresas {
	font-size: 14px;
	margin-left: 15px;
_margin-top: 5px; 
	color: #995F00;
}

.empresas a{
color: #995F00;
}


/* Estilo noticia 
--------------------------------------------------*/

#noticias {
	float: left;
	width: 523px;
	font-size: 11px;
	border: #FFECCE 2px solid;
	margin-top: 15px;
	margin-bottom: 10px;
}

#noticias .noticia {
	display:block;
	padding:0 15px 10px 15px;
	width: 492px;
	margin-bottom: 8px;
	float: left;
	background-image: url(images/bg-linea.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}

#noticias .noticia img{
	width: 200px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: none;
}

.noticia h2 {
font-size: 14px;
}

.entradilla {
font-size: 12px;
}


#propuesta {
}

.propuesta {
	width: 360px;
	margin: 0 auto;
}

#propuesta h2{
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	margin: 10px auto;
	width: 325px;
}

#propuesta h2 a{
	color: #FFFFFF;
}

.ultima {
text-align: center;
}

.ultima img{
	width: 321px;
	border: 2px solid #FFECCE;
}

.ultima p{
	text-align: left;
	margin: 4px;
}

.texto-ultima {
	width: 321px;
	text-align: left;
	margin: 5px auto 10px;
	background: #ffffff;
	border: 2px solid #FFECCE;
}

.contenedor-mapa-fotos h2{
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	margin: 10px auto;
	width: 325px;
}

.contenedor-mapa-fotos h2 a{
color: #FFFFFF;

}

.pagetitle {
font-size: 24px;
color: #FFA920;
}

.banner {
margin: 10px 0;

}


.propuestass-ico  {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-right: 22px;
	background-image: url(images/propuestass-leyenda.png);
	background-repeat: no-repeat;
	background-position: right;
}
.propuestas-ico {
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-right: 22px;
	background-image: url(images/propuestas.png);
	background-repeat: no-repeat;
	background-position: right;
}
.plana a, .propuestas-ico a, .propuestass-ico a, .cazul a, {
color: #FFF;
}

.plana {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-left: 22px;
	background-image: url(images/plana.png);
	background-repeat: no-repeat;
}

.cazul {
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding-left: 22px;
	background-image: url(images/cazul.png);
	background-repeat: no-repeat;
}
