/*
Theme Name: Autoescuela Festival
Theme URI: http://intropia.org/
Description: El theme de la autoescuela.
Version: 0.1
Author: intropía
Author URI: http://intropia.org/
*/

* { margin: 0; padding: 0 }

html
{
		font-size: 100%;
}

body
{
		 /*background: #fff url(images/page-bg.jpg) 0 -120px repeat-x;*/
		font: normal 62.5% Trebuchet MS,Helvetica,Arial,sans-serif;
		color: #333;
		margin: 0 0 2em;
		padding: 0;
		background: transparent url(images/fondo1.jpg) repeat-x;
}

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

/*	SITE STRUCTURE
-----------------------------------------------------------*/

#wrapper
{
		width: 960px;
		padding: 0px 10px;
		margin: 0 auto;
}

#fondocon{
background: transparent url(images/fondo_rayas.gif) scroll left top repeat-y;
}


#wrapper2
{
		width: 960px;
		padding: 0px 10px;
		margin: 10px auto;
		
}

/*	HEADER SECTION
-----------------------------------------------------------*/
#superheader{
background: transparent url(images/cabecera.jpg) no-repeat scroll top center;
height: 180px;
/* width: 960px; */
margin: 0 auto;

}
#navigation {
height: 25px;
margin: 15px auto;
width: 960px;
}

#logo{
float: right;
width: 300px;
}

#header
{
		width: 95em;
		overflow: auto;
		border-bottom: 0.1em solid #eee;
		padding: 0 0 2em;
		margin: 0 auto;
		
}

#header h1
{
		font-size: 1em;
		float: left;
}

#header h1 a
{
		display: block;
		text-indent: -9999px;
}

#header ul
{
		float: right;
		margin: 1.5em 0 0;
}

#header li
{
		list-style: none;
		float: left;
		font: bold 1em;
		text-transform: uppercase;
}

#header li a
{
		display: block;
		color: #AA0000;
		padding: 0.5em 1em;
}

#header li a:hover
{
		background: #AA0000;
		color: #fff;
}

/*	NAV SECTION
-----------------------------------------------------------*/

/*	FEATURES SECTION
-----------------------------------------------------------*/

#features
{
		width: 95em;
		overflow: auto;
		padding: 0 0 1.5em;
		margin: 0 0 1em;
}

#features h2, #othernews h2, #extras h2, #search label
{
		display: block;
		font: bold 1.1em;
		text-transform: uppercase;
		color: #999;
		margin: 0;
}

#featured-posts
{
		float: right;
		width: 60em;
		margin:10px 5px 0 0; 
}

#featured-posts #recent-links
{
		float: right;
}

#featured-posts #recent-links li
{
		float: left;
		list-style: none;
		text-align: center;
		margin-left: 0.5em;
		font: bold 1em/1.6em;
		color: #999;
		text-transform: uppercase;
}

#featured-posts #recent-links li a
{
		color: #fff;
		display: block;
		width: 1.8em;
		height: 1.8em;
		background: #151515;
}

#featured-posts #recent-links li a.active
{
		background-color: #FFCC00;
}

#featured-posts #posts
{
		height: 25em;
		overflow: hidden;
		background: #333;
		border: 0.5em solid #FFCC00;
}

#featured-posts #posts .post
{
		width: 60em;
		height: 9.5em;
		padding: 15.5em 0 0;
}

#featured-posts #posts .post .post-intro
{
		height: 8.5em;
		padding: 0.5em 1em;
		background: url(images/post-intro-bg.png) repeat-x;
}

#featured-posts #posts .post .post-intro h2
{
		font-family: Trebuchet MS,Helvetica,Arial;
		text-transform: none;
		font-size: 1.9em;
		margin: 0;
		color: white;
}

#featured-posts #posts .post .post-intro h2 a
{
		color: #fff;
}

#featured-posts #posts .post .entry
{
		color: #fff;
		font-size: 1.1em;
		line-height: 1.6em;
}



#featured-sponsor
{
		float: left;
		width: 31em;
	 	margin: 10px 0 0 10px;
}

#featured-sponsor #sponsor
{
		height: 250px;
		font-size: 160%;
		background: transparent url(images/fondocal.jpg) no-repeat;
		padding: 10px;
}

#featured-sponsor h2, #search h2, #search label
{
		text-align: left;
}

/*	OTHERNEWS SECTION
-----------------------------------------------------------*/

#othernews
{
		width: 960px;
		overflow: auto;
		padding: 0 0 -0.5em;
		margin: 0 0 1.5em;
		border-bottom: 0.1em solid #eee;
		display: block;
}


