/* -------------------------------------------------------------- 
	
	screen.css
	Screen stylesheet
	by geckonewmedia.com
	
	TOC
	----------------------------------
	1. =RESET
	2. =BASE_TYPOGRAPHY
	3. =BASE_STYLES
-------------------------------------------------------------- */
 

/* -------------------------------------------------------------- 
	=RESET
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	background: #FFF;
	background: url('images/background_gradient_ie.png') repeat-x; 
    /*background-image: -moz-linear-gradient(#ED2846, #FFFFFF 30%); /*gecko*/
    /*background-image: -ms-linear-gradient(0% 0% 270deg,#ED2846, #FFFFFF, #FFFFFF 60%); /*IE10*/
    /*background-image: -o-linear-gradient(0% 0% 270deg,#ED2846, #FFFFFF, #FFFFFF 60%); /*opera 11.10+*/
    /*background-image: -webkit-gradient(linear, 0 0, 0 60%, from(#ED2846) to(#FFFFFF)); /*old webkit*/
    /*background-image: -webkit-linear-gradient(#ED2846, #FFFFFF 15%); /*new webkit*/   
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ED2846, endColorstr=#FFFFFF); /* For Internet Explorer 5.5 - 7 */    
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ED2846, endColorstr=#FFFFFF)"; /* For Internet Explorer 8 */
    /*background-image: linear-gradient(#ED2846, #FFFFFF %30); /*future CSS3 browsers*/        
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
   =BASE
-------------------------------------------------------------- */

html
{
    height: 100%;
}

body {	
	text-align: center;
	height: 100%;
}

div#page_container {
	width: 1080px;
	text-align: left;
	margin: 40px auto 0 auto;	
}

div.page_content
{
    overflow: hidden;    
}

div.sidenav {
	width: 200px;
	padding: 0px;
	float: left;
	min-height: 500px;
	background-color: #F9B1BC;
	height: 100%;
}

div.social
{
    margin: 25% 0 100% 0;
    padding: 0 5px;
    text-align: center;
}

div.social a
{
    padding: 0 5px;
}

div.article {	
	background-color: #FFFFFF;
    margin-left: 200px;
    padding-left: 10px;
    padding-right: 210px;
    min-height: 600px;
}

div.panelParadas 
{
    background-color: #FFFFFF;
    padding-left: 20px;
    color: #EC0C30;
    vertical-align: baseline;
    border-style:dotted;
    border-width:thin;
    border-color:Black;
    font-family:Verdana, Arial;
    font-size:12px;
    font-weight:normal;
}

div.aside {
	width: 200px;
	padding: 0px;
	float: right;
	min-height: 500px;
	height: 100%;
	text-align: right;
}


/* -------------------------------------------------------------- 
	=HEADER & TOPNAV
-------------------------------------------------------------- */

div.header {
	width: 100%;
	position: relative;
}

div.header form.site_search {
	position: absolute;
	right: 15px;
	top: 15px;
}

div.header div.welcome {
    color: white;
    font-size: 2.1em;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    margin: 0;
    text-align: center;
    padding-top: 25px;
}

div.header div.logos
{
    padding: 0px 15px;
}

div.header ul.nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #EC0C30;	
	list-style: none;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 8px solid #EC0C30;
	border-top: 4px solid #EC0C30;
}

div.header ul.nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

div.header ul.nav li a.top {
	display: block;
	float: left;
	background: #EC0C30;
    border: none;
	border-right: 4px solid #FFF;
	text-decoration: none;
	color: #FFF;
	font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    padding: 0px 25px;
}

div.header ul.nav li a.top:hover {
	background: #F9B1BC;
}

div.header ul.nav li.current a.top {
	background: #F9B1BC;
}

div.search
{
    float: right;
    margin: 15px 0px 20px 0px;
}

.submit_busqueda
{
    background-color:transparent;
    background-image: url('images/icono_busqueda.png');
    border-style: none;
    cursor: pointer;
    font-size: 0;
    height: 19px;
    width: 19px;
    min-height: 19px;
    vertical-align: top;    
}

.text_busqueda
{
    font-weight: 600;
    font-size: small;
    padding: 0px 5px;
    vertical-align: top;  
}

.input_busqueda
{
    height: 15px;
    width: 100px;
}

