@charset "utf-8";
/* CSS Document */

/*////////////////////////////// RESETS  //////////////////////////////*/
* {
	margin:0;
	padding:0;
	border-style: none;
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#333333;
}
* input,
* select,
* textarea{
	border:1px solid #000000;
	padding:1px;
}
* a{
	color:#333333;
}
a h1,
a h2,
a h3{
	text-decoration:none;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	color: #000000;
}
/*////////////////////////////// CLASES  //////////////////////////////*/
.avatar{
	border: 1px solid #999999;
}
.mini{
	font-size: 12px;
}
.minimini{
	font-size: 11px;
}
.exito{
	background-color: #DFFFDF;
	color: #000000;
	padding: 10px;
	margin: 0 0 20px 0;
}
.error{
	background-color:#FFD5D5;
	color:#FF0000;
	padding: 10px;
	margin: 0 0 20px 0;
}
.errornobg{
	color:#FF0000;
}
.boton{
	cursor: pointer;
}
.captcha{
	vertical-align: middle;
}
.midalign{
	vertical-align: middle;
}
.iconfoto{
	position:absolute; 
	margin-left: 0; 
	margin-top: -3px; 
	background: transparent;
}
.iconvideo{
	position:absolute; 
	margin-left: 3px; 
	margin-top: 2px; 
	background: transparent;
}
.media{
	border: 2px solid #FFFFFF;
}
.maximedia{
	position:absolute; 
	padding:5px; 
	background:#FFFFFF; 
	border: 1px solid #FFF; 
	width:242px;
}
.minifoto{
	position:absolute; 
	padding:5px; 
	background:#FFFFFF; 
	border: 1px solid #FFF; 
	width:142px;
}
.minivideo{
	position:absolute; 
	padding:5px; 
	background:#FFFFFF; 
	border: 1px solid #FFF; 
	width:124px;
}
.shortheadline{
	padding-left:15px; 
	background:#FFF url(/im/bullet.gif) no-repeat 0 6px;
	margin-top: 5px;
	line-height:1.3em;
	font-size:14px;
}
.text1{
	font-size: 12px;
}
.text2{
	font-size: 13px;
}
.text3{
	font-size: 14px;
}
.text4{
	font-size: 15px;
}
.text5{
	font-size: 16px;
}
.warning {
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#FFC;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*////////////////////////////// MAIN CONTENT  //////////////////////////////*/
#overlay {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #000;
	height: 100px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#overhead {
	/*display:none; PARA SUPRIMIR LA CABECERA*/
	height:97px;
	width:995px;
	left:0;
	top:0;
	background-color:#FFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:-1px;
}
#loginwindowcontainer {
	z-index: 3;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
}
#loginwindow {
	height: auto;
	background-color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}
