/*NUEVAS FUENTES*/
@font-face {
    font-family: 'helvetica_condensedbold';
    src: url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-bold-webfont.eot');
    src: url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-bold-webfont.woff') format('woff'),
         url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-bold-webfont.ttf') format('truetype'),
         url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-bold-webfont.svg#helvetica_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_condensedBdOb';
    src: url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-boldobl-webfont.eot');
    src: url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-boldobl-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-boldobl-webfont.woff') format('woff'),
         url('http://www.isawmsc.com/2013/fonts/helvetica-condensed-boldobl-webfont.ttf') format('truetype'),
         url('http://www.isawmsc.com/2013/fonts/henewlvetica-condensed-boldobl-webfont.svg#helvetica_condensedBdOb') format('svg');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'helvetica_inserat_bqregular';
    src: url('http://www.isawmsc.com/2013/fonts/helveticainseratbq-italic-webfont.eot');
    src: url('http://www.isawmsc.com/2013/fonts/helveticainseratbq-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.isawmsc.com/2013/fonts/helveticainseratbq-italic-webfont.woff') format('woff'),
         url('http://www.isawmsc.com/2013/fonts/helveticainseratbq-italic-webfont.ttf') format('truetype'),
         url('http://www.isawmsc.com/2013/fonts/helveticainseratbq-italic-webfont.svg#helvetica_inserat_bqregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_bqregular';
    src: url('http://www.isawmsc.com/2013/fonts/helveticabq-bolditalic-webfont.eot');
    src: url('http://www.isawmsc.com/2013/fonts/helveticabq-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.isawmsc.com/2013/fonts/helveticabq-bolditalic-webfont.woff') format('woff'),
         url('http://www.isawmsc.com/2013/fonts/helveticabq-bolditalic-webfont.ttf') format('truetype'),
         url('http://www.isawmsc.com/2013/fonts/helveticabq-bolditalic-webfont.svg#helvetica_bqregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#0046b9;
	}
	
a:hover {
	color:#eba200;
	}
	
h1 a, h2 a, h3 a, #sitename {
	color:#343434;
}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	text-decoration:none;
	color:#000;
	}

p {
	margin:20px 0;	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family: '306-cai978306-cai978', Helvetica, sans-serif;
	color:#000;
	
	}
	
h1, h2 {
	letter-spacing: 0px;
	line-height: 1.6em
	margin-bottom:16px;
	margin-top: 25px;font-weight:bold;
	font: 24px 'CartoGothicStdBold', Arial, sans-serif;

}
	
	.entry h2 {
		font-size:1.8em;
		margin-top:30px;
	}
	
h3 {
	font-size:1.5em;
	line-height:20px;
	margin-top:30px;
	}
	
h4, h5, h6 {
	margin-top:30px;
}
	
.pagetitle {
		font-size:normal;
		font-family: Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	display:block;
	margin-top:-30px;
	}
	
small {
	font-size:1em;
	color:#999;
	line-height:10px;
	}
	
.caps {
	text-transform:uppercase;
	margin-bottom:6px;
	display:block;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font-family: Arial, Helvetica, sans-serif;font-size:1.1em;
	margin-bottom:20px;
	margin:1.5em;
	padding:10px;
	background:#ffffff;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ffffff;
	margin:1.5em 0;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	margin-left:-21px;
	padding-left:21px;
	background:url(images/quote.gif) no-repeat 0 6px;
	color:#343434;
}
	
	.entry cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	.entry cite:before {
		content: "\2014 \0020";
		}
		
.post ul, .post ol, .post dl {
	margin:10px;
list-style-type: none;
	}
		
.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
	margin:0;
	}
	
	.post li {
		padding:0 0 5px;
		}
		
		.post ul li {
			
		}
		
		.post ol li li {
			margin-left:10px;
		}
		
		.post li li {
			margin:0;
		}
		
	.post li h3 {
		margin:0;
		}
	
		
.post dt {
	
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
	}
	
img.alignright, .alignright img {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	text-align: left;
}
.wp-caption img {  }

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color:#666;
	margin: 0;text-align: center;
	font-weight:normal; font-style:italic;padding: 4px 10px;
}

.attachment, .caption {
	text-align:left;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
.fondo_pais{}
.barra_up{
width: 100%;
background-color: black;
height: 30px;
padding-top:3px;
}
body {

	font-size:12px;font-family: Arial, Helvetica, sans-serif;
	color:#323232;
	text-align:center;
	background:#cecec6;


}
	
	
#page {
	clear:both;
	margin:0 auto;
	padding:0px 0 0px 0;
	width:1000px;
	text-align:left;
	background-color:#E8ECEF;
	border-left:3px solid #484848;
	border-right:3px solid #484848;
  	-webkit-box-shadow:
          2px 0px 2px 0px #484848, -2px 0 2px 0px #484848;
    -moz-box-shadow:
          2px 0px 2px 0px #484848, -2px 0 2px 0px #484848;
    box-shadow:
         2px 0px 2px 0px #484848, -2px 0 2px 0px #484848;
}
    	

