a.mscln {
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -1px;
}

/* layout */ 
.container {
    width: 960px;
    height: auto;
    margin: 0 auto;
}
#header {
    padding: 0;
    /*margin: 0px auto;border-bottom:1px solid #9f9b78;*/
    margin: 0;
    background: transparent url(../icons/header_cables.png) top left no-repeat;
    height: 155px;
    /*	*/
    color: #000;
} 
#content {
    /*	background:#fff url(../icons/content_bg.png) top left repeat-x;*/
    background-color: #fff;
    margin: 0;
    padding: 20px 0 10px 0;
}
 #footer {
    padding: 10px 0 10px 0;
    font-size: 12px;
} 
.colcontent {
    padding: 10px;
}

/* border styles and colors */ 
.colcontent, .colcontent_border, .colcontent_vborder, .colcontent_hborder, .sidenote {
    border-style: solid;
    border-color: #666;
}

/* colors */
body {
    color: #2b2516;
    background-color: #ebebeb; 
    /*background:#ebebeb url(../icons/p.png) top center repeat;*/
    border-top: 2px solid #cc0000;
}

a {
    padding: 0 0 2px 0;
    text-decoration: underline;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover, a:active {
    color: #cc0000;
} 
.quiet {
    color: #bdbdbd;
}

/* font-family (sizes are set already) */
body {
    font-size: 14px;
    font-family: "Arial", sans-serif;
    /*
     "Palatino", "Palatino Linotype", "Georgia", "Times", "Times New Roman", serif;
     "Garamond", "Hoefler Text", "Palatino", "Palatino Linotype", serif;
     "Baskerville", "Times", "Times New Roman", serif ;
     Georgia,"Times New Roman",Times,serif;
     */
    line-height: 20px;
}

h1, h2, h3, h4, h5, p, ol, ul {
    margin-bottom: 18px;
}
 /*all but h6 *************** original:18*/
div p:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 36px;
    line-height: 36px
}

h2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

/*
 #header h1{
 font-family: "Helvetica","Arial",sans-serif;
 font-size:36px;
 font-weight:bold;
 margin:20px 0 0 0;
 color:#fff;
 letter-spacing:-1px;
 }
 */
h2 a {
    text-decoration: none;
}

select, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
}

pre, code {
    font-family: "Courier New", Courier, mono;
}

blockquote {
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    float: left;
    margin: 10px 10px 10px 0;
    width: 260px;
    float: left;
}

blockquote:before {
    content: '\201C';
}

blockquote:after {
    content: '\201D';
}

/*for dev only*/ 
.bgcolor {
    background-color: #f1f1f1;
} 
.bgcolor1 {
    background-color: #fee;
} 
.bgcolor2 {
    background-color: #eef;
}

/*– Starter CSS end — */
table {
    vertical-align: top;
}

table td {
    padding: 2px;
    vertical-align: top;
} 
#infomessage {
    /*display:none;*/
    clear: both;
    padding: 1em 2em;
    margin: 0 0 5px 0;
    background: #b8dbff url(../icons/admin/information.png) left center no-repeat;
    font-weight: bold;
} 
.number {
    font-family: Georgia, Times New Roman, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
} 
#content img {
    /*float:left;*/
    background-color: #fff;
    padding: 6px 10px 10px 0px;
    margin: 6px 6px 6px 0;
    background: #fff url(../icons/images_background.jpg) bottom right no-repeat;
} 
#content img.noshadow {
    background: none;
}

/* nav */ 
#header img {
    margin: 0;
    padding: 0;
} 
#header h1 {
    text-indent: -999px;
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -1px;
    padding: 0px 10px;
    margin: 0;
} 
#header h2 {
    text-indent: -999px;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0 10px;
    margin: 0;
} 
.divlogo {
    /*background-color:#CC0001;color:#fff;
     border-top:4px solid #CC0001;*/
    padding: 35px 0 30px 0;
}

/*  menu horizontal con submenu desplegable*/ 
.divnav {
    background-color: #E6E5E6;
    padding: 0;
    margin: 0;
    /*		height:50px;*/
} 
#nav {
    padding: 0;
    margin: 0;
}

ul#nav {
    padding: 0;
    margin: 0;
    list-style: none;
} 
#nav ul { /* all lists */
    padding: 0;
    margin: 0;
} 
#nav li { /* all list items */
    float: left;
    /*padding:5px 0 5px 0;*/
    margin: 0;
    /*width: 10em;  width needed or else Opera goes nuts padding:2px;margin-right:1px;*/
} 
#nav li a:link, #nav li a:visited {
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 5px 40px 5px 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
    background: #fff url(../icons/mainmenu_bg.jpg) top left repeat-x;
    /*
     background-color:#1a1a1a;*/
} 
#nav li a span {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
    text-transform: lowercase;
    color: #bfbfbf;
} 
#nav li a:hover {
    background-image: none;
    background-color: #CC0001;
    color: #fff; /*#9f9b78;*/
}