#loginwindow .caption{
	font-size:0.8em;
}
#logbox {
	border-bottom: 1px solid #999999;
	padding: 4px 5px 5px 0;
	font-size:12px;
}
#logtext {
	color: #999999;
}
#logbox a {
	color: #999999;
}
#logbox #logavatar{
	float:left;
	width:60px;
	height:100%;
}
#logbox strong{
	font-size:14px;
	color:#000000;
}
/*
#photowindowcontainer {
	z-index: 3;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
}
#photowindow {
	height: auto;
	background-color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px;
	position: relative;
}
#photowindow #caption{
	font-size:0.8em;
}
*/
#container {
	z-index: 1;
	width: 995px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/im/column.gif);
	background-repeat:  repeat-y;
	background-position: right;
}
#header {
	background: url(/im/bg_header.gif) repeat-x -3px -2px;
	height:85px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#header #headerlogo {
	color:#BBBBBB;
	float:left;
	margin: 0;
	padding: 0 0 0 0;
}
#header #headersearch {
	float:right;
	text-align:right;
	font-size:12px;
	font-variant:small-caps;
	line-height:30px;
	margin:0;
	padding: 0 10px 2px 0;
}
#headersearch input {
	height:20px;
	color:#BBBBBB;
	vertical-align:middle;
}
#headersearch input#submitbt {
	height:22px;
	font-size:11px;
	color:#FFF;
	background-color:#457917;
	font-variant:small-caps;
}
#headersearch img {
	vertical-align:middle;
}
#navegador {
	border-top: 4px solid #457917;
	border-bottom: 4px solid #457917;
	height:34px;
	background:transparent url(/im/bg_nav2.gif) repeat 0 -1px;
}
#navegador ul {
	list-style-type:none;
}
#navegador ul li{
	float:left;
	background:transparent url(/im/nav_sep.gif) no-repeat center right;
	margin-top:0px;
}
#navegador ul li a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
	display: block;
	padding: 5px 10px 8px 10px;
}
#navegador ul li a:hover {
	background: #457917;
	color:#fff;
	text-decoration:underline;
}
#navegador ul li.municipios {
	padding-left:10px;
}
#navegador ul li.opinion {
	background:none;
	margin-right:62px;
}
#navegador ul li.callereal {
	background:transparent url(/im/nav_tops.gif) no-repeat -2px 0;
	word-spacing:-2px;
	margin-right:15px;
}
#navegador ul li.callereal a{
	padding:5px 3px 8px 35px;
}
#navegador ul li.callereal a:hover {
	background:#7EBA00 url(/im/nav_tops_on.gif) no-repeat -2px 0;
	word-spacing:-2px;
}
#navegador ul li.kiosko {
	background:transparent url(/im/nav_foro.gif) no-repeat -2px 0;
	word-spacing:-2px;
}
#navegador ul li.kiosko a{
	padding:5px 3px 8px 35px;
}
#navegador ul li.kiosko a:hover {
	background:#7EBA00 url(/im/nav_foro_on.gif) no-repeat -2px 0;
	word-spacing:-2px;
}
#mainContent {
	margin: 0 380px 0 0;
	padding:15px;
	padding-top:10px;
}
#mainContent #tablaperfil{
	margin-left:auto; 
	margin-right:auto;
}
#mainContent #tablaperfil td{
	padding: 5px;
	text-align: left;
}
#timedate{
	color:#56873C;
	float:left;
	font-size: 11px;
	padding-left: 95px;
	padding-top: 5px;
	width:345px;
	font-variant: normal;
}
#comments{
	border-top: 3px solid #DDD;
	padding-top: 10px;
	width:99%;
}
#comments .commentsheadline {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-weight: bold;
	width:auto;
	display:inline;
}
#comments .commentstotal {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	padding: 5px;
	width:auto;
	display:inline;
	margin-bottom:10px;
}
#comments .paginator {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 11px;
	font-family: georgia, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
}
#comments .commentid {
	border-top: 1px solid #CCC;
	padding-top: 5px;
}
#comments form {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#comments form strong{
	font-size: 12px;
}
#comments_signature{
	color:#999999; 
	font-weight: normal; 
	font-size: 10px; 
	text-align:left; 
	width:100%; 
	background-color:#EEEEEE;
}
#comments td, 
#comments th {
	padding: 8px;
}
/*////////////////////////////// SIDEBAR  //////////////////////////////*/
#sidebar {
	float: right;
	width: 330px;
	padding: 10px 15px 15px 0;
	z-index:1;
}
#multimedia_maxi{
	margin-left:auto; 
	margin-right:auto;
	width:99%; 
	text-align:center;
}
#multimedia_maxi td{
	padding:5px;
	text-align:center;
}
#multimedia_mini{
	margin-top: 10px;
	background:#252525;
	padding:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#multimedia_mini h5{
	color:#FFF;
	font-size:28px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
	font-family: georgia, serif;
	font-weight:lighter;
}
#multimedia_mini h6{
	color:#000;
	font-size:22px;
	font-family: georgia, serif;
	font-weight:normal;
}
#masnoticias{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom: 5px solid #457917;
	background:#FFF;
}
#masnoticias #cabecera{
	font-size: 20px;
	text-align: center;
	color: #FFF;
	height:30px;
	padding: 3px;
	background:#7EBA00 url(/im/minicabecera_not.gif) no-repeat -2px 0;
}
#masnoticias h3, 
#sidebar_cr h3{
	font-size: 12px;
	line-height: 150%;
	font-weight:normal;
	margin-left:10px;
}
#masnoticias h3 a,
#sidebar_cr h3 a,
#sidebar_kp h3 a{
	font-size: 14px;
	font-weight:normal;
	font-family:georgia, serif;
}
#masnoticias table,
#sidebar_cr table,
#sidebar_kp table{
	margin-top: 10px;
	border-bottom: 1px dotted #666;
}
#sidebar_blogs{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 840px;
	background:#347322;
}
#sidebar_blogs #cabecera{
	text-align: center;
	border-bottom: 1px dotted #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.blogmax{
	text-align:left;
	padding-left: 35px;
	color:#FFF;
}
.blogmin{
	width:240px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin-left: 15px;
	text-align:left;
	color:#FFF;
}

