

/* 1) -=-=-=- General selectors -=-=-=- */

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	color: #3F3F3F;
	background-color: #004800;
	margin: 0px;
	background-image: url(images/tenis_fondo_general.jpg);
	background-repeat: repeat-x;
	}

h1 {
	color: #B73C00;
	margin: -35px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	}
	
/* Uncomment if you want to use the tagline feature (make sure you uncomment .tagline below) - off by default
h1 {
	color: #FCFEF4;
	margin: -45px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	}
*/
	
h1 a:link, h1 a:visited {
	color: #B73C00;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #008000;
	text-decoration: none;
	}
	
h2 {
	color: #B73C00;
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: -1px;
	text-decoration: none;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	}
	
h2 a:link, h2 a:visited {
	color: #B73C00;
	font-weight: bold;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #008000;
	background: none;
	font-weight: bold;
	text-decoration: none;
	}
	
h3 {
	font-size: 14px;
	font-weight: BOLD;
	font-weight: BOLD;
	color: #B73C00;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
a {
	color: #B73C00;
	font-weight: bold;
	text-decoration: none;
	}
a:link {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #B73C00;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/fondo_pagina.jpg);

	}
/* CONTENIDO DE LAS NOTICIAS */
#content {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
	float: none;
	background-position: top;
	width: 500px;
	}
	


/* Uncomment if you want to use the tagline feature (make sure you uncomment h1 above and comment the original h1) - off by default
.tagline {
	color: #FFFFFF;
	margin: -18px 0 0 9px;
	position: absolute;
	font-size: 1em;
	}
*/
	
/* 3)-=-=-=- Left selectors -=-=-=- */	
	
.main li {
	background: url(images/content_bullet.gif) no-repeat 0 7px;
	padding: 2px 0 0 10px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}
	
.main img {
	padding: 3px;
	border: 1px solid #ACE149;
	}
	
.meta {
	font-size: .9em;
	padding: 2px;
	}
	
.meta:hover {
	}
	
.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
.comments {
	font-size: 12px;
	padding-bottom: 25px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	}
	
.comments a:link, .comments a:visited {
	color: #7A7A7A;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B73C00;
	}	
	
.alt {
	border: 1px solid #CCCCCC!important;
	padding: 10px 10px 0 10px !important;
	background-color: #F7F7F7;
	}
	
.alt:hover {
	border: 1px solid #333333!important;
	}
	
.commentlist li:hover {
	border: 1px solid #CCCCCC;
		}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	border: 1px solid #CCCCCC;
	margin: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #F5F5F5;
	}

p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}

p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
	
/* 4)-=-=-=- Right selectors -=-=-=- */	
	

#right {
	float: right;
	width: 224px;
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(images/fondo_rigth.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#links li {
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/links_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0;
	}
	
#links ul {
	padding: 2px 0px 0px 15px;
	margin: 0;
	}
	
#links a {
	font-size: 0.9em;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	}
	
#links a:link {
	text-decoration: none;
	}
	
#links a:visited {
	text-decoration: none;
	}
	
#links a:hover {
	color: #fff;
	background-color: #B73C00;
	}
#links a:active {
	text-decoration: none;
	}
	
	
#search {
	background: url(images/search.gif) no-repeat;
	height: 56px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#search h3 {
	font-size: 1.4em;
    margin: 20px 0 -10px 10px;
	font-weight: normal;
	}

p.searchinfo {
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #BFBFBF;
	color: #666666;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 2px;
	}
	
.searchfield:hover {
	border: 1px solid #333333;
	color: #000000;
	}
	
.submit {
	height: 20px;
	margin-left: 25px;
	cursor: pointer;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #004800;
	background-image: url(images/fondo_submit.jpg);
	}
	.submit:hover {
	color: #ffffff;
	background-image: url(images/fondo_submit.jpg);
}
.themes {
	font-size: .9em;
	}
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	color: #FFFFFF;
	width: 763px;
	height: 37px;
	vertical-align: middle;
	}
	


.extras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
	
#footer p {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/pie.jpg);
	width: 763px;
	height: 37px;
	vertical-align: middle;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	color: #666666;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
.extras a:hover, .extras a:active {
	color: #fff;
	padding: 5px;
	background-color: #B73C00;
	}

.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0;
	margin: 0;
	}
	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #333333;
	color: #333333;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #333333;
	color: #333333;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
		}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	

.publicado_por {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B73C00;
	text-decoration: none;
	font-size: 12px;
}
.publicado_por_nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

.opinar {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.texto_sup_col_der {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.pie_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.pie_link:link {
	text-decoration: none;
	color: #FFFFFF;
}
.pie_link:hover {
	text-decoration: none;
	color: #FFCC00;
}