/* Begin Header */	
#header {
width:1000px;margin: 0px auto;height:138px;
	padding:0px ;
	}
	
	#sitename {
		font-weight:bold;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:3.6em;
		display:block;
		width:340px;
		float:left;
		line-height:34px;
		text-transform:lowercase;
		}
		
#searchform {
	width:200px;
}

	#header #searchform {
		float:right;
		padding-top:15px;
	}
		
#s {
	width:167px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	float:left;
	}
	
#searchsubmit {
	float:right;
	}
/* End Header */


/* Begin Page List */		
#nav {
	line-height:20px;
	font-size:1.2em;
	float:left;
	padding-top:15px;
	width:360px;
	}
	
	#nav li {
		float:left;
		list-style:none;
		margin-right:25px;
		text-transform:uppercase;
		}
		
		#nav li a {
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			}
/* End Page List */

		
/* Begin Content */	
#content {  font-size:12px; line-height:15px; float:left; width: 675px;margin-left:3px; }
#content2 { font-size:12px; line-height:15px; float:left; width:660px; margin: 0px 5px 0 5px; padding-left:10px; }

#content3 {font-size:12px; line-height:15px; float:left; width: 675px;margin-left:11px; min-height: 500px; }
#content3 .ttl-area{background:none !important;}
#content3 .latest{padding: 5px 21px 5px 10px !important;
color: #454048!important;
font: 23px 'helvetica_condensedbold', Arial, sans-serif !important;
text-transform: uppercase;
letter-spacing: 0px;
margin-left: 6px !important;
background-color: #75B2D1;
}

#content3-large .post {margin: 0 !important;padding: 0 !important;}
#content3-large p {margin: 0 !important;}
#content3-large { background-color:#000; font-size:12px; line-height:15px;min-height:300px; float:left; width:1000px; }	
	#content3-large .post {
		margin-bottom:10px;
padding: 1px 0px 5px 10px;
}
	.post {
margin-bottom:5px;
padding: 10px 10px 5px 10px;
}
	

	.sticky, .byuser {
		border:5px solid #f9f9f9 !important;
		margin:-10px -10px 40px -50px;
		background:url(images/sticky.gif) no-repeat 597px 5px;
		padding:5px 5px 5px 45px;
	}
	
		.byuser {
			margin-left:-52px;
			padding-left:47px;
			background:url(images/author.gif) no-repeat 599px 5px;
		}
		
	.bubble  {
		display:block;
		float:left;
		margin:5px 0 0 -40px;
		width:30px;
		height:29px;
		line-height:19px;
		color:#fff;
		text-align:center;
	}
	
	 .bubble:hover {
		color:#b6b6b6;
	}
		
	.entry img{margin-bottom:5px;border:1px solid #D4D4D4;}
	.navigation {
		min-height:10px;
		margin:30px -23px;
		text-transform:uppercase;
		line-height:10px;
		}
		
	.post .navigation {
		border:solid #e6e6e6;
		border-width:1px 0;
		padding:9px 0;
	}
	
	.attachment .navigation {
		height:150px;
	}
		
		.navigation .alignleft a {
			background:url(images/icons.gif) no-repeat 0 -60px;
			padding-left:22px;
			display:block;
			height:10px;
			float:left;
		}
		
		.navigation .alignright a {
			background:url(images/icons.gif) no-repeat 100% -30px;
			padding-right:22px;
			display:block;
			height:10px;
			float:right;
		}

/* Begin Comments */		
.commentlist {
	margin-top:20px;
	}
		
.commentlist li {
	list-style:none;
	margin-bottom:30px;
	border-bottom:1px solid #e6e6e6;
	}
	
.commentlist li.alt {
	}
	
	.commentmetadata, .comment-author {
		font-size:.9em;
		}
		
		.comment-author {
		}
		
	.avatar {
		float:left;
		display:block;
		margin:5px 0 0 -42px;
		}

#commentform {
	padding-bottom:10px;
}
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #e6e6e6;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	}
	
#commentform textarea {
	width:500px;
	}
			
