/*
Theme Name: ElDiario
Theme URI: http://www.eldiasiodiseno.cl/
Description: ElDiario es un tema desarrollado por <a href="http://www.hostingcrop.com">CropCreativos</a> compatible con Wordpress 2.7.x y versiones posteriores.
Version: 1.0
Author: Cropcreativos
Author URI: http://www.cropcreativos.com/
Tags: diario, diseño, musica, anuncios, publicidad, juegos, noticias.
Este tema ha sido diseñado por Cinthya Marchant y programado por Victor Fornes,cuya pagina principal encontrareis en http://www.hostingcrop.com/ 
El CSS, XHTML y diseño son propiedad de El Diario Diseño.
Prohibida su reproduccion total o parcial, sin el consentimiento explicito y por escrito de su propietario.
*/
html {
	background-color: white;
}
body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	background: white/*#E3E3E3*/;
	text-align: center;
}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	border: none;
	text-align: left;
}
/*############# ESTILOS GENERALES#################*/
a:link{
	text-decoration: none;
}
a:active, a:focus, a:hover {
	outline: 0 none;
}
/*########## INICIO DE LA CABECERA ###############*/
#header {
	background: #ffffff;
	margin: 0 0 0 0px;
	padding: 0;
	height: 324px;
	width: 999px;
	background-color: #b3d300;
}
/*########## INICIO DE LA BOTONERA DE CABECERA ###############*/
#topheader {
	width: 100%;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background: #b3d300;
}
#topheader ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topheader li, #topheader .middle, #topheader .long {
	margin: 0;
	padding: 0;
	float: left;
}
#topheader {
	padding: 0;
	background: #b3d300 none;
}
#topheader li {
	width: 7em;
	background: #b3d300 none;
	text-align: center;
	border-right: 2px #FFFFFF solid;
}
#topheader .long {
	width: 11em;
	background: #b3d300 none;
	text-align: center;
	border-right: 2px #FFFFFF solid;
}
#topheader .middle {
	width: 9em;
	background: #b3d300 none;
	text-align: center;
	border-right: 2px #FFFFFF solid;
}
#topheader a {
	line-height: 25px;
	height: 25px;
	display: block;
	width: 100%;
	font-family:'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;		
	color: #393939;
}
#topheader a:hover {
text-decoration: none;
}
#topheader a:hover, #topheader a:active, #topheader a:focus {
	background: #ffffff none;
}
#topheader a:active, #topheader a:focus {
	text-decoration: blink;
}
#topheader .actual {
	line-height: 25px;
	height: 25px;
	display: block;
	width: 100%;
	font-family:'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;		
	text-decoration: none;
	color: #393939;	
	background: #ffffff none;
	margin: 0px 0px 0px 0px;	
}
/*########## FIN DE LA BOTONERA DE CABECERA ###############*/
/*########## INICIO DEL BUSCADOR Y FORMULARIOS###############*/
.feed {
margin-top: 5px;
background:#dcdcdc;
width: 125px;
}
.feedhome {
margin-top: 5px;
background:#dcdcdc;
width: 179px;
}
.feed form{
	margin: 0px 0px 4px 0px;
	padding: 3px 2px 3px 2px;
	width: auto;
}
.feedhome form {
	margin: 0px 0px 4px 0px;
	padding: 3px 2px 3px 2px;
	width: 100%;
}
.feed h3{
	width: 125px;
	height: 13px;
	line-height: 13px;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color:#393939;
	background: #aeaa8d;
}
.feedhome h3{
	width: auto;
	height: 13px;
	line-height: 13px;
	margin: 0px 0px 2px 0px;
	padding: 2px 1px 2px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color:#393939;
	background: #aeaa8d;
}
.feed form .txtfed{
	width: auto;
	margin: 5px 0px 0px 0px;
	padding: 1px 1px 1px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color:#393939;
}
.feedhome form .txtfed{
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 1px 1px 1px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color:#393939;
}
.button-secondary, #submit {
	margin-top: 4px;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color:#AEAA8D;
	text-decoration: none;
	font-size: 10px !important;
	line-height: 10px;
	padding: 1px 4px;
	cursor: pointer;
	border-color:#BEBEBE;
	border-width: 1px;
	border-style: solid;
	-ms-border-radius: 11px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	background: #f2f2f2 url(images/white-grad.png) repeat-x scroll left top;

}
.button-secondary:hover, #submit {
	line-height: 10px;
	-webkit-border-radius: 10px;
	padding: 1px 4px;
	background: #eee url(images/white-grad-active.png) repeat-x scroll left top;
}