/*
 * elemento activo
 */ 
#nav li a.selected {
    background-image: none;
    background-color: #fff;
    color: #000; /*#9f9b78;*/
} 
#nav li a.selected span {
    color: #4d4d4d; /*#9f9b78;*/
} 
.lang_menu {
    font: italic bold 14px Georgia, "Times New Roman", Times, serif;
} 
.lang_menu ul {
    padding: 4px;
    list-style: none;
} 
.lang_menu li {
    color: #fff;
    float: left;
    margin: 0;
} 
.lang_menu a {
    text-decoration: none;
    padding: 1px 4px;
} 
.lang_menu a.selected {
    color: #fff;
    background:#4d4d4d url(../icons/mainmenu_bg.jpg) top left repeat-x;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* fin menu horizontal*/
/*
 * secciones
 */
/*
 * general
 */ 
 .bborder {
    border-bottom: 1px dotted #ccc;
} 
.tborder {
    border-top: 1px dotted #ccc;
}

a.sidebarButton {
    display: block;
    clear: both;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 10px;
    /*background-color:#cc0000;*/
    border-bottom: 1px dotted #ccc;
}

a.sidebarButton:hover {
    color: #fff;
    background-color: #cc0000;
} 
.sidebarMenu a.selected {
    color: #4d4d4d;
    background-color: #bfbfbf;
} 
.rssButton {
    display: block;
    clear: both;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
    background: #fff url(../icons/feed.png) center left no-repeat;
} 
.pag_nav {
    padding: 20px 0 20px 0;
} 
.pag_nav a, .pag_nav span {
    padding: 6px 6px 6px 6px;
    margin: 2px;
    border: 1px solid #e6eff3;
} 
.pag_nav a:link, .pag_nav a:visited {
    font-size: 12px;
    text-decoration: none;
} 
.pag_nav a:hover, .pag_nav a:active {
    background-color: #d5e0e5;
} 
.popup_bg {
	background-color: #333333;
    color: #fff;
	font-weight:bold;
} 
.popup_icon a {    
color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px;
    background: transparent url(../icons/popup_play.gif) 99% 50% no-repeat;
} 
.popup_icon a:hover {

	    background: #CC0001 url(../icons/popup_play_h.gif) 100% 50% no-repeat;

} 
.albistea {
    font-size: 12px;
    line-height: 18px;
} 
.albistea a {
    text-decoration: none;
} 
.albistea h3 {
    padding-bottom: 6px;
    margin: 2px 0 2px 0;
    border-bottom: 1px solid #fff;
}

/* agenda */ 
.eventBlock {
    border-top: 1px solid #ccc;
    /*border-bottom:1px solid #ccc;*/
    margin: 0 0 10px 0;
    padding: 4px 0;
    z-index: 1;
} 
.eventBlock h2 {
    margin: 0px;
} 
.eventBlockToday {
    border-top: 1px solid #ccc;
    /*border-bottom:1px solid #ccc;*/
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #1a1a1a;
    z-index: 1;
    color: #fff;
} 
.eventBlockToday h2 {
    margin: 0px;
} 
.eventBlockToday a:link, .eventBlockToday a:visited {
    color: #fff;
    text-decoration: none;
} 
.eventBlockToday a:hover, .eventBlockToday a:active {
    color: #cc0000;
    text-decoration: none;
} 
.eventBlockToday .eventDetails {
    border: none;
} 
.trans_block {
    margin: 200px 0 0 0;
    padding: 10px 4px 10px 10px;
    background: transparent url(../icons/trans_bg.png) top left repeat;
}

/*
 * *********************************************************** categorias de eventos
 */ 
 .eventcat1 {
    border-top: 1px solid #7b0980;
} 
.eventcat2 {
    border-top: 1px solid #cc0000;
} 
.eventcat3 {
    border-top: 1px solid #000;
} 
.category_tag {
    background: #000 url(../icons/mainmenu_bg.jpg) top left repeat-x;
    /*background-color:#4d4d4d;*/
    margin: 0 0 0 0;
    padding: 1px 4px;
    color: #fff;
		-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/*
 * ***********************************************************
 */ 
.eventThumb {
    float: left;
    margin: 0;
    padding: 0;
	width:116px;
	overflow:hidden;
} 
.eventThumb img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
} 
.eventTitle {
    width: 400px;
    float: left;
} 
.eventTitlelong {
    width: 520px;
    float: left;
} 
.eventTitle h2, .eventTitlelong h2 {
    margin-bottom: 4px;
} 
.eventTitle h2 a {
    text-decoration: none;
    margin-bottom: 0;
} 
.eventDetails {
    font-weight: bold;
    text-align: center;
    float: right;
    width: 42px;
    margin: 0 0 0 4px;
    padding: 4px;
    border-bottom: 1px solid #ccc;
} 
.eventDates {
    text-align: center;
    background-color: #fff;
    color: #1a1a1a;
    width: 40px;
    margin: 0 4px 4px 0;
    padding: 4px 0;
    border: 1px solid #ccc;
} 
.eventDay {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "verdana", "arial", sans-serif;
    line-height: 19px;
    letter-spacing: -2px;
    padding: 0;
    margin: 0;
} 
.agendaSearchBox {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin: 0;
} 
.agendaSearchBox input[type ="submit"] {
    margin: 0 0 0;
    display: inline;
    clear: none;
} 
.searchInput {
    float: left;
    width: 250px;
    margin: 0;
	padding:0
} 
.searchButton {
    margin-left: 0;
    float: left;
    width: 70px;
    height: 29px;
    background: #000 url(../icons/mainmenu_bg.jpg) top left repeat-x;
}

table.calendar {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 12px;
}

table.calendar td {
    text-align: center;
}

table.calendar td {
    border-top: 1px solid #e5e5e5;
}

table.calendar td.calendarHeader {
    font-weight: bold;
    border-top: 1px solid #fff;
}

table.calendar td.calendarHeader a {
    text-decoration: none;
} 
.calendarPrev a {
    overflow: hidden;
    text-indent: -30px;
    display: block;
    width: 24px;
    background: transparent url(../icons/calendar_buttons.png) 0 -24px no-repeat;
    height: 24px;
} 
.calendarPrev a:hover {
    background: transparent url(../icons/calendar_buttons.png) -24px -24px no-repeat;
} 
.calendarNext a {
    height: 24px;
    overflow: hidden;
    text-indent: -30px;
    display: block;
    float: right;
    width: 24px;
    background: transparent url(../icons/calendar_buttons.png) 0 0 no-repeat;
} 
.calendarNext a:hover {
    background: transparent url(../icons/calendar_buttons.png) -24px 0px no-repeat;
} 
.calendarMonth {
    font-size: 20px;
} 
.calendarToday {
    color: #7f7f7f;
    font-weight: bold;
}

td.calendar a:link, td.calendar a:visited {
    display: block;
    text-align: center;
    padding: 1px 0;
    margin: 0 4px;
    color: #fff;
    /*
     background-color:#1a1a1a;*/
    background: #000 url(../icons/mainmenu_bg.jpg) top left repeat-x;
    font-weight: bold;
    text-decoration: none;
}

td.calendar a:hover, td.calendar a:active {
    color: #1a1a1a;
    background-color: #bfbfbf;
}

img.events_images {
    float: left;
    height: 82px;
}

/* nimu                */ 
.playerblock {
    color: #fff;
    background: #1a1a1a url(../icons/nimu.jpg) center right no-repeat;
} 
.post {
    margin: 0 0 20px 0;
} 
.post_header {
    margin: 0;
} 
.post_header h2 {
    margin: 0;
    float: left;
} 
.post_header h2 a {
    text-decoration: none;
    width: 90%;
} 
.post_data {
    margin: 6px 0;
} 
.post_category {
    padding: 1px 3px;
}

a.post_category {
    text-decoration: none;
    color: #fff;
    background-color: #9c9c9c;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

a.post_category:hover {
    background-color: #cb0b0b;
}

/* icono comments en lista*/ 
.comments {
    text-decoration: none;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../icons/nimucomments.gif) center no-repeat;
    font: italic bold 11px Georgia, "Times New Roman", Times, serif;
    text-align: center;
    padding: 2px;
    margin: 6px 0 0 0;
}

/* --- */ 
.comment_list {

} 
.comment {
    border-top: 1px dotted #333;
    padding: 0;
} 
.comment .col1 {
    border-right: 1px dotted #cc0000;
} 
.comment .col1 a {
    text-decoration: none;
} 
.comment div {
    padding: 4px 6px;
    margin: 0;
}

/* info */
ul.hometabs {
    margin: 20px 0 8px 0;
    padding: 0;
} 
.hometabs li {
    display: inline;
    margin: 0;
} 
.hometabs li a {
    background-color: #cc0000;
    color: #ffffff; /* set selected tab link color as desired */
    /*position: relative;
     top: 7px;*/
    /*	padding-top: 4px;*/
    padding: 10px;
    font-size: 14px;
    margin: 0;
    margin-right: 0;
    text-decoration: none;
    border-bottom: none;
} 
.hometabs li a:visited {
    background-color: #cc0000;
} 
.hometabs li a:hover {
    background-color: #cc0000;
    color: #ccc;
} 
.hometabs li a.selected { /*selected main tab style */
    background-color: #141414;
    color: #fff;
    outline: 0;
} 
.hometabs li a.selected:hover { /*selected main tab style */
    text-decoration: none;
    color: #fff;
} 
.homecontent {
    background-color: #141414;
    color: #fff;
    /*#4e4c4f;*/
    margin: 0;
    padding: 10px;
} 
.homecontent a {
    color: #fff;
} 
.homecontent ul li {
    list-style: none;
    margin: 0;
} 
.homecontent ul li a {
    /*text-decoration:none;*/
}

/* footer*/ 
.newsletterBox {
    padding: 0 0 20px 0;
    margin: 0;
} 
.newsletterBox input[type ="submit"] {
    margin: 0 0 0;
    display: inline;
    clear: none;
} 
.newsletterInput {
    float: left;
    width: 200px;
    margin: 0;
} 
.newsletterButton {
    margin-left: 0;
    float: left;
    width: 40px;
    height: 29px;
    color: #4d4d4d;
    background: #7f7f7f url(../icons/mainmenu_bg.jpg) top left repeat-x;
} 
.logo_mini h3 {
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0px;
} 
.logo_mini .mini_adress {
    padding-top: 4px;
    line-height: 14px;
    margin-bottom: 0px;
}

/* forms */
form { /* set width in form, not fieldset (still takes up more room w/ fieldset width */
    font: 100% verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
    /*min-width: 400px;
     max-width: 600px;
     width: 400px; */
}

form fieldset {
    clear: both; /* note that this clear causes inputs to break to left in ie5.x mac, commented out */
    border: none;
    padding: 0; /* padding in fieldset support spotty in IE */
    margin: 0;
}

form label {
    display: block; /* block float the labels to left column, set a width */
    font: 11px verdana, arial, sans-serif;
    color: #66666C;
    float: left;
    width: 80px;
    padding: 0;
    margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: right;
}

/*
 
 label{
 clear:both;
 display:block;
 margin-top:1em;
 color:#666666;
 font-size:0.9em;
 }
 */
form iframe {
    margin: 5px 0 0 10px;
}

form fieldset legend {
    font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
    /* be careful with padding, it'll shift the nice offset on top of border  */
} 
.form_row {
    border-top: 1px dotted #333;
    margin: 0;
    padding: 0;
} 
.form_row input, .form_row select {
    margin: 10px;
}

label.form_row_line {
    margin: 0;
    padding: 10px;
    width: 110px;
    border-right: 1px dotted #cc0000;
    height: 30px;
}

form input, form textarea {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    /*width:auto;*/ /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of
     label aligns textarea better in IE */
}

form input#reset {
    margin-left: 0px; /* set margin-left back to zero on reset button (set above) */
}

