/* *********************************************************************** */
/*  Tema: JAVSoft                                                          */
/*  http://www.lluevesobremojado.net                                       */
/*  Version: 1.0                                                           */
/*                                                                         */
/* *********************************************************************** */

body {
	color: #333344;
	margin: 0px;
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	padding: 0px 0px 25px;
	background: #FFF1EE url(images/fondo-sup2.jpg) no-repeat center top; 
}

img {
	border: none;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	color: #433e45;
	margin:0px;
	font: bold 30px/100% "Trebuchet MS", Tahoma, Arial;	
	padding-left: 0px;
	height: 40px;
}

h1 a, h1 a:visited{
	color: #372a30;
	text-decoration: none;
}

h1 a:hover{
	color: #000000;
	text-decoration: none;
}

h2 {
	color: #419337;
	margin: 0px 0px 2px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;	
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	padding-bottom: 3px;
}

h2 a, h2 a:visited {
	color: #00770e;
	text-decoration: none;
}

h2 a:hover {
	color: #ff423e;
	text-decoration: none;
}

h3 {
	color: #758d38;
	margin: 10px 0px 5px;
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;	
}

h4 {
	color: #758d38;
	margin: 10px 0px 5px;
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;	
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #b3423e;
	text-decoration: underline;
}

a:visited {
	color: #CC6633;
	text-decoration: none;
}

form {
	margin:0px;
	padding:0px;
}

#pagina {
	margin: 0px auto;
	width: 980px;
	border-bottom: 5px solid #d5e6eb;
	background: transparent url(images/fondo-sup2.jpg) no-repeat center top;	
}

#pagina_box { 
	width: 980px; 
/*background:#0000ff; text-align: left; float: left; clear: both;*/ 
}

#cabecera {
	margin: 0 auto;
	position: relative;
	height: 242px; 
	width: 980px;	
}

#enlaces_cab {
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	position: absolute;
	bottom: 40px;
	left: 195px;
	list-style: none;
}

#enlaces_cab .page_item a{
	color: #898989;
	font: bold 18px/100% Arial, Helvetica, sans-serif;	
	text-decoration: none;
	padding: 3px 10px; 
	display: block;
}

#enlaces_cab .page_item a:hover {
	color: #000000;
}

#enlaces_cab .current_page_item a, #enlaces_cab .current_page_item a:visited{
	color: #BB5555;
	text-decoration: none;
}

#enlaces_cab li {
	margin-left: 5px;
	float: left;	
}

#publi_cab {
	margin: 0px;
	position: absolute;
	top: 86px;
	left: 20px;
	height: 125px;
    width: 125px;
}

#titulo_cab {
	margin: 0px;
	position: absolute;
	top: 5px;
	left: 618px;
	height: 20px;
}

#titulo_cab .description{
	color: #c9eefe;
	font-size: 14px;
	position: absolute;
	left: 110px;
	bottom: 3px;
}

#col_centro {
	padding: 0px 0px 45px 18px;
	width: 612px;
	overflow: hidden;	
	float: left;
	background: url(images/fondo-inf.jpg) no-repeat center bottom;
}

.post {
	clear:both;
	border-left: 1px solid #e4f3ee;		
	border-right: 1px solid #deefef;				
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 8px;	
	background: #ffffff;
}

.post-titulo {
	margin-left: 10px;
	width: 520px;
	float: left;	
}

.post-entrada {
	clear: both;
	padding-top: 10px;
    padding-bottom:30px;
}

.post-categoria {
	color: #999999;
	padding-left: 20px;
	float:left;
	background: url(images/etiqueta-tag.gif) no-repeat;
}

.post-comentarios {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	background: url(images/bocadillo.gif) no-repeat;	
}

.anadir-comentario {
	padding-left: 18px;
	float: right;
	background: url(images/flecha-azul-abajo.gif) no-repeat;	
}

.anterior-posterior {
	padding: 10px 0px;
	clear: both;
}

.anterior-posterior a, .anterior-posterior a:visited {
	color: #59770e;
}

.anteriores a {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #e4f3ee;
	background: #ffffff url(images/flecha-azul-izda.gif) no-repeat left center;
}

.posteriores a {
	float: right;
	padding-right: 20px;
	border-right: 1px solid #deefef;
	background: #ffffff url(images/flecha-azul-decha.gif) no-repeat right center;
}

#cab-comentarios, #cab-respuesta {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
	background: #ffffff;	
}

.comentarios {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.comentarios li{
	padding: 5px 10px;
}

.comentarios .alt {
	background: #f1fedb;
}

.comentarios cite {
	color: #CC6600;
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}

.comentarios cite a, .comentarios cite a:visited {
	color: #CC6600;
}

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

#respuesta-form {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#respuesta-form p {
	padding: 6px 0px;
	margin: 0px;
}