.submit input, .input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color:#666;
	text-decoration: none;
	font-size: 10px !important;
	padding: 0px 2px;
	cursor: crosshair;
	border-color:#BEBEBE;
	border-width: 1px;
	border-style: solid;
	line-heigth: 16px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;*/
	height: 16px;
}
textarea, .feed text, .feed textarea, .feed .input, .feedhome text, .feedhome textarea, .feedhome .input {
	font-size: 10px !important;
	border-style: solid;
	border-width: 1px;
}
/*.form-field text,
.feed text, .feed textarea {
	width: 115px !important;
}*/

#searchform {
	margin: 0px 0px 0px 0px;
	padding-right: 2px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;

}
#searchform p{
background:#aeaa8d;
}
#searchform #headersearch {
	float: right;
	display: inline;
	height: 21px;
	line-height: 21px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
#searchform table {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
#s{
	width: 169px;
	height: 19px;
	padding: 0px;
	margin: 0px auto;
	border: 1px solid #999999;
	color: #393939;
	font: 'Verdana', Arial, Helvetica, Sans-Serif 10px;
	/*margin-top: 1px;
	margin-bottom: -1px;*/
}
#searchsubmit{
	width: 21px;
	height: 21px;
	border:none;
	background-image:url(images/fondosearch.gif);
	margin-left: 0px;
	/*margin-top: 1px;
	margin-bottom: -1px;*/
}
/*########## FIN DEL BUSCADOR Y FORMULARIOS###############*/
#headerimg 	{
	margin: 0;
	height: 85px;
	width: 999px;
	background: #FFFFFF url(images/logo-diario.jpg) no-repeat top right;
	}