textarea {
    overflow: auto;
}

form small {
    display: block;
    margin: 0 0 5px 90px; /* instructions/comments left margin set to align w/ right column inputs */
    padding: 1px 3px;
    font-size: 88%;
} 
.nomostrar {
    display: none;
}

input, textarea {
    /*width:400px;
     width:auto;*/
    font-size: 16px;
    padding: 3px;
    border: 2px solid #dedede;
    background-color: #fafafa;
}

form input.title {
    font-size: 18px;
    width: 520px;
    padding: 4px;
    font-weight: bold;
}

input:focus, textarea:focus {
    border: 2px solid #a4b1bd;
    background-color: #FFFFFF;
    outline: 2px solid #e1e1e1;
}

input[type ="file"] { /* no funciona*/
    border: 1px solid #dedede;
    background-color: #fafafa;
}

input[type ="submit"] {
    margin-top: 1em;
    display: block;
    clear: both;
    border: 0;
    padding: 6px;
    color: #fff;
    background-color: #1a1a1a;
    margin-left: 90px;
    /*	background:#000000 url(../icons/admin/bullet_tick.png) left no-repeat;*/
}

input[type ="submit"].delete {
    margin-top: 1em;
    float: left;
    border: 0;
    padding: 6px 6px 6px 20px;
    color: #ffffff;
    background: #a1a1a1 url(../icons/admin/bullet_cross.png) left no-repeat;
}

input[type ="submit"]:hover {
    color: #000000;
    background-color: #1a1a1a;
}

form input.title {
    width: 400px;
    font-weight: bold;
} 
.errFld {
    border: 1px solid #F00; /*...errores de formulario wforms ... */
} 
.errMsg {
    color: #000000;
    background-color: #FFFF99;
    margin: 0px;
    padding: 2px;
    text-indent: 15px;
    background-image: url(../icons/admin/bullet_delete.png);
    background-repeat: no-repeat;
    background-position: top left; /**/
}

form .required {
    font-weight: bold;
}
 /* uses class instead of div, more efficient */
form br {
    clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form .margin_left {
    margin-left: 90px;
}