#commentform #submit {
	width:150px;
	border:none;
	background:#343434;
	font-size:11px;
	padding:0;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	padding:2px 0 3px;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {float:right;width:300px;color:#b6b6b6;font-size:1.1em;line-height:17px;margin-right:6px;}
#sidebar ul {margin-top: 0px; }
#sidebar ul ul {margin-left:-10px;}
#sidebar ul ul ul {margin:0;padding:0;}
#sidebar ul li {list-style:none;margin-bottom:0px;border-bottom: 1px solid #BFBFBF;;padding: 10px;float: left; width:280px;background-color:#fff;}
#sidebar ul li:hover {color: #000;}
#sidebar li li {margin:0;background:url(images/icons.gif) no-repeat 0 -141px;padding-left:10px;}
#sidebar a {font-size:1em;color:#868686 !important; line-height: 17px;}
#sidebar ul li a:hover {color:#000 !important;}
#sidebar h4 {font-family:'306-cai978306-cai978',Arial;background-color:#000; color:#fff !important; font-size:18px;line-height:20px;margin:10px 0 0px -1px;font-weight:bold; padding:4px 7px ;display:block;}
#sidebar_transp {width:300px;color:#b6b6b6;font-size:1.1em;line-height:17px;float:right;margin:0 6px 10px 0}

#sidebar-alt {float:right;width:300px;color:#b6b6b6;font-size:1.1em;line-height:17px;margin-top: 10px;}
#sidebar-alt ul {margin-top:0px; }
#sidebar-alt ul ul {margin-left:-10px;}
#sidebar-alt ul ul ul {margin:0;padding:0;}
#sidebar-alt ul li {list-style:none;margin-bottom:0px;border-bottom: 1px solid #BFBFBF;;padding: 10px;float: left; width:280px;background-color:#fff;}
#sidebar-alt ul li:hover {color: #000;}
#sidebar-alt li li {margin:0;background:url(images/icons.gif) no-repeat 0 -141px;padding-left:10px;}
#sidebar-alt a {font-size:1em;color:#000 !important;line-height: 17px;}
#sidebar-alt ul li a:hover {color:#000 !important;}
#sidebar-alt h4 {font-family:'306-cai978306-cai978',Arial;background-color:#424242; color:#fff !important; font-size:18px;line-height:20px;margin:10px 0 0px -1px;font-weight:bold; padding:4px 7px ;display:block;}
#sidebar-alt_transp {float:left;width:300px;color:#b6b6b6;font-size:1.1em;line-height:17px;}
#sidebar-alt_transp img{margin-top:10px;}
/* Begin Footer */
#footer {
	color:#b6b6b6;
	font-size:1.2em;
	line-height:20px;
background: #38373c; /* Old browsers */
background: -moz-linear-gradient(top,  #38373c 0%, #171717 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38373c), color-stop(100%,#171717)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #38373c 0%,#171717 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #38373c 0%,#171717 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #38373c 0%,#171717 100%); /* IE10+ */
background: linear-gradient(to bottom,  #38373c 0%,#171717 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38373c', endColorstr='#171717',GradientType=0 ); /* IE6-9 */
padding: 0px;
border-top:5px solid #484848;
margin: 0px auto;width:1000px;
	}
	
	#footer .alignright {
		padding-top:2px;
	}
	
	#footer .alignright a {
		display:block;
		float:right;
		text-transform:uppercase;
		height:10px;
		line-height:10px;
		padding-top:3px;
	}
	
	#footer .top {
		padding-right:15px;
		background:url(images/icons.gif) no-repeat 100% 0;
	}
	
	#footer .rss {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -90px;
	}
	
	#footer .home {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -120px;
	}
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 260px;
	}
	
	#wp-calendar th {
		text-align:center;
		color:#343434;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	width: 100%;
		color:#343434;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */

h1 {margin-bottom:16px;margin-top: 15px;}
h2 {
line-height: 23px;
margin-bottom: 16px;
margin-top: 20px;

}