.blogmax a,
.blogmin a{
	color:#FFF;
	font-family:inherit;
}
.blogmax strong,
.blogmin strong{
	color:#EEE;
	font-family:inherit;
}
.blogmax .mini,
.blogmin .minimini{
	color:#EEE;
	white-space:nowrap;
}
.blogmax .entrada,
.blogmin .entrada{
	color:#FFF;
}
.blogmax h3{
	font-size: 22px;
	font-weight:lighter;
	text-align:left;
	font-family: georgia, serif;
	color:#FFF;
}
.blogmax h4{
	font-size: 17px;
	text-align:left;
	color:#FFF;
	font-weight:lighter;
	margin-bottom:10px;
}
.blogmin h3{
	font-size: 18px;
	font-weight:normal;
	text-align:left;
	font-family: georgia, serif;
	color:#FFF;
}
#masnoticias td,
#sidebar_cr td,
#sidebar_kp td{
	border-left: 1px solid #666;
	border-top: 1px dotted #666;
	padding-bottom: 5px;
}
#masnoticias th{
	vertical-align: text-top;
	text-align: right;
	white-space:nowrap;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
	padding-top: 5px;
	border-top: 1px dotted #666;
}
#sidebar_cr{
	background:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom: 5px solid #F53500;
}
#sidebar_cr #cabecera{
	font-size: 20px;
	text-align: center;
	color: #F53500;
	height:30px;
	padding: 5px;
	display:block;
	background: #F53500 url(/im/minicabecera_cr.gif) no-repeat;
}
#sidebar_cr th,
#sidebar_kp th{
	vertical-align: text-top;
	text-align: center;
	white-space:nowrap;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	border-top: 1px dotted #666;
}
#sidebar_kp{
	background:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom: 5px solid #00419E;
}
#sidebar_kp #cabecera{
	font-size: 20px;
	text-align: center;
	height:30px;
	padding: 5px;
	background: #00419E url(/im/minicabecera_kp.gif) no-repeat;
}
#sidebar_kp h3{
	font-size: 12px;
	line-height: 150%;
	font-weight:normal;
	margin-left:10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
/*////////////////////////////// FOOTER  //////////////////////////////*/
#footer {
	border-top: 1px dotted #000000;
	padding: 15px 10px 0 20px;
	background-color:#FFF;
}
#footer p {
	margin: 0; 
	padding: 10px 10px;
	text-align: center;
}
/*////////////////////////////// COMUNES  //////////////////////////////*/
#progressbar {
	background-color:#CCC; 
	white-space: nowrap;
}

/*JUITTER PLUGIN CSS*/

#juitterContainer{background:#D2D8E6; width:360px; border-left: #000 1px solid; border-right: #000 1px solid;} /*Juitter container*/

#juitterContainer .twittList{margin:0;padding:5px;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{list-style:none;background:#D2D8E6;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #526799;padding:3px;clear:both;height:55px;font-size:12px;} 
#juitterContainer .twittList SPAN.time{color:#999;font-size:0.9em;}
#juitterContainer .twittList A{color:#333333;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:2px;width:48px;;height:48px;}

#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/