/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input { line-height: normal; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/*    Default Layout: 992px. 
    Gutters: 24px.
    Outer margins: 48px.
    Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
body {
  /*background: url(../img/fondo.jpg) top left repeat-x scroll transparent;*/
  background-color: #000;
  font:11px/13px Arial,Verdana,sans-serif;
  color: rgb(60,60,60);
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  -moz-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  -chrome-text-size-adjust: 100%; 
}

h1,h2,h3,h4,h5,h6 { margin:0px; }

h1 { color: #037136;font-family: 'Patua One',cursive;font-size: 25px;}
h2 { color: #333; font-family: 'arial'; font-size: 14px;}

#publicidad_top {
	background:#444;
	width:100%;
	min-height:65px;
	position:fixed;
	z-index:99999;
}

.publicidad { background:#ededed; padding:7px; color:#676767; position:relative;}
	.publicidad span { font-size:10px; color:#676767; position:absolute; top:5px; left:5px; }

#publicidad_1 { width:100%; float:left;}
	#publicidad_1 .pauta { width:110px; padding:5px; background:#ccc; margin-right:10px; float:left; }
	
#publicidad_2 { background:#676767; height:80px; }
#publicidad_3 { background:#676767; height: 190px;}
  #publicidad_3 .pauta { min-width:150px; padding:1px; background:#ccc; margin-right:8px; margin-bottom: 5px; float:left; }
  #publicidad_3 .pauta:last-child { margin-right: 0px; }

#all {
  position:relative; 
  width:980px;
  margin:0 auto;  
  background-color:#fff; 
  padding: 12px 24px; 	
}


/*
COLUMNS
*/
.ctn-row { margin:15px 0 0px 0; width:980px; padding:0; }

.ctn-main { overflow:hidden; float:left; display:block; width:628px; }
.ctn-aside { overflow:hidden; float:right; display:block; width:352px;}
	.col-aside {
		float: right;
		position: relative;
		width: 344px;		
		min-height: 330px;
   	    background:#212121;
	}

/*
SPECIAL COVERAGE
*/
.special-coverage { position:relative; background:#00ACEE; border-bottom:12px solid #FFF; height:38px; overflow:hidden; width:100%; }

/* Contexto */
.ctn-captioned-image{ margin-bottom:8px; }
.ctn-highlight { padding:5px; }
.bgr-lightgray{ padding:5px; }
.bgr-lightgray .txt{ display:block; padding:8px; overflow:hidden;color:#fff; font-weight:normal; font-family:'Arial',cursive; font-size: 12px; background:#333; }

/*
BOXES
*/
.bgr-solid { border:8px solid #FFF; }
.bgr-lightgray { background:#212121; border-color:#ECEAE7; }

/*
SECTIONS
*/
.ctn-section { position:relative; background:#FFF; height:25px; padding:0 0 7px 0; width:100%; }
.ctn-section .ttl-section,
.ctn-section .ctn-bar { float:left; }
.ctn-section .ttl-subtitle { float:left; margin:6px 0 0 11px; padding:0 0 0 14px; background:url("../styles/images/lin-dotted.png") repeat-y 0 0; color:#5D5850; font-size:11px; }
.ctn-section .ico-feed abbr { position:absolute; top:9px; right:0; }

/************ header **************/
.header {
	margin-top:100px;
}
	
.header h1 {
	text-indent:-9999px;
	background-image:url(../styles/images/bannersryn.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:980px;
	height:177px;	
}
.header #breadcrumb { font: normal 12px Arial,sans-serif; color: #444; background-color:#e6e6e6; padding: 5px 8px;}
.header #breadcrumb span { font-weight: bold; padding-right: 5px; }
	#breadcrumb span.navigation-pipe { margin: 0px 7px;}
	
/********* breadcrumb ***************/
.breadcrumb { font-size: 11px; font-family: Arial, "MS Trebuchet", sans-serif; color: #999; clear:both; padding:5px 30px; background: #F2F2F2;}
  .breadcrumb span a { text-decoration: none;color: #000;}
  .breadcrumb span.navigation-pipe { margin: 0px 7px;}
/************************************/  

#enlinea{ width: 100%; margin-top: 5px; margin-bottom: 0px; background-color: #bbb;}
#widget_enlinea { width: 930px; margin: 0px auto;}

.multimedia iframe, 
.multimedia object, 
.multimedia embed {
    height: 240px; /* 192px / 287px */
    width: 100%; /* 287px / 287px */
}

ul#videos {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none; 
	background-color: #000; 
	padding: 5px 10px 5px;
	margin-top:0px;
}		
ul#videos li {
	border-top:1px dotted #999999;
	padding:8px 0 4px 20px;
	margin: 0.5em 0px;
}			
ul#videos li a {
	color:#f2f2f2;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	text-decoration:none; 
	cursor: pointer;
}	
ul#videos li a:hover { color: #f90; }
ul#videos li:nth-child(1) { border:0; }


.hide { display: none;}
.left {float: left;}
.right {float: right;}
.clear { clear: both;}
.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix { display:inline-block; }

html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }
/* LINES */
.lin-hor-dotted { position:relative; overflow:hidden; clear:both; background:url("images/lin-dotted.png") left top repeat-x; height:1px; border:1px solid #FFF; border-width:22px 0; z-index:-1; }
.lin-hor-margin-spacer { margin:22px 0; padding:0; border:0; }
.lin-hor-padding-spacer { margin:0; padding:22px 0; border:0; }
.success {background: none repeat scroll 0 0 #E6EFC2;border-color: #C6D880;color: #264409;margin-bottom: 1em;padding: 0.8em;}

.wrapper { margin-top:20px; }


.box-sizing {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* IE 8+ */
}  

.box_round {
  -webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
          border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

.box_shadow {
  -webkit-box-shadow: 0px 0px 4px 0px #FFFFFF; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow: 0px 0px 4px 0px #FFFFFF; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */          
}

/*************************************************************************/

div[role='main'] { }

#slideshow { position: relative; height: 280px; width: 628px; margin: 0px auto;}
#slider { width: 628px; height: 277px; margin-bottom: 0px;}
  #slider .item {}
    #slider .img { float:left; background-color: #cc0033; width: 344px; height: 263px; padding: 7px; margin: 0px; overflow: hidden;}
      #slider .img .clip { width:344px; height:263px; overflow: hidden; position: relative; margin-left:auto;
margin-right:auto; }
        #slider .img .clip img { max-width:344px; position: absolute; top:0px; bottom:0px; }
    #slider .txt { float:left; background-color: #000; width: 250px; height: 255px; padding: 12px 10px 10px; margin: 0px;}      
      #slider .txt .wrap { display: block;}
  		#slider .txt .wrap time.txt-fecha { color:#FC3; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
         #slider .txt .wrap h1 {font-family: 'Patua One', cursive; font-size: 28px; font-weight: normal; line-height: 1.0em; margin:7px 0px 10px; text-align:left; color: #FFFFFF;}        
         #slider .txt .wrap p {font-family: 'Arial', cursive; font-size: 12px; line-height: 1.2em; color: #D0D0D0; text-align: justify; }
         #slider .txt .wrap a {display:inline-block; margin-top:15px; font-family: 'Patua One', cursive; font-size:20px; color:#FFF; line-height: 1.2em; padding: 5px 7px; background: #cc0033; text-decoration: none;}
         #slider .txt .wrap a:hover { text-decoration: underline; background-color:#C00; }

  #botones { position: absolute; right: 10px; top: 11px; z-index: 9999; }
    #prev { background: url(../images/prev.png) top left no-repeat scroll; text-indent: -9999px; width:28px; height:26px; float:left; margin-right: 10px; cursor: pointer;}
    #prev:hover { opacity:0.5; }

    #next { background: url(../images/next.png) top left no-repeat scroll; text-indent: -9999px; width:28px; height:26px; float: right;cursor: pointer;}
    #next:hover { opacity:0.5; }

.slogan { margin-top: 30px; }

/************************** contactenos *************************************/

  form.frm {display: inline-block;width: 320px; margin-top:1px;}
  .frm label {clear: both;margin: 5px 0px 5px 0px;display: block;}
  .frm input {display: block; border:1px solid #b5b5b5; font-size: 12px; padding: 5px 8px;}
  .frm textarea {color:#444; border:1px solid #b5b5b5; font-size: 12px; padding: 5px 8px;}
  .frm input[type=submit] {margin-top: 5px;background-color: #171717;color: #fff;padding: 5px 8px;border: 1px solid #171717;cursor: pointer; font:bold 12px arial;}
  .frm input[type=submit]:hover {background-color: #333333;border: 1px solid #333333;}     

  form.frm .txt {font-family: Arial;font-size: 12px;color: #000;text-align: justify;text-shadow: 0px 1px 1px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);}
/***************************************************************************/

section.publicidad { float: left; width:1000px; margin: 20px auto;}
  section.publicidad .pauta { float: left; border-right: 1px solid #ccc; margin: 0px 8px 12px 0px;}
      section.publicidad .pauta:last-child { float: left; margin: 0px 0px 12px 0px; border-right:0px; }
      section.publicidad .pauta:hover { opacity:0.35; }

section#menu_secundario { float: left; width:896px; height:164px; background-color: #333333;}

  section#menu_secundario .menu_footer { float: left; min-width:100px; margin-right: 24px;}

    section#menu_secundario .menu_footer h2 { margin: 20px 0px 10px; font-family: Arial, "MS Trebuchet", sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF;}

    section#menu_secundario .menu_footer ul { list-style: none; margin: 0px; padding: 0px; }
      section#menu_secundario .menu_footer ul li { background: url(images/arrow_right_gray.png) 0 9px no-repeat scroll; padding-left: 7px;}
      section#menu_secundario .menu_footer li:first-child a { border: medium none; }
      section#menu_secundario .menu_footer li a {border-top: 0px dashed #ECECEC;color: #FFF;display: block;padding: 4px 0 0;font-size: 12px; line-height:1.5em; text-decoration: none; }      
      section#menu_secundario .menu_footer li a:hover { font-weight: bold;}
/**************************************************************************/
footer {
    background: #ccc;
    border-top: medium none;  
    margin: 0;
    overflow: hidden;
    padding: 10px 24px;
    width:932px;
    margin: 0px auto;
    position: relative;
}

  footer .space {
      background: none repeat scroll 0 0 transparent;
      border-top: medium none;
      color: #000000;
      font: 11px/17px Arial,Helvetica,sans-serif;
      min-height: 34px;
      overflow: hidden;
      padding: 0;
      text-transform: none;
  }  

  .footerText .pad-top {
      padding-left: 2px;
      padding-top: 12px;
      padding-bottom: 14px;
      position: relative;
  }  

/*.iaw { position: absolute; right:5px; bottom: 2px;}*/
.iaw { font-size: 12px arial; color:#333;}
.iaw a { color: fuchsia; letter-spacing:1px; text-decoration:none;}
.iaw a:hover { text-decoration: underline; }

  .separador {margin: 20px 0px;}
    .hr { border:2px solid #D4D4D4;}


/*
NEW
ICONS HEADLINES
*/
.ico-arrow-bloque {
    background: url("../styles/images/arrow-section.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 7px;
    margin: 5px 0 0;
    overflow: hidden;
    padding-left: 5px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 9px;
}

.ico-hed { display:block; float:left; height:14px; margin:-3px 0 0 0; padding-right:5px; background:url("../styles/images/ico-general.png?nocache") no-repeat; vertical-align:bottom; overflow:hidden; text-indent:-9999px; _padding-right:2px; }

.ico-hed-photo { width:12px; background-position:0 4px; }
.ico-hed-video { width:13px; background-position:0 -41px; }
.ico-hed-twitter { width:9px; background-position:0 -132px; }
.ico-hed-infographic { width:12px; margin:-2px 0 0 0; background-position:0 -89px; }
.ico-hed-sound { width:10px; background-position:0 -445px; }
.ico-hed-blog { width:14px; background-position:0 -580px; }
.ico-hed-vc { display:inline; height:auto; margin:0; padding-right:1px; color:#9bc80d; vertical-align:top; font-style:normal; font-weight:bold; text-transform:uppercase; background:none; text-indent:0; }
.ico-hed-play { position:absolute; left:0; width:19px; height:24px; margin:0; background-position:0 -950px; }
.ico-hed-article { width:11px; background-position:0 -1080px; }

.ico-hed-minmin,
.ico-hed-live,
.ico-hed-now { height:15px; margin:-2px 0 0 0; background:url("../styles/images/ico-general-pt.png") no-repeat; }

.ico-hed-minmin { width:117px; background-position:0 1px; }
.ico-hed-live { width:62px; background-position:0 -42px; }
.ico-hed-now { width:60px; background-position:0 -179px; }

/* hover and focus */
a:hover .ico-hed,
a:focus .ico-hed { cursor:pointer; }
a:hover .ico-hed-photo,
a:focus .ico-hed-photo { background-position:-100px 4px; }
a:hover .ico-hed-video,
a:focus .ico-hed-video { background-position:-100px -41px; }
a:hover .ico-hed-twitter,
a:focus .ico-hed-twitter { background-position:-100px -132px; }
a:hover .ico-hed-infographic,
a:focus .ico-hed-infographic { background-position:-100px -89px; }
a:hover .ico-hed-sound,
a:focus .ico-hed-sound { background-position:-100px -445px; }
a:hover .ico-hed-blog,
a:focus .ico-hed-blog { background-position:-100px -580px; }
a:hover .ico-hed-article,
a:focus .ico-hed-article { background-position:-100px -1080px; }

a:hover .ico-hed-play,
a:focus .ico-hed-play { background-position:-100px -950px; margin:-3px 0 0 -3px; left:3px; }
a:hover .ico-hed-minmin,
a:focus .ico-hed-minmin { background-position:-200px 1px; }
a:hover .ico-hed-live,
a:focus .ico-hed-live { background-position:-200px -42px; }
a:hover .ico-hed-now,
a:focus .ico-hed-now { background-position:-200px -179px; }

/*
Estilo del menu principal
*/
/*DropDown Menu*/
/*Estilos Base para funcionamiento --->>> */
.menu { margin:0 auto; padding:0; list-style:none; display:block; position:relative; background:#FF0033; margin-bottom:2px;}
.menu li { display:inline-block; *display:inline; position:relative; list-style:none;}
.menu li ul li { padding:0; float:none;}
.menu li ul {visibility:hidden; top:-500px; position:absolute; margin:0; padding:0; right:0; z-index:1000; /*width:150px;*/ width:inherit;}
.menu table {border-collapse:collapse; 	margin:0; 	padding:0; 	font-size:1em; 	margin:-1px;}	
/*Estilo para los enlaces de primer nivel*/
.menu li a, 
.menu li a:visited { position:relative; display:block; *display:inline-block; text-decoration:none; padding:7px 10px; color:#FFF; margin-left:1px;font-family:'Arial'; font-size:12px; z-index:3000; font-weight:bold; }
.menu li a b{ font-weight:normal; font-family:'Arial'; }
.menu li a:hover, 
.menu li:hover a{ /*text-decoration:underline;*/}		

/*Estilo para los enlaces de primer nivel rectificacion para ie --->>> */
.menu li:hover a, 
.menu li a:hover{ background-image:url(images/trans.gif); color:#FFF; /*border-color:#F3C;*/ background:#000;}		
/*Ul de segundo nivel --- >>>*/
.menu li:hover ul, 
.menu li a:hover ul{ visibility:visible; list-style:none; top:24px; left:0; padding:2px; display:block; background-image:url(images/menu.png); margin:0;  text-align:left; overflow:visible;}	
.menu li:hover ul li, 
.menu li a:hover ul li{ margin:0; list-style:none; padding:0;overflow:visible; width:auto; background-image:url(images/bg-mas-in.png); }	
/*Enlaces segundo nivel -->> */
.menu li:hover ul li a, 
.menu li a:hover ul li a { margin:1px 0 0 0; width:100px; text-align:left; font:normal 13px Arial; font-family:'Arial'; line-height:18px; float:none; padding:3px 10px; color:#FFF;  line-height:14px; text-decoration:none; background-image:url(images/bg-mas-in.png); }		
/*Enlaces segundo nivel (sobre) -->> */
.menu li:hover ul li a:hover, 
.menu li a:hover ul li a:hover { background-color: #444;}
/*Tercer Nivel*/
.menu li:hover ul li ul,
.menu li a:hover ul li ul{visibility:hidden; top:-500px; position:absolute; margin:0; padding:0; right:0; z-index:1000; /*width:150px;*/ width:106px;}
.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul{visibility:visible; list-style:none; top:0; left:120px; *left:122px; _left:120px; padding:2px; display:block;  margin:0;  text-align:left; border:solid 1px #000; border-width:3px 1px 0 1px; padding:0; border-top-color:#cd2146;}
.menu li:hover ul li:hover ul li,
.menu li a:hover ul li a:hover ul li{ float:none; display:block; margin:0; padding:0;}
.menu li:hover ul li:hover ul li a,
.menu li a:hover ul li a:hover ul li a{ margin:0; font:normal 11px Arial; width:90px; border-bottom:solid 1px #000; padding:2px 8px;}
.menu li a:hover ul li a:hover ul li a:hover{ color:#FCF;}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}