blockquote {
	background: #e4e4e4;
	padding: 10px;
	font-style: italic;
	line-height: 1.3;
	border: 1px solid #ccc;
}

blockquote p:last-child {
	margin-bottom: 0px;
}

p.tagline {
    font-style: italic;
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
}

p.contact  {
    padding: 0 0 0 15px;
    font-size: 11px;
}

/* -------------------------------------------------------------- 
	=SIDEBAR/SUBNAV
-------------------------------------------------------------- */

ul.subnav,
ul.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.subnav li {
	display: block;
	position: relative;
}

ul.subnav li a {
	display: block;
	text-decoration: none;
	position: relative;
	background: #FFF;
	border-top: 1px solid #F9B1BC;
	padding: 5px 10px;
	font-size: 0.9em;
    font-weight: 500;
	color: #EC0C30;
}

ul.subnav li a:hover {
	background: #F9B1BC;
}

ul.subnav li.current a {
	background: #F9B1BC;
}

ul.subnav li li a {
	padding-left: 20px;
	font-size: 11px;
}



/* -------------------------------------------------------------- 
	=FOOTER
-------------------------------------------------------------- */

div#page_footer {
    width: 960px;
    margin: 40px auto 20px auto;
    clear: none;
}

div#page_footer p {
    margin: 0;
    padding: 10px 0 30px 0;
}


p.footer_left {    
    float: left;
    text-align: left;
}


p.footer_right {    
    float: right;
    text-align: right;
}


/* -------------------------------------------------------------- 
	=TYPOGRAPHY
-------------------------------------------------------------- */


body {
	font-family: verdana, arial;
	font-size: 0.8em;
}


h1, h2, h3, h4, h5, h6  {
	font-family: verdana, georgia, 'Times New Roman', serif;
	margin: 1em 0 0.5em 0;
	line-height: 1;
}

h2 {
	font-size: 32px;  
}

h3 {
	font-size: 26px;  
}

h4 {
	font-size: 20px;  
}

h5 {
	font-size: 18px;  
}

h6 {
	font-weight: bold;
}

.article ul,
.article ol {
	margin: 1em 0;
	padding-left: 2em;
}

p {
	margin: 0 0 1em 0;
}



/* -------------------------------------------------------------- 
   =FORMS
-------------------------------------------------------------- */


div.form fieldset {

}