#othernews li
{
		float: left;
		list-style: none;
		width: 29em;
		padding: 0 1em 1em;
		margin: 0 1em 2em 0;
}

#othernews li.last
{
		margin-right: 0;
}

#othernews li .post
{
		font-size: 1.5em;
}

#othernews li h3
{
		font-size: 1em;
		margin: 0 0 0.455em;
}

#othernews li h3 a
{
		color: #333;
}

#othernews li .entry
{
		margin: 0 0 1em;
		line-height: 1.5em;
		color: #666;
}

#othernews li .post-info
{
		color: #999;
		font-size: 0.9em;
}

#othernews li p.postimg
{
		margin: 0 0 1em;
}


/*	PHOTOS / SEARCH SECTION
-----------------------------------------------------------*/

#extras
{
		width: 940px !important;
		overflow: auto;
		/* margin: 0 0 1em; */
		background: transparent url(images/fondo_arriba_ab.gif) no-repeat scroll top left;
		padding: 10px;
}

#photos
{
		float: left;
		padding: 10px 5px;
}

#photos ul
{
		width: 60em;
}

#photos li
{
		list-style: none;
		float: left;
		width: 12.2em;
		text-align: center;
}

#photos li img
{
		border: 2px solid #ddd;
		padding: 3px;		
}

#search
{
		float: right;
		width: 30em;
		padding: 10px 5px;
}

#searchform
{
		padding: 0 1em 0;
}

#searchform input
{
		display: block;
		font-size: 1.2em;
		width: 23em;
		padding: 0.4em 0.5em;
		border: 1px solid #c5c5c5;
		border-right-color: #eee;
		border-bottom-color: #eee;
		margin: 0 0 0.83em;
}

#searchform button
{
		display: block;
		float: right;
		width: 7.5em;
		height: 2.5em;
		font-size: 1em;
		border: none;
		background: url(images/search-button.gif) 0 -2.5em no-repeat;
		text-indent: -999.9em;
		cursor: pointer;
}

#searchform button:hover
{
		background-position: 0 0;
}

/*	SINGLE PAGE SECTION
-----------------------------------------------------------*/

#content
{
		float: left;
		width: 62em;
		margin: 1em 0;
}
#content-ancho
{
		float: left;
		width: 57em;
		margin: 1em 0;
}
#content .post
{
		margin: 0 0 2em;
}

#content .post h2, #content-ancho .post h2
{
		font-size: 2.3em;
		margin: 0 0 0.526em;
}

#content .entry p
{
		font-size: 1.2em;
		line-height: 1.6em;
		margin: 0 0 1em;
}
.textonot .entry a
{
		font-size: 1.2em;
		line-height: 2.6em;
		color: #AA0000;
}


#content .entry h3
{
		font-size: 1.3em;
		margin: 0 0 0.417em;
}

#content .entry ul
{
		margin: 0 0 0.833em 1.25em;
}

#content .entry li
{
		font-size: 1.2em;
		margin: 0 0 0.25em;
}

#content .entry ol
{
		margin: 0 0 0.833em 1.667em;
}

#content .entry blockquote, #content-ancho .entry blockquote
{
		display: block;
		font-style: italic;
		color: #666;
		/*
border-top: 0.1em solid #eee;
		border-bottom: 0.1em solid #eee;
*/
		padding: 0.833em 0.833em 0;
		margin: 0 0 0.833em;
}

#content .more-link
{
		display: block;
		width: 7.5em;
		height: 2.083em;
		font-size: 1em;
		background: url(images/read-button.gif) no-repeat;
		text-indent: -9999em;
}

#content .more-link:hover
{
		background-position: 0 -2.083em;
}

.commentlist li
{
		list-style: none;
		padding: 0 0 2em;
		margin: 0 0 2em;
		border-bottom: 0.5em solid #eee;
}

.comment-header
{
		padding: 0 0 1em;
		margin: 0 0 0.5em;
		border-bottom: 0.1em solid #eee;
		width: 61em;
		overflow: auto;
}

.comment-header img
{
		float: left;
		margin-right: 1em;
		border: 0.2em solid #333;
		padding: 0.2em;
}

.comment-header cite
{
		font-size: 1.2em;
		font-weight: bold;
		font-style: normal;
		display: block;
		margin: 0 0 0.25em;
		padding: 0.167em 0 0;
}

.comment-header small
{
		font-size: 1em;
}

.comment-text
{
		padding: 0.416em 0;
		font-size: 1.2em;
		line-height: 1.5em;
}