/*########## INICIO BLOQUES DE CABECERA ###############*/
.ad2{
	width: 345px;
	heigth: 180px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	overflow:hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.ad2, .ad2 img, .ad2 a, .ad2 p, .ad2 object, .ad2 span, .ad2 table {
	text-decoration: none;
	border: none;
	list-style-type: none;
	overflow:hidden;
	word-break: break-all;
	word-wrap: break-word;
}
/*########## FIN BLOQUES DE CABECERA ###############*/
/*########## INICIO BLOQUES DE LATERALES ###############*/
.banner {
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	border: none;
	list-style-type: none;
}
.banner h2{
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	color:#333333;
	line-height: 19px;
	height: 19px;
	text-decoration: none;
	border: none;
}
.banner ul{
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	list-style-type: none;
}
.banner ul li{
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	border: none;
	list-style-type: none;
}
.banner ul li a, .banner ul li a img{
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: none;
	list-style-type: none;
}
/*########## fin BLOQUES DE LATERALES ###############*/
/*########## FIN DE LA CABECERA ###############*/
/*########## INICIO DEL CUERPO ###############*/
/*########## ESTILOS DEL HOME ###############*/
.homecolumn{
	width: 720px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
.homecolumn .cat{
	width: 167px;
	height: 12px;
	line-height: 12px;
	background-color: #b3d300;
	padding: 3px 3px 3px 9px;
	margin: 0px 0px 0px 0px;
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.homecolumn .subcat{
	width: 167px;
	height: 40px;
	line-height: 14px;
	background: #E8F295 url(images/flechagris.gif) no-repeat bottom right;
	padding: 3px 3px 3px 9px;
	margin: 2px 0px 0px 0px;
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.homecolumn .subcat a{
	color: #393939;
}
.titlempost {
	width: 156px;
	height: 15px;
	line-height: 15px;
	background: #DCDCDC url(images/titminipost.gif) no-repeat center right;
	padding: 3px 3px 3px 9px;
	margin: 2px 0px 0px 0px;
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #393939;
}
.titlempost a {
	color: #393939;
}
.homecolumn table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #666666;
}
#minipostleft{
	width: 179px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#miniposcenter{
	width: 179px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#minipostright {
	width: 179px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#minipostsidebar {
	width: 179px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#minipostsidebar .bodyentry {
	background-color:#f6f4f3;
}
.entry, .entry p{
	width: 690px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.hentry{
	width: 179px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.narrowcolumn .post {
	width: 690px;
}
.bodyentry{
	width: 179px;
	height: 350px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	background-color:#DCDCDC;
}
/*.bodyentry p{
	padding: 5px 5px 5px 9px;
	margin: 2px 0px 2px 0px;
}*/
.bodyentry .minihome{
	height: 178px!important;
	max-height: 178px!important;
	width: 161px!important;
	max-width: 161px!important;
	padding: 5px 6px 5px 6px;
	margin: 2px 0px 2px 0px;
	overflow: hidden;
}
.bodyentry li{
	list-style-type: none;
	margin: 2px 0px 2px 0px;
}
.homethumb{
	margin: 4px 15px 0px 15px;
}
.more {
	width: 158px;
	height: 14px;
	line-height: 14px;
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #393939;
}
.more a:link {
	color: #393939;
}
.meta {
	width: 158px;
	padding: 3px 3px 3px 9px;
	margin: 2px 0px 4px 0px;
}
/*########## FIN ESTILOS DEL HOME ###############*/
/*###################### INICIO SIDEBAR ######################## */
#sidebar
{
	padding: 0px 5px 10px 5px;
	margin-left: 0px;
	width: 125px;
	font: 1em 'Verdana', Arial, Helvetica, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	}
#sidebar form {
	margin: 0;
	}
#sidebar ul ul li, #sidebar ul ol li {
	color: #777;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 3px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 3px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*#sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/
/*###################### FIN SIDEBAR ######################## */
/*###################### INICIO CONTENIDOS ######################## */
.narrowcolumn {
	float: left;
	padding: 10px 10px 20px 15px;
	margin: 0px 0 0;
	width: 690px;
	}

.widecolumn {
	padding: 10px 10px 20px 10px;
	margin: 5px 0 0 10px;
	width: 690px;
	}
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
.singleh2 {
	width: 690px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #AEAA8D;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
.title, .title a {
	font-size: 1.6em;
	color: #B3D300;
	margin-top: 0px;
	padding-top: 0px;
	}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Verdana', Arial, Helvetica, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #777;
	text-decoration: none;
	}

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

/* End Typography & Colors */


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	width: 690px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.narrowcolumn .post h3 {
	padding: 0;
	margin: 10px 0 0;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.noalign {
	padding: 4px;
	clear: both;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.noalign {
	float: none
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 15px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 15px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
.ui-tabs-hide {
		display: none;
		}
/*############### INICIO ESTILOS VIDEO ###############*/
#videolist{
text-align: center;
}
.fvid {
margin-bottom: 3px;
}
.vidselector {
margin: 0 auto 2px;
padding: 0;
}
.vidselector li {
	    list-style: none;
	    height: 22px;
	    line-height: 22px;
	    margin: 0px 2px 4px 0px;
	    padding: 2px 0px 2px 2px;
		text-align: left;
}
.vidselector li a:link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		line-height: 22px;
		height: 22px;
		width: auto;
		display: block;
		margin: 0px 0px 2px 0px;
		padding: 2px 2px 2px 2px;
		border: 1px solid #aeaa8d;
	    background-color: #dcdcdc;
}
/*############## ESTADOS CONTENIDOS VIDEO ###############*/
.vidselector li a:hover, .vidselector li a:visited {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		line-height: 22px;
		height: 22px;
		width: auto;
		display: block;
		margin: 0px 0px 2px 0px;
		padding: 2px 2px 2px 2px;
		border: 1px solid #b3d300;
		background-color: #aeaa8d;
}
.vidselector li a:active {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		line-height: 22px;
		height: 22px;
		width: auto;
		display: block;
		margin: 0px 0px 2px 0px;
		padding: 2px 2px 2px 2px;
		border: 1px solid #b3d300;
		background-color: #aeaa8d;
		text-decoration: blink;
}
.vidselector li a:focus {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		line-height: 22px;
		height: 22px;
		width: auto;
		display: block;
		margin: 0px 0px 2px 0px;
		padding: 2px 2px 2px 2px;
		border: 1px solid #b3d300;
		background-color: #aeaa8d;
		text-decoration: blink;
}
/*##############INICIO DE PIE####################*/
#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 65px;
	clear: both;
	}
#bandafooter {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	height: 6px;
	background-color:#b3d300;
	clear: both;
}
#footer #sign {
	margin-top: 20px;
}
#footer p {
	line-heigth: 16px;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
#footer #sign p {
	text-align:right;
	vertical-align:middle;
	line-height: 16px;
	color:#CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#footer #sign p img {
	vertical-align: bottom;
}
#footerleft{
	margin-top: 5px;
}
#footerright , #footercenter {
	margin-top: 5px;
}
#footerright h2, #footercenter h2 {
	margin-top: 0px!important;
	margin-bottom: 5px!important;
}
/*##############FIN DE PIE ######################*/

/*##############ESTILOS DEL CALENDARIO###########*/
#calendario-de-eventos {
	width: 176px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
#calendar_wrap{
	width: 176px;
	margin: 0 auto;
	padding: 0px 0px 0px 1px;
}
#wp-calendar {
	empty-cells: show;
	width: 170px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
#wp-calendar thead th{
	background-color: #B3D300;
	color: #333333;
	font-family: 'Verdana', Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

#calendar-month{
	margin-top: 5px!important;
	background-color: #f6f4f3;
	border: none!important;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Verdana', Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/*##############FIN ESTILOS DEL CALENDARIO*/



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

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

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

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