.info-banner { border-bottom:5px solid #484848; margin-top:-4px;width: 1000px; float:left; background-color:#000000; color:#fff;  }
.info-stats { font-size: 10px; }
.info-logos { float: right; background-color: #F44;}
.info-item { float: left; border-right: 2px solid #7D7768; padding: 0px 5px; margin: 8px 0px;font-size: 10px; font-weight:bold; }
.info-item:nth-child(2){padding-left:10px;}
.info-item:nth-child(7){border:none!important;}
.info-item strong{font-weight: bold!important;float:left;margin-right:5px;}
.info-item-up {margin-right: 5px;padding-top: 2px;color:#B7B7B7; font-size:11px; }
.info-item-down,.info-item-up span {padding-top: 1px; color:#B7B7B7; font-size:11px; clear:both;}
.info-item-up iframe{margin-top:-1px;display:block;float:left}

.qtrans_language_chooser{float:right;width:336px;height:26px;}
.qtrans_language_chooser li{ list-style-type:none;float:right;width:20px;padding:6px 5px 0 5px;}

.menu { text-transform: uppercase; background: none repeat scroll 0 0 #272727;border-top:5px solid #484848;}
.langs{font-size:9px; text-transform:uppercase;color:#fff; width:60px !important;margin-top:2px;float: right;}
.qs_logo{ float:right; padding: 3px 3px 0px 0px;}
.socials a {float:left;} 
.socials {  padding: 5px 0px 3px;font-size:11px;border-left:2px solid #7D7768;
text-align: right;float:right;margin-top:9px;}
.time_date {
padding: 7px 4px;
background-color: black;width:1000px;
margin: 0 auto;
text-align: left !important;}

.languages{font-weight:bold;float:right;color:white;font-size:12px;text-align:right;padding-top:9px;padding-right:0px;padding-bottom:5px;}
.languages span{margin-right:5px;position:relative;top:-3px;}
.languages img {margin-left:0px;color:white !important;}

.languages a:hover {color:#FFD929 !important;}

.header_extras{float:right;width:470px;background-color:#000;}
.local_time{padding:2px;color:#fff;font-weight:bold;font-size:11px;float:left;}

/** Twitter **/
.twitter-bar { background-color:#000; height: 12px; overflow: hidden; padding: 9px 13px 8px 7px; position: relative; width: 630px; margin-top: 2px; float:left;}
.links-holder { float: left; height: 15px;margin-left:14px; overflow: hidden; position: relative; width: 472px; }
.links-list-holder { overflow: hidden; width: 99999px; }
.links-holder .links-list { display: inline; list-style: none outside none; margin: 0; padding: 0; position: relative; }
.links-holder .links-list li { background: url("images/sep-link-list.gif") no-repeat scroll 0 50% transparent; color: #fff; float: left; font-size: 12px; margin: 0 30px 0 0; padding: 0 0 0 10px; position: relative; }
.links-holder .links-list li a { color: #16a8de; font-size: 12px; position: relative; }
.follow_t{border: none;
float: left;
margin-top: -3px;}

.links-holder .links-list li .btn { background: url("/images/bg-twitter-link.gif") no-repeat scroll 0 0 transparent; display: inline; height: 8px; margin: 3px 0 0 5px; overflow: hidden; padding: 0; text-indent: -9999px; width: 14px; }
.twitter-link { color: #199CAD; float: right; font-size: 10px; font-weight: bold; position: relative; text-transform: uppercase; white-space: nowrap; }
.twitter-link:hover { color: #880000; text-decoration: underline; }
.links-list { list-style: none;  }


/** home loop thumbs **/
.section{
height: 210px;
margin: 0px -4px 8px;
padding: 0px;

}
.latest{ 
/* border-bottom: 8px solid black;*/
color: black;
font-size: 20px; font-family:'helvetica_condensedbold', Arial, sans-serif;
margin: 3px 3px 3px 0px; line-height:17px;
}
.ttl-area{
margin: 10px -5px 6px;
position: relative;
}    

.ttl-videos{
	background: transparent url(http://www.isawmsc.com/2013/images/ttl0.png) no-repeat;
}
.ttl-photos{
	background: transparent url(http://www.isawmsc.com/2013/images/ttl0.png) no-repeat;
}
.ttl-news{
	background: transparent url(http://www.isawmsc.com/2013/images/ttl0.png) no-repeat;
}


.ttl-holder_h{
height: 1%;
padding: 6px;}
 
.ttl-holder a{color:#fff;background-color:#000;padding:0 2px 0 2px;}
.ttl-holder a:hover{color:#fff;background-color:#000;padding:0 2px 0 2px;}                
.more{
 	color: #393939;
    float: right;
  	font-weight:bold;
    font-size: 11px;
    line-height: 11px;
    padding: 6px 13px 0 0;
    text-transform: uppercase;
}     

.lists{
list-style-type:none !important;
list-style: none outside none;
padding: 0px;
position: relative;
}

.lists li{
	float: left !important;
    height: 205px;
    list-style-type: none !important;
    margin:6px 8px 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 215px;
}     

.lists li:last-child{
	float:right;
	margin:6px -5px 0 0;
}

ul.lists.archive li {
	margin: 6px 15px 0px 0px;
}

.lists li.li_video_final{
	float:right!important;
	margin:6px -1px 0 0!important;
}




.lists a {
   	    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 212px;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0,0,0,0.1)));
} 

.lists li a em{
color: #666;
display: block;
font-size: 11px;
font-style: normal;
line-height: 1.2em;
}
   
.lists li:hover .img-holder{
    opacity: 1;
} 
.lists li:hover a strong{
	color:#3B59A9;
}  

.lists li:hover{
	/*-webkit-box-shadow: 0px 0px 2px rgba(138, 162, 164,0.8);
  	-moz-box-shadow: 0px 0px 2px rgba(138, 162, 164,0.8);
  	box-shadow: 0px 0px 2px rgba(138, 162, 164,0.8);*/
}

.lists a .img-holder{display: block;
	height: 111px;
	margin: 0px 0px 5px;
	overflow: hidden;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	opacity:0.88;
	padding: 0px 0px 10px;}     
	        
.lists a .img-holder img{
	border:1px solid #D4D4D4;
	display: block;
	overflow: hidden;
	width: 212px;
	margin-top:3px;
	
}
/*POST NEWS*/
.ul-lst{
	width:680px;	
}

.news-lst {
	border:4px solid #EDEDED;
	background-color: white;
    display: block;
    height: 175px;
    list-style: none;
    padding: 8px;
    margin-bottom:15px;
}

.news-left{width:395px;float:left;}
.news-left-content{vertical-align: top;height:154px;}
.news-left-content .date{margin:0px;color:#A1A1A1;font-size:10px;}
.news-left-content .new-view{margin:0px;display:block;}
.news-left-content .new-view p {color: black;margin:2px 0px;font-size:11px;color:#535353;}
.news-left-content .new-view h1 {margin:0px;font-weight:bold;font-size:13px;text-transform: uppercase;}
.news-left-content .new-view:hover{color:black;}
.news-left-bottom{vertical-align:bottom;height:25px}
.news-left-bottom .readmore{float:left; background-color:#9E9E9E; color:#535353;font-weight:bold;text-transform:uppercase;padding:5px;display:block;}
.news-left-bottom .readmore:hover{color:white;}
.news-left-bottom .new-social{float:right;}

.news-right{float:right;width:246px;}
.news-right img{width:245px;border:1px solid #EDEDED;margin-top:5px;}


div.inner-list { width: 200px; padding-left: 5px;color: #666;	
font-size: 11px;
line-height: 12px; }
/*.lists a:hover{background: #E5E5E5 none repeat scroll 0px 0px;}*/ 
/* .inner-list  a:hover { background: #FFF:} */
a.social { float: left; width: 16px; padding-left: 0px;}

.lists .title{font-family:Arial,Helvetica, sans-serif;
color:#535353;
display: block;
font-weight:bold;
font-size: 11px;
line-height: 1.2em;padding:4px;
text-transform: capitalize;
}



.lists li p{color: #666;
display: block;
font-size: 11px !important;
font-style: normal;
line-height: 1.2em;text-decoration:none;
margin:3px 0 3px 0;
} 

/** sponsors **/
.sponsors_list { list-style-type:none; margin:0px 0px 20px 0px;padding:0; }
.sponsors_list li { float:left;margin-left:30px;margin-right:10px; padding:0px;height: 100px;}
.barra{float:left;}
.schedule{padding: 2px 2px 0px 25px;float:left;}
.home_link{ height:188px; width:490px;float:left;margin-top:3px;}
.logo_main{ padding:8px 88px 0; float:right;}

.fb_like{ background-color:#fff;margin-top:1px;border-top: 1px dashed #CCC;border-bottom: 1px dashed #CCC;overflow:hidden; height:285px;}
#content h1 {line-height:23px;}

#wpcf7-f1-p147-o1 p {margin:10px 0;}

.shareinpost{
margin-bottom: 20px;
margin-top: 16px;}


.flag{ float:right; margin:10px;}
.footer_medios{margin-bottom:20px;}

.team td {font-size:11px;}
.team td img{} 

.titulo_cat{padding-left:8px;font-size:12px;}
.tabla_rank{width:630px;font-size:10px;}
.tabla_rank td{border:solid 1px color:#333;font-size:10px;}
.boiler{ font-size:10px; color:#666;margin:10px 0 10px 0;}
.addthis_toolbox{margin-top:10px;}
.logo_der{float:right;margin:20px 0 10px;}



.team{margin:0 auto!important;display:none;background-color:rgba(31, 82, 103, 0.06); border-radius:5px;font-size:10px !important; font-family:Arial, Helvetica, sans-serif !important; color:#000 ; padding:5px !important;border:none !important;}
.team:nth-child(1){display:block;}
.surfer{ text-align:left !important; width:60px; vertical-align:top; padding:4px;}
.titulo_t{ font-size:38px; font-weight:bold; text-align:left !important ; padding: 2px 0;}
.bandera { text-align:right;}
.cat{ background-color:rgba(0, 0, 0, 0.11);font-size:11px; font-weight:bold; text-align:center !important ;vertical-align:center; text-transform: uppercase; padding:6px 4px 2px 4px; color:#333;}
.team p{ margin: 2px 0 !important;}

#content-large .post {padding:0px  !important;}
#content-large p {margin:0px !important;}
#content-large .boiler_sp{display:none;}
#content-large .addthis_toolbox{margin-left:10px;}

.qtrans_flag_zh { background:url(http://www.isawmsc.com/2013/wp-content/plugins/qtranslate/flags/cn.png) no-repeat !important; }
.iframe_time{
width: 181px;
float: left;
margin-top: 0px;
}

#stream3{margin-left:13px;}

#stream2{float:right;}
#stream{float:left;margin-left:15px;}

#content h1 { font-size:26px;line-height:28px;}
.page_item2{display:none;float:right !important;margin-top:2px !important;}
#tab_media td { padding: 2px !important;}
#tab_media tr { margin-bottom: 10px !important;}

#tab_media p {margin: 0 !important;} 

#tab_media2{ margin-bottom: 2px !important;}

.logo_home{float:left;margin-top:10px;
}
.isa_logo{width:104px;height:50px; float:left; background-color: #005EC3;}

.hashtag{width:118px;height:15px;background:transparent url(http://www.isawmsc.com/2013/images/icons.png) no-repeat ;
background-position: -546px -118px;border:none;margin:8px 8px 0;}

.presented{width:177px;height:84px;background:transparent url(http://www.isawmsc.com/2013/images/icons.png) no-repeat ;
background-position: -546px -34px;float:right;margin-top: 50px;display:none;}

.ttl-holder_h a:hover{color: #33A8ED !important;}                    
.wpcf7 p {margin:10px 0 !important;}

.fb{width:26px;height:23px;background:transparent url(http://www.isawmsc.com/2013/images/icons.png) no-repeat ;
background-position: -77px -187px;float:left;}
.tw{width:26px;height:23px;background:transparent url(http://www.isawmsc.com/2013/images/icons.png) no-repeat ;
background-position: -52px -187px;float:left;}
.tube{width:26px;height:23px;background:transparent url(http://www.isawmsc.com/2013/images/icons.png) no-repeat ;
background-position: -1px -187px;float:left;}
.inst{width:26px;height:23px;background:transparent url(http://www.isawmsc.com/2013/images/icons.png) no-repeat ;
background-position: -27px -187px;float:left;}

.icons_s {width:120px;float:right !important;padding: 4px 0px 4px 0px!important; margin-top:9px;margin-right:-10px; border-left: 2px solid #7D7768;}
.icons_s a { border:none !important;padding: 3px 3px 0 0!important;display:inline !important;}



.countries{background:transparent url(http://www.isawmsc.com/2013/images/countries.png) no-repeat ;}
.sprite-argentina{ background-position: 0 0; width: 109px; height: 55px; } 
.sprite-australia{ background-position: 0 -59px; width: 109px; height: 55px; } 
.sprite-austria{ background-position: 0 -118px; width: 82px; height: 55px; } 
.sprite-barbados{ background-position: 0 -177px; width: 82px; height: 55px; } 
.sprite-brazil{ background-position: 0 -236px; width: 78px; height: 55px; } 
.sprite-canada{ background-position: 0 -295px; width: 109px; height: 55px; } 
.sprite-chile{ background-position: 0 -354px; width: 82px; height: 55px; } 
.sprite-china{ background-position: 0 -413px; width: 82px; height: 55px; } 
.sprite-colombia{ background-position: 0 -472px; width: 82px; height: 55px; } 
.sprite-costa_rica{ background-position: 0 -531px; width: 91px; height: 55px; } 
.sprite-dominican_republic{ background-position: -113px -472px; width: 81px; height: 54px; } 
.sprite-denmark{ background-position: -120px -535px; width: 86px; height: 65px; }
.sprite-ecuador{ background-position: 0 -590px; width: 109px; height: 55px; } 
.sprite-el_salvador{ background-position: 0 -649px; width: 97px; height: 55px; } 
.sprite-france{ background-position: 0 -708px; width: 82px; height: 55px; } 
.sprite-germany{ background-position: 0 -767px; width: 91px; height: 55px; } 
.sprite-guatemala{ background-position: 0 -826px; width: 87px; height: 55px; } 
.sprite-hawaii{ background-position: -113px -413px; width: 85px; height: 55px; } 
.sprite-honduras{ background-position: 0 -885px; width: 109px; height: 55px; } 
.sprite-india{ background-position: 0 -944px; width: 82px; height: 55px; } 
.sprite-ireland{ background-position: 0 -1003px; width: 109px; height: 55px; } 
.sprite-israel{ background-position: 0 -1062px; width: 75px; height: 55px; } 
.sprite-italy{ background-position: 0 -1121px; width: 82px; height: 55px; } 
.sprite-jamaica{ background-position: 0 -1180px; width: 109px; height: 55px; } 
.sprite-japan{ background-position: 0 -1239px; width: 78px; height: 55px; } 
.sprite-liberia{ background-position: 0 -1298px; width: 104px; height: 55px; } 
.sprite-mexico{ background-position: 0 -1357px; width: 96px; height: 55px; } 
.sprite-morocco{ background-position: 0 -1416px; width: 82px; height: 55px; } 
.sprite-netherlands{ background-position: 0 -1475px; width: 82px; height: 55px; } 
.sprite-new_zealand{ background-position: 0 -1534px; width: 109px; height: 55px; } 
.sprite-nicaragua{ background-position: 0 -1593px; width: 91px; height: 55px; } 
.sprite-panama{ background-position: 0 -1652px; width: 82px; height: 55px; } 
.sprite-peru{ background-position: 0 -1711px; width: 82px; height: 55px; } 
.sprite-portugal{ background-position: 0 -1770px; width: 82px; height: 55px; } 
.sprite-puerto_rico{ background-position: 0 -1829px; width: 82px; height: 55px; } 
.sprite-south_africa{ background-position: 0 -1888px; width: 82px; height: 55px; } 
.sprite-spain{ background-position: 0 -1947px; width: 82px; height: 55px; } 
.sprite-sweden{ background-position: -113px 0; width: 87px; height: 55px; } 
.sprite-switzerland{ background-position: -113px -59px; width: 55px; height: 55px; } 
.sprite-tahiti{ background-position: -113px -118px; width: 82px; height: 55px; } 
.sprite-great_britain{ background-position: -113px -177px; width: 109px; height: 55px; } 
.sprite-uruguay{ background-position: -113px -236px; width: 82px; height: 55px; } 
.sprite-usa{ background-position: -113px -295px; width: 104px; height: 55px; } 
.sprite-venezuela{ background-position: -113px -354px; width: 82px; height: 55px; } 
#results2 {margin:-5px 0 0 -10px !important;}
.aloha p {margin:2px !important;}

#wrapper_1 {
    background-attachment: fixed;
    background-clip: initial;
    background-origin: initial;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
	background-image: url('http://www.isawmsc.com/2013/images/background.jpg'), -moz-linear-gradient(top, #b6b6b6 0%, #fbfbfb 100%);
	background-image: url('http://www.isawmsc.com/2013/images/background.jpg'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b6b6), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background-image: url('http://www.isawmsc.com/2013/images/background.jpg'), -webkit-linear-gradient(top, #b6b6b6 0%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background-image: url('http://www.isawmsc.com/2013/images/background.jpg'), -o-linear-gradient(top, #b6b6b6 0%,#fbfbfb 100%); /* Opera 11.10+ */
	background-image: url('http://www.isawmsc.com/2013/images/background.jpg'), -ms-linear-gradient(top, #b6b6b6 0%,#fbfbfb 100%); /* IE10+ */
	background-image: url('http://www.isawmsc.com/2013/images/background.jpg'), linear-gradient(to bottom, #b6b6b6 0%,#fbfbfb 100%); /* W3C */
}
.instagramer{margin:-5px 0 20px 5px;float:left;}
.instagramer2{margin:0px;float:left;height:355px;}

.instagramer2 h3{text-align:center;margin-bottom:10px;}
.instagramer2 .front-photo {
border: none;
padding: 2px;
margin-right: 6px;
margin-bottom: 6px;
background-color: white;
border-radius: 5px;
vertical-align: middle;
}

#results_frame{ margin-top:-15px;margin-left:-14px;}
#instagram_recent_media-2 H3{ text-align:center;font-size:1.4em;margin-top:1px;margin-bottom:10px;padding:0; color: #000300;font-family: 'helvetica_bqregular';}
.titulo_profile{font-weight:bold;color:#000;}
.item_bio{color:#6a6a6a; margin-bottom:6px;}

.eventscont{
	background-color: #0D0D0D;
    box-shadow: 0 0 10px 0;
    font-family: 'Open Sans Condensed',sans-serif;
    position: relative;
    z-index: 2;
}

.events{
	margin: auto;
    position: relative;
    width: 1002px;
}

.eventfix{
    display: block;
    overflow: hidden;
}

.events .eventfix{
	list-style:none;
}

.events .eventfix li {
    border-right: 1px solid #6D6D6D;
    float: left;
    height: 64px;
    letter-spacing: 1px;
    width: 333px;
}

.events .eventfix li:first-child {
}

.events .eventfix li:first-child .event {
    padding-left: 40px;
}

.events .fechas, .events .titulo{
	background-color: #272727;
    color: #6D6D6D;
    font-size: 10px;
    padding: 1px 2px 2px;
    text-align: center;
}

.events a{
	color:#6D6D6D;
	text-decoration: none;
}

.events .info_evento{
	display: block;
    padding: 3px 0 5px;
    text-align: center;
}

.events .titulo_evento{
	color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.events .desc_evento{
	color: #fff;
    display: block;
    font-size: 14px;
}

.events a:hover span{
	color:#FFFFFF!important;
}

.events .titulo{
	padding-right: 5px;
    text-align: right;
}

.current{
	color:#51F10A!important;
}

.passed{
	color:#FFFFFF!important;
}

.selected {
	background: url("images/event-block-bg.png") repeat-x scroll 0 0 transparent;
}

/*  SCHEDuLE  */
.schedule{
	background-color: #1C1C1C;
	border-radius: 0 0 3px 3px;
	padding:9px 0 7px;
}

span .label{
	color:#BBBBBB;
	margin-right: 3px;
}

span #status{
	color:#FFFFFF;
}

#status{
	margin-top:0px;
}

.upcoming{
	width:61px;
	color:#005EC4;
}

.over{
	width:30px;
}

.onhold{
	width:48px;
	color:#FFCD25;
}

.standby{
	width:48px;
}

.off1{
	width:18px;
	color:red!important;
}

.on{
	width:18px;
	color:#00FF43;
}
.on1{
	width:18px;
	color:#00FF43!important;
}


.evento_1{background-color:#3380e8;}
.evento_1 .fechas{background-color:#3380e8;}
.evento_1 a {color:#fff;}
.evento_1 .mes {color:#fff;}


.switch_china{ float:left;}
  .switch_asp{ float:left;}
 .logo{float:left;}
.asp{float:left;margin-left:2px;}
.china{display:none;
outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 display:block;
 width:244px;
 height:171px;
 background: url("http://hainaninternationalsurfingfestival.com/asp-hainan-classic/images/chinacup.png") 0 0 no-repeat;
 
}
 .switch_china a {
 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 display:block;
 width:244px;
 height:171px;
 background: url("http://hainaninternationalsurfingfestival.com/asp-hainan-classic/images/chinacup.png") 0 0 no-repeat;
 }

 .switch_china a:hover {
 background-position: -244px 0;
 }
 
 .switch_asp a {
 outline: none;/* get rid of dotted borders in FireFox */
 text-indent: -5000px ;/* this move the text outside of the screen area */
 display:block;
 width:259px;
 height:171px;
 background: url("http://hainaninternationalsurfingfestival.com/asp-hainan-classic/images/asp.png") 0 0 no-repeat;
 }

 .switch_asp a:hover {
 background-position: -262px 0;
 }
 
.play_thumb{
	background: url('http://www.isawmsc.com/2013/wp-content/themes/fifty-fifth-street/images/btn-play.png') no-repeat scroll center top transparent;
	height:212px;
	position:absolute;
	z-index:3;
	width:215px;
	top:-28px;
}

.img-holder:hover .play_thumb{
	background: url('http://www.isawmsc.com/2013/wp-content/themes/fifty-fifth-street/images/btn-play-hover.png') no-repeat scroll center top transparent;
}

/*TEAMS TABLE*/
.div.mr_social_sharing_wrapper{
	clear:both!important;}

#country_list{
	background-color: rgba(31, 82, 103, 0.06);
    border: 1px solid #A3A3A3;
    height: 115px;
    padding-top:8px;
}

#btn-5{
	width:140px!important;
}
#country_list p {
	float: left;
    margin: 0;
    width: 102px;
    height:30px;
    font-size:12px;
}

#country_container{
	overflow: hidden;
    padding-top: 20px;
    width: 100%;
}

#country_container h1{
	font-family: 'helvetica_condensedbold';
}

.btn_pais{
	text-transform: capitalize;
	display:block;	
}

.btn_pais img{
	border:none!important;
	margin:0px!important
}

.btn_pais strong{
	position:relative;
	top:-6px;
	left:3px;
	color:black;
}

.btn_pais:hover{
	background-color:rgba(31, 82, 103, 0.11);
	color:#FDDA25;
}

.total_container{
	height:660px;
}


.scheduleMenu{
	font-size:10px;letter-spacing:0;
}

.slider_iframe{
	background-color: black;
    height: 426px;
    margin-top: 47px;
    position: absolute;
    width: 1000px;
    z-index: 99999;
    display:block;
}

.iframe_close {
    background-color: grey;
    border-bottom: 4px solid black;
    border-right: 4px solid black;
    border-top: 4px solid black;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0px;
    padding: 10px;
    position: absolute;
}

.iframe_close:hover{
	color:#33A8ED;
}

.follow_instagram{
	 border: 1px solid #CCCCCC;
    color: black;
    display: block;
    margin: 0 auto;
	margin-top:6px;
    padding: 5px;
    text-align: right;
    width: 145px;
    border-radius:5px;
    background: #f9faf9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9faf9 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9faf9), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9faf9 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9faf9 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9faf9 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9faf9 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faf9', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.follow_instagram:hover{
	color:black;
	background: -moz-linear-gradient(top,  #BFBFBF 0%, #76B3D2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFBFBF), color-stop(100%,#76B3D2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #BFBFBF 0%,#76B3D2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #BFBFBF 0%,#76B3D2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #BFBFBF 0%,#76B3D2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #BFBFBF 0%,#76B3D2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBFBF', endColorstr='#76B3D2',GradientType=0 ); /* IE6-9 */
}

.follow_instagram img{
	width:20px;
}
.follow_instagram span{top:-5px; margin-left:5px;position: relative;}

.noborder{border:none!important;}

.languages_container{
	width:1000px;
	margin:0 auto;	
}

.ccon{
	background-color: #E8ECEF;
	width:990px;
	margin:0 auto;
	margin-bottom:5px;
}

div.ppt1 a {
    background: url("http://isawmsc.com/2013/images/Downloads.png") no-repeat scroll left center transparent;
    margin-left: 15px;
    padding: 3px 0 0 23px;
}

div.ppt1{
	margin-top:4px;
}
#suckerfishnav li {
    display: inline-block;
    float: left;
    margin: 10px;
}

#suckerfishnav li a {
    color: white;
}

#suckerfishnav ul {
    display: none;
}