#respond h2, #comments h2
{
		font-size: 1.9em;
		margin: 0 0 0.526em;
}

#respond #userinfo
{
		float: left;
		width: 30em;
		margin: 0 0 1em;
}

#respond .commentmsg
{
		float: right;
		width: 30em;
}

#respond .commentbtn
{
		clear: both;
}

#respond .commenttext input, #respond .commentmsg textarea
{
		display: block;
		border: 0.1em solid #ccc;
		border-right-color: #eee;
		border-bottom-color: #eee;
		padding: 0.5em 0.3em;
		margin: 0 0 1em;
		font-size: 1em;
		font-family: georgia;
}

#respond .commenttext input
{
		width: 26.55em;
		font-size: 1.1em;
}

#respond .commentmsg textarea
{
		width: 26.55em;
		font-size: 1.1em;
		height: 11.1em;
}

#respond label, #respond p.loggedinas
{
		display: block;
		font: bold 1em arial;
		text-transform: uppercase;
		color: #999;
		margin: 0 0 0.5em;
}

#respond button
{
		display: block;
		width: 75px;
		height: 25px;
		border: none;
		background: url(images/submit-button.gif) no-repeat;
		text-indent: -9999px;
		cursor: pointer;
		margin: 0 0 1em;
		font-size: 1em;
}

#respond button:hover
{
		background-position: 0 -2.5em;
}

/*
.navigation 
{
		margin: 0 0 1.5em;
		padding: 1.5em 0 0;
		font: bold 1em;
		text-transform: uppercase;
}

.navigation .alignleft
{
		float: left;
}

.navigation .alignright
{
		float: right;
}
*/

#sidebar
{
		float: right;
		width: 31em;
		margin: 10px 10px 0 0;
}

#sidebar h2
{
		font: bold 1.2em arial;
		color: #fff;
		background: #333;
		padding: 0.583em;
		margin: 0 0 0.932em;
		text-transform: uppercase;
}

#sidebar #sponsor
{
		background: #333;
		border: 0.5em solid #151515;
		height: 25em;
		margin: 0 0 1.5em;
}

#sidebar #searchform
{
		width: 31em;
		overflow: auto;
		border-bottom: 0.1em solid #eee;
		padding: 0 0 1em;
		margin: 0 0 1em;
}

#sidebar #searchform input
{
		width: 24.6em;
}

#sidebar li
{
		list-style: none;
}

#sidebar li ul
{
		margin: 0 0 1.25em;
}

#sidebar li li
{
		font-size: 1.1em;
		border-bottom: 1px solid #eee;
		margin: 0 0 0.5em;
		padding: 0 0.636em 0.5em;
		color: #999;
}

#sidebar li li a
{
		color: #666;
}

#sidebar li li a:hover
{
		color: #AA0000;
}

#sidebar table
{
		width: 31em;
		font: bold 1em arial;
		margin: 0 0 1.5em;
}

#sidebar td
{
		text-align: center;
		font: bold 1em arial;
		padding: 0.4em;
		background: #f5f5f5;
}

#sidebar caption
{
		font: bold 1em arial;
		background: #ccc;
		padding: 0.5em;
}

#sidebar th
{
		background: #e5e5e5;
		padding: 0.4em;
}

#sidebar tfoot td
{
		background: #e5e5e5;
}
		

/*	FOOTER SECTION
-----------------------------------------------------------*/

#footer
{
		clear: both;
		font: normal 1.1em arial;
		color: #999;
		border-top: 0.1em solid #eee;
		padding: 11px;
}

#footer ul
{
		float: right;
}

#footer li
{
		float: left;
		list-style: none;
		text-transform: uppercase;
		margin: 0 0 0 0.5em;
		padding: 0 0 0 0.5em;
		border-left: 0.1em solid #eee;
}

#footer li.first
{
		border-left: 0;
}

#footer a
{
		color: #999;
}

#footer p a
{
		color: #AA0000;
}

.col{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 30px 0 0;
min-height:310px;
width:300px;
}

.primero{
background: transparent url(images/shadow_left.gif) no-repeat scroll center right;
width: 330px;
}
.primero li{
padding:5px 20px 10px;
}