ul.form_fields {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ul.form_fields li {
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}

ul.form_fields li label {
	display: block;
	float: left;
	width: 90px;
	padding: 5px;
}

ul.block_labels li label {
	float: none;
	padding: 0 0 3px 0;
	font-weight: bold;
}


ul.form_fields li label.indented_label {
	padding-left: 105px;
}


ul.form_fields li label.wide_label {
	width: 100%;
}

.form_p
{
    width:100%;
    display:table;
}

.form_text {	   
	padding: 0px;
	border: 1px solid #F9B1BC;	
    
    /*Safari 5, Chrome, FF3+*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;

    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    
    display:table-cell;
    width: 95%
}

.form_text:focus 
{    
	border:1px solid #EC0C30;	
	background-color: #F9B1BC;
}

.form_text_2
{	   
	padding: 0px;
	border: 1px solid #F9B1BC;
    
    /*Safari 5, Chrome, FF3+*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;

    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    
    display:table-cell;
}

.form_text_2:focus 
{    
	border:1px solid #EC0C30;	
	background-color: #F9B1BC;
}

.form_file
{
    padding: 0px;
	border: 1px solid #EC0C30;
	background-color: #F9B1BC;    

    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
    
    display:table-cell;
    width: 95%;
}

textarea
{
    width:98%;
}

.form_label
{
    display:table-cell;
    width:25%;
    text-align: right;
}

.form_label_2
{
    display:table-cell;
    width:25%;
    text-align: right;
}

.form_label_comment
{
}

.form_submit
{
    float:right;
}

.error
{
    color: Red;
}

input.input_long { width: 260px; }
input.input_short { width: 80px }

ul.form_fields li select {
	padding: 2px;
	border:1px solid #dadada;
}


/* -------------------------------------------------------------- 
   =NEWS
-------------------------------------------------------------- */

ul.news_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ccc;
}

ul.news_list li {
    margin: 0 0 0 0;
    padding: 15px 0;
    list-style: none;
    /*clear: both;
    float: left;*/
    width: 100%;
    border-bottom: 1px solid #ccc;
}

ul.news_list li.featured_news {
    background: #f4f4f4;

}

div.news_image,
div.main_news_image {
    float: left;
    width: 135px;
}

div.news_image img,
div.main_news_image img {
    width: 120px;
    
}

div.news_content,
div.main_news_item {
    /*float: left;*/
}

ul.news_list h3 {
    margin-top: 0px;
}

img.news_image {	
	margin: 0 0 10px 10px;
	width: 640px;
}


/* -------------------------------------------------------------- 
   =EVENTS
-------------------------------------------------------------- */

div.event_main {
    float: left;
    width: 495px;
    padding-right: 15px;
}

div.event_main h2 {
    font-size: 22px;
}

div.event_nav {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-size: 11px;
    padding: 3px 0;
    position: relative;
    float: left;
    width: 100%;
}


div.event_nav p {
    font-size: 11px;
    float: left;
    margin: 0;
}

div.event_nav a.next_month {
    position: absolute;
    right: 0px;
    top: 4px;
}

div.event_nav a.previous_month {
    position: absolute;
    right: 65px;
    top: 4px;
}

div.event_sidebar {
    width: 220px;
    float: left;
}

div.event_sidebar h5 {
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #ccc;
}

h5 a.previous_month span, 
h5  a.next_month span {
    display:none;
}

h5 a.previous_month,
h5 a.next_month  {
    width: 9px;
    display: block;
    float: left;
    height: 13px;
    margin-right: 4px;
    background-position: top left;
    background-repeat: no-repeat;
}

h5 a.previous_month {
    background-image: url(images/arrow_left.gif);
}

h5 a.next_month {
    background-image: url(images/arrow_right.gif);
}

table.sm_calendar {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 220px;
    font-size: 11px;
}

table.sm_calendar th,
table.sm_calendar td {
    padding: 2px;
    border: 1px solid #e7e7e7;
    text-align: center;
    
}

table.sm_calendar td.eventDay {
    background-color: #c6364a;
    color: white;
    font-weight: bold;
    position: relative !important;
    
}

div.events_today {
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid #444;
    z-index: 99999;
    width: 200px;
    text-align: left;
    padding: 10px;
    display: none;
}

div.events_today h6 {
    margin: 0 0 5px 0;
    font-size: 14px;
    background: url(images/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

table.sm_calendar th {
    font-weight: bold;
}

p.ical_export {
    padding: 10px 0;
    font-size: 12px;
}

p.ical_export a {
    background: url(images/calendar-day.png) left center no-repeat;
    padding:1px 0 1px 18px;
}

ul.events_list {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.events_list li {
    clear: both;
    margin: 0;
    padding: 15px 0 0 0;
    float: left;
    width: 100%;
}

ul.events_list li p.event_date_cal {
    width: 40px;
    margin: 0 15px 0 0;
    text-align: center;
    border: 1px solid #999;
    float: left;

    -moz-box-shadow: 0px 0px 3px #c1c1c1;
}

span.event_date_cal_day {
    display: block;
    background: #ccc;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

span.event_date_cal_month {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.events_list li h3 {
    margin: 0;
    font-size: 18px;
}

ul.events_list li p {
    font-size: 12px;
}



/* -------------------------------------------------------------- 
	=HOMEPAGE
-------------------------------------------------------------- */

div.homepage {    
    background-color: #FFFFFF;
    margin-left: 200px;
    padding-left: 10px;
    padding-right: 210px;
    min-height: 500px;
}

div.homepage h2
{
    background: #EC0C30;
    color: #FFF;
    font-size: 1.1em;   
    font-weight: bold;
    padding: 5px 5px 8px;
}

div.homepage h2 a
{
    text-decoration: none;
    color: #FFF;
}

div.homepage h3 a
{    
    color: #000;
    font-size: 1em;   
    font-weight: bold;
    text-decoration: none;
}

ul.home_news {
    list-style: none;
}

ul.home_news li {    
}

ul.home_news li h3 {
    font-size: 18px;
    margin: 0 0 5px 0 ;
}


/* -------------------------------------------------------------- 
   =MISC
-------------------------------------------------------------- */

div.clear {
	clear: both;
	height: 0px;
	overflow:hidden;
}

.goright {
	float: right;
	margin-left: 10px;
}

.goleft {
	float: left;
	margin-right: 10px
}

/* -------------------------------------------------------------- 
	=LINEAS
-------------------------------------------------------------- */

.ul_lineas
{
    list-style: none;
    width:40%;
}

.ul_lineas li
{
    padding-bottom: 10px;
}

.linea_content
{
    text-align: center;    
}

.linea_content_a_title
{
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'Arial Narrow';
    padding: 1px 0px 3px;
    text-decoration: none;
    display: block;
    color:#FFF;
}

.linea_content h3
{
    margin: 0;
}

.linea_content p
{
    margin: 0;
}

.linea_content_nombre
{
    border: 1px solid #FFF;
    border-radius: 5px;
}

.linea_content_nombre table
{
    width:100%;
}

.linea_content_nombre td.transparent
{
    height: 100%;
    width: 3%;
}

.linea_content_nombre td.content
{    
    height: 100%;
    text-align: center;
    width: 60%;
    background-color: #FFF;
}

.linea_content_nombre td.raya
{
    background-color: #FFF;
    height: 100%;
    width: 1%;
}

.linea_content_description
{
    border: 1px solid #FFF;
    border-radius: 5px;
    font-family: 'Arial Narrow';
    font-weight: bold;
    line-height: 1.1em;
    padding: 2px 0;
    margin-top: 2px;
    min-height: 15px;
}

.linea_content_description div
{
    width: 48%;
    border: 1px solid #FFF;
    border-radius: 5px;
}

.linea_content_description div a
{
    display: block;
    text-decoration: none;
}

.linea_content_a_description
{
    color: #FFF;
    text-decoration: none;
}

/* -------------------------------------------------------------- 
	=LINEAS
-------------------------------------------------------------- */

.ul_lineas_peq
{
    float: right;
}


/* -------------------------------------------------------------- 
	=PARADAS
-------------------------------------------------------------- */

.parada_content
{
    text-align: center;
    width: 40%;
}

.parada_content_a_title
{
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'Arial Narrow';
    padding: 1px 0px 3px;
    text-decoration: none;
    display: block;
    color:#FFF;
}

/* -------------------------------------------------------------- 
	=TIEMPOREAL
-------------------------------------------------------------- */

.leyenda
{
    font-size: 0.7em;
    padding-top: 50px;
}


/* -------------------------------------------------------------- 
	=SUBNAVIGATION
-------------------------------------------------------------- */

div.header ul.nav li:hover
{
    background: #F9B1BC;
}

div.header ul.nav li ul
{
    display: none;
    list-style-type: none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    top: 25px;
    z-index: 1;
    font-size: 0.9em;
}

div.header ul.nav li ul li
{
    width: 98%;
    background-color: #EC0C30;
}

div.header ul.nav li ul li a
{
    color: white;
    display: block;
    font-weight: bold;
    padding: 3px 15px;
    position: relative;
    text-decoration: none;
}

div.header ul.nav li:hover
{
    position: relative;
}

div.header ul.nav li:hover ul
{
    display: block;
    left: 0;
    position: absolute;
}

/* -------------------------------------------------------------- 
	=ENCUESTAS
-------------------------------------------------------------- */

ul.poll
{
    list-style-image: url(images/encuesta_list_image.png);    
}

ul.poll li
{
    
}

ul.poll li h3
{
    font-size: 1em;    
    font-weight: bold;
}

ul.poll li ul
{
    list-style: none;
}

ul.poll li ul li
{    
    font-size: 1em;
}

div.poll_header
{
    border: 1px dotted grey;
    font-family: "Agency FB";
    font-size: 1.2em;
    padding: 0.5em;
}


/* -------------------------------------------------------------- 
	=TIEMPOREAL_MASTER
-------------------------------------------------------------- */
.div_tiemporeal_master
{
    width: 100%;
    text-align: center;
    margin-top: 50%;
}

.form_ddl
{
    border-radius: 5px;
    font-family: verdana, georgia, 'Times New Roman', serif;
    font-weight: bold;    
}
.form_button {
	background-image: url(images/icono_ir.png);
    width: 23px;
    height: 23px;
    background-color: transparent;
    border-style: none;
    cursor: pointer;
    font-size: 0;
    vertical-align: top;
}


