/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #6AA2FD;
}

h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: White;
	font-size: 1.8em;
}


h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 0.3em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #6AA2FD;
}

a:hover {
	text-decoration: none;
	color: #FF7400;
}

img {
	border: none;
}

/* Header */

#header {
	width: 890px;
	height: 108px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
}

#logo h1 {
	height: 88px;
	padding: 20px 190px 0 0;
	/*background: url(img/img01.jpg) no-repeat right bottom;*/
	background: url(img/logo.jpg) no-repeat right bottom;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -30px;
	padding: 70px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 30px 39px 20px 0;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	background: url(img/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(img/img02.gif) no-repeat;
}

#search .buttonFind {
	display: none;
}

#search .textFind {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}

/* Menu */

#menu {
	width: 950px;
	height: 35px;
	margin: 0 auto;
	background: #000000 url(img/img04.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 6px 15px 0 30px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #000000;
}


#banner1 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen01.jpg) no-repeat left top;
	height: 200px;
}

#banner2 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen02.jpg) no-repeat left top;
	height: 200px;
}

#banner3 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen03.jpg) no-repeat left top;
	height: 200px;
}

#banner4 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen04.jpg) no-repeat left top;
	height: 200px;
}

#banner5 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen05.jpg) no-repeat left top;
	height: 200px;
}

#banner6 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen06.jpg) no-repeat left top;
	height: 200px;
}

#banner7 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen07.jpg) no-repeat left top;
	height: 200px;
}
#banner8 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen08.jpg) no-repeat left top;
	height: 200px;
}
#banner9 {
	width: 950px;
	margin: 0 auto;
	background: url(imagenes/imagen09.jpg) no-repeat left top;
	height: 200px;
}
#banner10 {
	width: 900px;
	margin: 0 auto;
	background: url(imagenes/imagen10.jpg) no-repeat left top;
	height: 200px;
}

/* Header */


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 2px 0;
}

/* Ads */
/*
#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}
*/
/* Content */

#content {
	float: left;
	width: 700px;
}

.post {
	margin-bottom: 50px;

}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	
}

.post .title p a {
	
}

.post .entry {
	padding-top: 00px;
}

.post .entry p {
	text-align: left;
	color: #6AA2FD;
	
}

.post .entry img {
	width: 500px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(img/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(img/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(img/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(img/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(img/img07.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #000000 url(img/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
}

/*#calendar thead {
	background: #DBDBDB;
}*/

#calendar th {
	background: #DBDBDB;
}

/*#calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}*/

#calendar td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar .today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400
}

#calendar .fechaEvento {
	/*background: #FF7400;*/
	background: #6AA2FD; /* url(img/img04.gif);*/
	border: 1px solid #4010FF;
	font-weight: bold;
	color: #FFF3A7;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(img/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

/* EVENTOS */

.proximosEventos, .eventosDestacados 
{
    margin: 0 0 0 10pt;
}

.proximosEventos h2, .eventosDestacados h2
{
	font-size: 3em;
}
/*
.proximosEventos span, .eventosDestacados span
{
    font-size: 16pt;
    font-weight: bold;
}

.proximosEventos ul, .eventosDestacados ul
{
    list-style:none;
}

.proximosEventos ul li.descrip, .eventosDestacados ul li.descrip
{
    font-size: 12pt;
    font-family: Times New Roman, Serif;
}

.proximosEventos ul li img, .eventosDestacados ul li img
{
    width: 500px;
}

.proximosEventos a:link, .proximosEventos a:active, .proximosEventos a:visited, .proximosEventos a:hover, .eventosDestacados a:link, .eventosDestacados a:active, .eventosDestacados a:visited, .eventosDestacados a:hover
{
    text-decoration: none;
}
*/
/* EVENTOS DESTACADOS */
.eventosDestacados
{
    /*background-color: #eee8aa;*/
}

/* Fotos */
div.galeria
{
    border: dash 1px #000;
    clear: right;
    width: 750px;
}

div.galeria div.foto
{
    float: left;
    margin: 5px 5px;
    border: solid 1px #000;
    text-align: center;

}

/* Acerca de... */
div.aboutus
{
    min-height: 300px;
}

div.aboutus div.info
{
    /*width: 250px;*/
}

div.aboutus div.info img
{
    float: left;
    border: solid 1px #000;
}

div.aboutus div.info p
{
    float: right;
    width: 45%;
}

div.aboutus div.thumbs
{
    clear:both;
}

div.aboutus div.thumbs img
{
    width: 100px;
    padding: 3px 3px;
    height: 100px;
}

div.aboutus div.thumbs img.actual
{ 
    background-color: #ffcc66;
}


div.mapa
{
    clear:both;
    text-align: left;
}

/* Genericos */
.oculto
{
    display: none;
}