.segundo{
width: 270px;
}
.segundo li{
padding:5px 0px 10px;
}
.tercero{
margin:0;
background: transparent url(images/shadow_right.gif) no-repeat scroll center left;
}
.tercero li{
padding:5px 20px 10px;
}
#masnot{
display: block;
height: 310px;
margin-top:10px;
}
#masnot h2{
border-bottom:1px solid #CCCDCE;
font-size:24px;
margin:0 0 15px;
padding:50px 0 10px;
text-align:center;
}
.primero h2 {
background:transparent url(images/iconol.jpg) no-repeat scroll center top;
}
.segundo h2{
background:transparent url(images/iconoseguir.png) no-repeat scroll center top;
}
.tercero h2{
background:transparent url(images/iconopaso.png) no-repeat scroll center top;
}
.pie{
background:transparent url(images/content_foot.gif) no-repeat scroll left top;
height:29px;
}
.piehome{
background:transparent url(images/content_foot.gif) no-repeat scroll left top;
height:29px;
margin-top: 20px;
}
.textonot{
font-size: 150%;
}
#featured-sponsor h2{
margin-left: 10px;
color: #AA0000;
font-size: 14px;

}

/* Begin Navigation */


#nav {
bottom: 0;
right: 0;
z-index: 999;
list-style: none;
float: left;
margin: 0;
padding: 0;
}

#nav li {
float: left;
margin-right: 5px;
background: url(images/navbg.gif) no-repeat right top;
font-size: 12px;
}

#nav li.current {
background-position: right bottom;
}

#nav li a {
float: left;
display: block;
height: 16px;
padding: 4px 14px;
_padding: 3px 14px;
background: url(images/navbg2.gif) no-repeat left top;
color: #FFFFFF;
text-decoration: none;
}

#nav li.current a {
background-position: left bottom;
color: #FFFFFF;
}

#nav li:hover, #nav li.sfhover {
background-position: right -25px;
}

#nav li.current:hover, #nav li.sfhover.current {
background-position: right bottom;
}

#nav li:hover a, #nav li.sfhover a {
background-position: left -25px;
color: #FFFFFF;
}

#nav li.current:hover a, #nav li.sfhover.current a {
background-position: left bottom;
color: #C7CBC0;
}

#nav li#nav_home.current {
background-position: right top;
}

#nav li#nav_home.current a {
background-position: left top;
color: #FFFFFF;
}

#nav li.current#nav_home:hover, #nav li.current.sfhover#nav_home {
background-position: right -25px;
}

#nv li.current#nav_home:hover, #nav li.current.sfhover#nav_home a {
background-position: left -25px;
color: #FFFFFF;
}

#nav li ul {
clear: left;
position: absolute;
left: -999em;
z-index: 999;
width: 161px;
margin-top: 25px;
margin-left: 0px;
_margin-top: 0; /* IE6 only */
border: 1px solid #5F6356;
border-top: 0;
border-bottom: 0;
list-style: none;
line-height: 1;
padding-left: 0px;
}
/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */
* + html #nav li ul {
margin-top: 0;
}

#nav li li {
display: inline;
_display: block;
float: none;
_float: left;
margin: 0;
font-size: .9167em;
text-transform: none;
}

#nav li ul ul {
margin: -25px 0 0 161px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left: auto;
}

#nav li li li {
font-size: 1em;
}

#nav li:hover li a, #nav li.sfhover li a {
float: none;
width: 133px;
height: auto;
padding: 4px 14px;
border-bottom: 1px solid #5F6356;
background: #EBE9DC;
color: #3C3F36;
}

#nav li:hover li a:hover, #nav li.sfhover li a:hover {
background: #D9D6BD;
}
/* End Navigation */

.read_more{
background:transparent url(images/read_more.gif) no-repeat scroll left top;
float:right;
padding:0 0 5px;
margin-top: 10px;
}

.read_more a{
background:transparent url(images/read_more_r.gif) no-repeat scroll right top;
color:#333 !important;
display:block;
font-size:13px;
font-weight:bold;
padding:8px 10px 5px 12px;
text-decoration:none !important;
text-transform:uppercase;

}
#cierrefea{
background: transparent url(images/fondo_arriba_ab.gif) no-repeat scroll top left;
/* height: 30px; */
}
#cierrefeainterior{
background: transparent url(images/fondo_arriba_ab.gif) no-repeat scroll top left;
height: 30px;
}
#wp-calendar img{
border: none !important;
}
#post-wrap{
margin-left: 10px; 
padding: 10px;
}

.pa{padding: 5px;}
.p8{padding: 5px;
	text-transform: uppercase;
}
.izquierda{
width: 480px;
font-size: 150%;
border: 2px solid #ABAB81;
background-color: #E3E3AD;
padding: 10px;
}
.derecha{
float: right;
width: 450px;

}
#mapacentros{
float:right;
margin:41px 10px 20px 0;
width:37em;
}