#respuesta-form label{
	color: #787878;
	font-size: 87%;
}

#respuesta-form input{
	width: 200px;
	border: 1px solid #26a0ce;
	padding: 3px;
	margin-top: 3px;
	background:#dfffff;	
}

#respuesta-form textarea{
	width: 512px;
	height: 120px;
	border: 1px solid #26a0ce;
	padding: 3px;
	margin-top: 5px;
	background:#dfffff;	
}

#respuesta-form textarea:focus, #respuesta-form input[type="text"]:focus {
	background: #ffffff;
}

#respuesta-form #submit{
	color: #FFF1EE;	
	font: bold 12px Arial, Helvetica, sans-serif;	
    margin-right: 72px;
	border: none;
	float:right;
	height: 28px;
	width: 120px;	
	cursor: pointer;
	background: #294c8c url(images/boton-comentario.gif) no-repeat;	
}

.post-calendario {
	width: 60px;
	height: 60px;
	float:left;
	background: url(images/fondo-calendario.gif) no-repeat;
}

.post-dia {
	color: #222242;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 28px;
	padding-top: 7px;
	margin-left: 0px;
}

.post-mes-ano {
	color: #252955;
	font-size: 10px;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 4px;
	margin-left: 1px;
	text-transform: uppercase;	
}

#col_decha {
	float: right;
	padding: 0px 0px 0px 10px;
	width: 170px;
	color: #EEF1FF;
	overflow: hidden;	
}

#col_izda {
	float: left;
	padding: 200px 0px 0px 0px;
	width: 168px;
	color: #EEF1FF;
	overflow: hidden;
}

#col_decha h2, #col_decha .col_lateral-titulo, #col_izda h2, #col_izda .col_lateral-titulo {
	color: #294c8c;
	margin: 20px 0px 2px;
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	border-bottom: 1px solid #b490e5;
}

#col_decha a, #col_decha a:visited, #col_izda a, #col_izda a:visited{
	color: #495233;
	text-decoration: none;
}

#col_decha a:hover, #col_izda a:hover{
	color: #FF6600;
	text-decoration: none;
}

#col_decha ul, #col_izda ul{
	margin: 0;
	padding: 0;
}

#col_decha ul li, #col_izda ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#col_decha ul li ul, #col_izda ul li ul{
	padding: 0;
	margin: 0;
}

#col_decha ul li ul li, #col_izda ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dcbeef;
}

#col_decha ul li ul li ul li, #col_izda ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

#rss-link {
	width: 100px;
	height: 95px;
    border: none;
}

ul.listado-blogroll li{
	padding-left: 16px !important;
	background: url(images/flecha-verde.gif) no-repeat !important;
}

ul.listado-categorias li, li.widget_categories li{
	padding-left: 20px !important;
	background: url(images/flecha-verde.gif) no-repeat !important;
}

ul.listado-archives li, li.widget_archives li{
	padding-left: 20px !important;
	background: url(images/marca-decha2.gif) no-repeat !important;
}

ul.listado-page li, li.widget_pages li, li.widget_recent_entries li{
	padding-left: 20px !important;
	background: url(images/mini-page.gif) no-repeat !important;
}

ul.listado-page li ul li, li.widget_pages li ul li{
	padding-left: 10px !important;
	background: url(images/mini-page-arrow.gif) no-repeat !important;
}

li.widget_recent_comments li{
	padding-left: 20px !important;
	background: url(images/bocadillo.gif) no-repeat !important;
}

li.widget_calendar td {
	padding: 1px 7px;
}

.textwidget {
	padding-top: 5px;
}

#searchform {
	margin: 15px 0 0;
}

#searchform br {
	display: none;
}

#searchform #s {
	border:1px solid #02476d;
	width: 115px;
	height: 16px;
	background: #ffffff;
	color: #000000;
	font-weight: normal;
}

#searchform input {
	border: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(images/lupa.gif) no-repeat;	
}

#pie {
	color: #ACD7EE;
	clear: both;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
}

#pie a, #pie a:visited {
	color: #ffffff;
}

#pie h4 {
	color: #9cdbfb;
	margin: 10px 0px 5px;	
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
}

#creditos {
	color: #443344;
	margin: 0px auto;
	width: 610px;
	font-size: 90%;
	vertical-align: middle;
}

#creditos a {
	color: #554455;
}

.rss {
	margin-left: 8px;
	padding-left: 18px;
	padding-bottom: 2px;
	background: url(images/feed-ico.gif) no-repeat left center;	
}

.loginout {
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
	background: url(images/login-ico.gif) no-repeat left center;	
}

.center {
	text-align: center;
}

img.center, img[align="center"] {
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}