@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Bitter:400,700|Montserrat:400,700|Roboto+Condensed:400,700,300);
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Bitter', serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	height: 100%;
	background-color:#FFF;
}
table {
	font-family: 'Open Sans', serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	border: none;
}
h1{
	font-family: 'Bitter', serif;
	font-size: 39px;
	font-weight:700;
	margin:0 0 20px 0;
}
img{
	border:none;
	display:inline-block;
	vertical-align: bottom;
}
a{
	color:#000;
	text-decoration:none;
	outline:none;
	margin-top:;
}
#wrapper{
	width:100%;
}
#wrapper-ad{
	text-align:center;
}
#wrapper-footer,
#wrapper-footer a,
#wrapper-header,
#wrapper-header a{
	color:#FFF;	
	font-family: 'Open Sans', serif;
}
#wrapper-footer a:hover{
	text-decoration:Underline;
}
#wrapper-header ul{
	list-style-type:none;	
}
.ad-top-wrapper{
}
.alivio-migratorio{
	font-family:'Montserrat', serif;
	font-size:12px;
	margin:0 0 10px 0;
}
.alivio-migratorio img{
	width:100%;
}
.alivio-migratorio ul{
	list-style-type:none;
}
.alivio-migratorio ul li{
	display:block;
	border-top:1px solid #FFF;
}
.alivio-migratorio ul li:nth-child(odd){
	background-color:#ebebeb;
}
.alivio-migratorio ul li:nth-child(even){
	background-color:#f7f7f7;
}
.alivio-migratorio ul li a{
	line-height:26px;
	height:26px;
	margin:0 15px;
	color:#000;
	display:block;
	background-image:url('/images/alivio-migratorio/arrow-right.png');
	background-repeat:no-repeat;
	background-position:center right;
}
.apps-wrapper{
	border:1px solid #ededed;
	background-color:#f9f9f9;
	padding:20px;
	margin:0 0 15px 0;
}
.apps-wrapper .apps .copy{
	float:left;
	width:380px;
	position:absolute;
}
.apps-wrapper .apps h1{
	text-transform:capitalize;
	font-size:46px;
	font-weight:normal;
	margin:0;
	padding:0;
}
.apps-wrapper .apps h2{
	font-size:40px;
	font-style:italic;
	margin:0 0 20px 0;
	padding:0;
}
.apps-wrapper .apps .copy p{
	font-family:"Open Sans", serif;
	font-size:16px;
	line-height:25px;
}
.apps-wrapper .apps .devices{
	float:right;
}
.apps-wrapper .downloads{
	clear:both;
	padding:10px 0 0 0;
	height:60px;
}
.apps-wrapper .downloads a{
	display:block;
	width:205px;
	height:49px;
	padding:8px 0 0 150px;
	color:#000;
	font-family:"Open Sans", serif;
	font-size:14px;
	margin:0 52px 15px 52px;
	float:left;
}
.apps-wrapper .downloads a.android{
	display:block;
	background-image:url('/images/apps/store-android.png');
}
.apps-wrapper .downloads a.mac{
	display:block;
	background-image:url('/images/apps/store-mac.png');
}
.author_profile{
	background-color:#f0f0f0;
	padding:17px;
	margin-bottom:20px;
}
.author_profile .profile_image{
	float:left;
	margin-right:31px;
	border:1px solid #cccccc;
}
.author_profile h3{
	margin:0;
	padding:0;
	border:0;
	font-size:26px;
	font-weight:bold;
	font-family: Georgia, Georgia1, serif;
}
.author_profile p{
	margin:0;
	padding:6px 0 0 0;
	font-size:14px;
	overflow:hidden;
}
.author_profile p a{
	color:#3a3a3a;
	text-decoration:none;
}
.author_profile p a:hover{
	text-decoration:underline;
}
.author-articles #content_list_container ul li{
	border-bottom:none;
}
.author-articles #content_list_container ul li .left{
	width:180px;
	min-height:100px;
}
.author-articles #content_list_container ul li div.right h2.title{
	margin:0;
	padding:5px 0;
}
.BorderSpacer {
	height:1px;
	clear:both;
	border-bottom:1px solid #ececec;
	padding:7px 0
}
/* Breaking News Ticker*/
.breakingNewsTicker .ticker-wrapper.has-js {
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	font-family:"Signika";
	font-weight:200;
	font-size:17px;
	line-height:24px;
	text-transform:uppercase;
	height:24px;
	display: block;
}
.breakingNewsTicker .ticker {
	width: 100%;
	height: 24px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color:#FFF;
}
.breakingNewsTicker .ticker-title {
    line-height:24px;
    font-weight:400;
}
.breakingNewsTicker .ticker-content {
	margin: 0px;
	position: absolute;
	color: #666666;
	overflow: hidden;
	border-left:1px solid #cccccc;
	padding:0 0 0 10px;
	background-color:#FFF;
}
.breakingNewsTicker .ticker-content:focus {
	none;
}
.breakingNewsTicker .ticker-content a:link,
.breakingNewsTicker .ticker-content a:visited,
.breakingNewsTicker .ticker-content a:active {
	color:#666666;
}
.breakingNewsTicker .ticker-content a:hover {
	background-color:#eeeeee;
}
.breakingNewsTicker .ticker-swipe {
	padding-top: 7px;
	position: absolute;
	top: 0px;
	display: block;
	width: 800px; 
	background-color:#FFF;
	height:24px;
}
.breakingNewsTicker .ticker-swipe span {
	margin-left: 1px;
	background-color: #FFF;
	height: 12px;
	width: 10px;
	display: block;
}
.breakingNewsTicker .ticker-controls {
	display:none;
}
.breakingNewsTicker .js-hidden {
	display: none;
}
.breakingNewsTicker .no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.breakingNewsTicker .left .ticker-swipe {
	/*left: 80px;*/
}
.breakingNewsTicker .left .ticker-content, .breakingNewsTicker .left .ticker-title, .breakingNewsTicker .left .ticker {
    float: left;
}
.breakingNewsTicker .right .ticker-swipe {
	/*right: 80px;*/
}
.breakingNewsTicker .right .ticker-content, .breakingNewsTicker .right .ticker-title, .breakingNewsTicker .right .ticker {
    float: right;
}
.Button {
    background: url(../../images/eldiario/Button-bg.jpg) repeat-x scroll center top transparent;
    border: 1px solid #178489 !important;
	color:#fff;
	padding:4px 10px!important;
	cursor:pointer;
}
.businesswire-logo{
	background:url('../../images/laopinion/businesswire/titlebg.jpg') repeat-x scroll 0% 0% transparent;
}
.businesswire-language{
	text-align:right;
	padding:4px;
}
.businesswire-language a{
	padding:4px;
	color:#0072bc;
}
.clear,
.fixFloat,
.spacer,
.clear_all{
	clear:both;
}
.channel-highlights{
	width:630px;
}
.channel-highlights .top-article{
	margin-bottom:30px;
}
.channel-highlights .top-article .pic img{
	width:100%;
}
.channel-highlights .top-article .title{
	width:100%;
	float:left;
	position:relative;
	font-weight:700;
}
.channel-voxxi .top-article .title{
	float:none;
}
.channel-highlights .top-article .title span{
	line-height:45px;
	padding:4px 5px;
	font-size:30px;
}
.channel-highlights .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
	height:280px;
}
.channel-voxxi .article{
	height:120px;
}
.channel-highlights .article-odd{
	margin-right:30px;
}
.channel-highlights .article .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	margin:5px 0;
	display:block;
}
.channel-highlights .article .pic{
	width:100%;
	height:180px;
	overflow:hidden;
}
.channel-highlights .article .pic img{
	width:100%;
}
.channel-highlights .article .title{
	font-weight:700;
	font-size:20px;
}
.channel-highlights .article .summary{
	font-weight:300;
}
.channel-highlights .article-list{
	width:100%;
	padding:10px 0 10px 0;
	border-bottom:1px solid #cacaca;
}
.channel-highlights .article-list .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	display:block;
}
.channel-highlights .article-list .pic{
	width:120px;
	min-height:100px;
	float:left;
	text-align:center;
}
.channel-highlights .article-list .pic img{
	width:100%;
	margin:0 auto;
}
.channel-highlights .article-list .right{
	float:left;
	width:480px;
	margin:0 0 0 20px;
}
.channel-highlights .article-list .title{
	font-weight:700;
	font-size:16px;
	color:#0072bc;
}
.channel-highlights .article-list .summary{
	font-weight:300;
	font-size:14px;
}
.content-center{
	width:100%;
}
.content-left{
	float:left;
	width:630px;
}
.content-right{
	float:right;
	width:300px;
}
.content-width{
	width:960px;
	margin:0 auto;
}
.content-width-full{
	width:100%;
	background-color:#f4f4f4;
	margin-bottom:30px;
	padding:15px 0 20px 0;
	background-image: url(/images/publications/arrow-white-down137x16.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.content-wrapper{
	margin:20px auto;
}
.copy-bar{
	border-top:2px solid #FFF;
	text-align:center;
	font-family:Arial;
	font-size:13px;
	height:50px;
	line-height:50px;
}
.copy-bar img{
	width:105px;
	vertical-align:middle;
	margin:-3px 2px 0 2px;
}
/*Daily cred*/
.daily-cred {
	width:50%;
}
.daily-cred .SignupContent {
	margin-bottom:40px;
	font-family: 'Open Sans', serif;
}
.daily-cred .SignupContent h1 {
	font-family: 'Bitter', serif;
	font-size:28px;
	text-transform: none;
	margin-bottom:24px;
}
.daily-cred .form-intro{
	font-size: 15px;
	color: #000;
	display: block;
	margin-bottom:24px;
}
.daily-cred .register {
	width:383px;
	margin:auto;
}
.daily-cred .register button.facebook-share {
	height:39px;
	background:#4d6ea8 url(/images/publications/btn-facebook.png) no-repeat;
	background-position: left top;
	border: 0;
	cursor: pointer;
	color: #FFF;
	font:bold 18px 'Open Sans', serif;
	padding-left:50px;
	padding-right:15px;
}
.daily-cred hr {
	height: 1px;
	color: #DFDFDF;
	background-color: #DFDFDF;
	border: 0;
	margin:25px 0;
	width:100%;
}
.daily-cred .register form label {
	display: block;
	color:#3d3d3d;
	font:normal 15px 'Open Sans', serif;
	margin-bottom:10px;
}
.daily-cred .reset input,
.daily-cred .recover input,
.daily-cred .register input[type=text], .daily-cred .register input[type=password] {
	display: block;
	width: 100%;
	height:35px;
	border: 1px solid #a4a4a4;
	font-size: 20px;
	color: #777;
	margin-bottom:20px;
}
.daily-cred .reset button,
.daily-cred .boletin button,
.daily-cred .recover button.enviar,
.daily-cred .register button.ingresar {
	height: 37px;
	background-image: url(/images/publications/dark-button-grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 0;
	cursor: pointer;
	color: #FFF;
	font:bold 17px 'Open Sans', serif;
	margin:25px 0;
	display:block;
	padding-left:15px;
	padding-right:15px;
}
.daily-cred .register button.ingresar {
	color:#fff200;
	font:400 18px 'Bitter', serif;
	text-transform:uppercase;
}
.daily-cred .register .terms {
	font-size:15px;
}
.daily-cred .register .terms div {
	padding:10px 0;
}
.daily-cred .forgot {
	font-weight: bold;
	font-size:15px;
}
.daily-cred .footer-notes {
	font:700 23px 'Bitter', serif;
	text-transform:uppercase;
}
.daily-cred .footer-notes a {
	font-weight: bold;
	font-family:"Open Sans", serif;
	font-size:14px;
	text-transform:initial;
}
.daily-cred .recover button.enviar {width:308px;margin:0;}
.daily-cred .recover label {display:block;font-size:17px;margin:0 0 10px 0;}
.daily-cred .recover input {width:300px;display: inline-block;height:28px;margin:0;font-size:15px;padding:3px;}
.daily-cred .reset label {display:block;font-size:17px;margin:0 0 10px 0;}
.daily-cred .reset input {width:300px;display: inline-block;height:28px;margin:0;font-size:15px;padding:3px;}
.daily-cred .reset button {width:308px;margin:0;}
.daily-cred .boletin {
	width:460px;
	margin:auto;
}
.daily-cred .boletin table {
	width: 100%;
}
.daily-cred .boletin table th {
	text-align:left;
	font-size:19px;
	border-bottom: 1px solid #DFDFDF;
	font-weight: bold;
	padding: 10px 0;
}
.daily-cred .boletin table td {
	border-bottom: 1px solid #DFDFDF;
	text-align: left;
	font-size: 19px;
	padding: 10px 0;
}
.daily-cred .boletin table td input {
	float:right;
}
.daily-cred .boletin button {
	width:100%;
}
.daily-cred .boletin_thanks {
	width:100%;
}
.daily-cred .boletin_thanks h1 {
	font-weight: bold;
	font-size:32px;
	color:#000;
	border:0;
	text-align: center;
	padding:30px 0;
}
.daily-cred .recover_thanks {
	width:100%;
}
.daily-cred .recover_thanks h1 {
	font-weight: normal;
	font-size:32px;
	border:0;
	text-align: center;
	padding:30px 0;
}
.daily-cred .recover_thanks h1 strong {
	font-weight: bold;
	display: block;
}
.daily-cred .register_thanks {
	width:640px;
}
.daily-cred .register_thanks h2 {
	font-weight: 400;
	font-size:28px;
	border:0;
	text-transform:Uppercase;
}
.daily-cred .register_thanks h2 span{
	font-weight: 700;
}
.dailycred_nav a.sign_in{
	font-size:11px !important;
	position:absolute;
	top:13px;
	right:10px;
	color:#000;
}
#_dailycred_state_logged_in{
	font-size:14px;
	font-weight: bold;
}
.dailycred-user-info{
	cursor:pointer;
}
.EdicionDigital{
	border:1px solid #b1b1b1;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom:15px;
	padding:5px;
}
.EdicionDigital .edicion-left{
	float:left;
	width:50%;
}
.EdicionDigital .edicion-left h3{
	color:#f47920;
	font-family:"bitter", serif;
	font-size:20px;
	border-top:4px solid #f47920;
	width:90px;
	margin:10px 0 20px 0;
	text-transform:Uppercase;
}
.EdicionDigital .edicion-left a{
	background-color:#000;
	color:#FFF;
	padding:4px 8px;
}
.EdicionDigital .edicion-right{
	float:right;
	width:50%;
	text-align:right;
}
.EdicionDigital .edicion-right .edicion-impresa{
	width:130px;
	margin:0 0 10px 0;
}
.EdicionDigital .edicion-right .getAdobe img{
	width:130px;
}
.EdicionDigital .EdicionDigitalTitle {
	font:bold 14px;
	color:#0072bc;
}
.EdicionDigital .EdicionDigitalTitle {
	color:#0072bc;
}
.EdicionDigital .EdicionDigitalContent {
	padding:5px 5px 5px 0px;
}
.EdicionDigital .EdicionDigitalNote {
	margin:50px 0 0 0;
	font:10px Arial, Helvetica, sans-serif;
	color:#6d6d6d;
}
.EdicionesAnteriores p{
	margin:0 0 10px 0;
	font: 12px "Open Sans",serif;
}
.EdicionesAnteriores .CommonH1 {
	font: 23px "Bitter",serif;
	text-transform:uppercase;
	color:#000;
	padding-bottom:10px;
}
.EdicionesAnteriores .PrintSeccion {
	font: 15px "Bitter",serif;
	color:#0072bc;
}
.EdicionesAnteriores select {
	background-color:#000;
	color:#FFF;
	border:none;
	padding:4px 0;
}
.envejecer-right{
	width:300px;
	margin:0 0 10px 0;	
}
.envejecer-right .header{
	text-align:center;
}
.envejecer-right .header img{
	width: 200px;
}
.envejecer-right .articles{
	border-top:1px solid #7e7e7e;
	background-color:#f0f0f0;
	padding: 0 12px 12px;
}
.envejecer-right .articles .article{
	margin:12px 0 0 0;
}
.envejecer-right .articles .article .pic{
	width:120px;
	float:left;
}
.envejecer-right .articles .article .pic img{
	width:100%;
}
.envejecer-right .articles .article .title{
	width: 140px;
	display:block;
	float:left;
	margin:0 0 0 10px;
	color:#0bb6b3;
	font-weight:700;
	font-size:17px;
	font-family: "Bitter",serif;
}
.flashpikRight{
	width:298px;
	border:1px solid #cfcfcf;
	margin:10px 0 0 0;
}
.flashpikRight .header{
	background-color:#000;
}
.flashpikRight .header img{
	margin:2px 0 2px 10px;
}
.flashpikRight a.picture{
	display:block;
	margin:10px 10px 0 10px;
	text-decoration:none;
}
.flashpikRight a.picture img{
	width:100%;
}
.flashpikRight a.title{
	display:block;
	color:#000000;
	text-decoration:none;
	font-size:18px;
	padding:10px;
}
.FooterQMFLinks{
	padding:10px 0;
	text-align:center;
	font-weight:700;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.FooterQMFLinks a{
	border-right:1px solid #FFF;
	margin:0 5px 0 0;
	padding:0 10px 0 0;
}
.FooterQMFLinks a:last-child{
	border:none;
}
.freestylers-promo-wide{
	width:100%;
	margin:0 0 20px 0;
}
.freestylers-promo-wide .title{
    display:block;
    padding:0 0 0 0;
    text-transform:uppercase;
	margin:0 0 10px 0;
}
.freestylers-promo-wide .title img{
	width:207px;
	margin:5px 0;
}
.freestylers-promo-wide .picture{
	width:940px;
	margin:0 0 0 0;
}
.freestylers-promo-wide .picture .video-player{
	margin:0 auto;
	text-align:center;
}
.freestylers-promo-wide .picture .video-player iframe{
	width:100%;
	height:570px;
	border:none;
}
.freestylers-promo-wide .picture .image{
    width:100%;
    overflow:hidden;
    height:570px;
    float:left;
    margin:0;
}
.freestylers-promo-wide .picture .image img{
	width:100%;
}
.freestylers-promo-wide .picture .overlay{
	font-family:Signika;
	background-color:#eb005a;
	padding:10px 10px;
}
.freestylers-promo-wide .picture .overlay .description{
    color:#FFF;
    font-size:25px;
	vertical-align:middle;
	text-transform:Uppercase;
	background-color:#eb005a;
}
.freestylers-promo-compact{
	width:300px;
	background-color:#000;
	margin:0 auto 10px auto;
}
.freestylers-promo-compact .header .logo{
	width:204px;
	float:left;
	margin:10px 0 10px 5px;
}
.freestylers-promo-compact .header .logo img{
	width:100%;
}
.freestylers-promo-compact .header .sponsor{
	float:right;
	border-left:1px solid #FFF;
	padding:0 0 0 10px;
	margin:10px 5px 10px 0;
}
.freestylers-promo-compact .header .sponsor img{
	width:50px;
}
.freestylers-promo-compact .picture{
	clear:both;
}
.freestylers-promo-compact .picture .video-player{
	margin:0 auto;
	text-align:center;
}
.freestylers-promo-compact .picture .video-player iframe{
	width:100%;
	height:200px;
	border:none;
}
.freestylers-promo-compact .picture .image{
	height:200px;
	width:100%;
	overflow:hidden;
}
.freestylers-promo-compact .picture .image img{
	width:100%;
}
.freestylers-promo-compact .picture .overlay{
	color:#FFF;
	padding:5px 10px;
	background-color:#eb005a;
	font-family:Signika;
}
.freestylers-promo-compact .picture .overlay .description{
	margin:0;
	font-size:16px;
	display:block;
	text-transform:uppercase;
}
.googleRightAd{
    width:160px;
    height:760px;
    top:0px;
    margin:290px 0 0 970px;
    position:fixed;
}
.googleLeftAd{
    width:160px;
    height:760px;
    top:0px;
    margin:290px 0 0 -170px;
    position:fixed;
}
.h1-line{
	width:40px;
	border-top:7px solid #000;
}
.header-bar{
	padding:12px 0;
}
.header-bar .brand .date{
	font-size:11px;
	font-weight:600;
}
.header-wrapper{
	text-align:center;
}
.header-wrapper .navigation{
	float:left;
	width:100%;
	margin:-45px 0 0 0;
}
.header-wrapper .navigation .icons{
	float:left;
}
.header-wrapper .navigation .icons li{
	float:left;
	line-height:28px;
	padding:0 15px 0 15px;
}
.header-wrapper .navigation .icons li:first-child{
	border-right:1px solid #FFF;
	padding:0 15px 0 0;
}
.header-wrapper .navigation .icons .search input[type=search]{
	background-image:url(../images/publications/icon-search.png);
	background-repeat:no-repeat;
	background-position:center left;
	width: 28px;
	border:none;
	height:28px;
	color: transparent;
	cursor: pointer;
	font-size:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
    -o-transition: all .5s;
	transition: all .5s;
    -webkit-appearance: none;
}
.header-wrapper .navigation .icons .search input[type=search]:focus {
	width: 190px;
	padding-left: 34px;
	color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.header-wrapper .navigation .icons .search input:-moz-placeholder,
.header-wrapper .navigation .icons .search input::-o-input-placeholder,
.header-wrapper .navigation .icons .search input::-webkit-input-placeholder {
	color: transparent;
}
.header-wrapper .navigation .weather-bar{
	float:right;
}
.header-wrapper .navigation .weather-bar .weather{
	font-size: 26px;
	font-weight: 700;
	line-height:28px;
	height:28px;
}
.header-wrapper .navigation .weather-bar .weather a{
	font-family: 'Bitter', serif !important;
}
.header-wrapper .navigation .weather-bar .weather img{
	height:22px;
	vertical-align:middle;
}
.home-autos{
	margin-bottom:30px;
}
.home-autos h2{
	margin:10px 0 20px 0;
}
.home-autos .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
	height:300px;
}
.home-autos .article .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	margin:5px 0;
	display:block;
}
.home-autos .article img{
	width:100%;
	max-height:180px;
}
.home-autos .articles h2{
	font-weight:700;
	font-size:20px;
}
.home-autos .position2{
	margin:0 30px;
}
.home-clickny .click-ny{
    font-size:17px;
    background:none;
    display:block;
    line-height:34px;
	margin:0 0 30px 0;
}
.home-clickny .click-ny .title{
	margin:15px 0 20px 0;
}
.home-clickny .click-ny .title a{
	float:left;
}
.home-clickny .click-ny .title img{
	width:160px;
}
.home-clickny .click-ny .slogan{
	float:left;
	margin:7px 0 0 20px;
	line-height:30px;
	border-left:2px solid #d1d1d1;
	padding:0 0 0 20px;
}
.home-clickny .click-ny .slogan span{
	color:#0e459e;
}
.home-clickny .click-ny .fotoWrapper{
	text-align:left;
	clear:both;
	margin:0;
}
.home-clickny .click-ny .fotoWrapper .picture{
    width:100%;
    float:left;
    overflow:hidden;
    margin:-31px 0 0 0;
}
.home-clickny .click-ny .fotoWrapper .picture img{
    width:100%;
}
.home-clickny .click-ny .fotoWrapper .overlay{
    background-color:#171617;
	font-weight:400;
	font-family:"Bitter",serif;
}
.home-clickny .click-ny .fotoWrapper .overlay p{
    color:#FFF;
    padding:10px 15px;
    font-size:17px;
    float:left;
    width:80%;
}
.home-clickny .click-ny .fotoWrapper .overlay a:link,
.home-clickny .click-ny .fotoWrapper .overlay a:active,
.home-clickny .click-ny .fotoWrapper .overlay a:hover,
.home-clickny .click-ny .fotoWrapper .overlay a:visited{
    color:#FFF;
}
.home-clickny .click-ny .fotoWrapper .overlay a.verMas{
    float:right;
    display:block;
    width:120px;
    text-align:center;
    font-size:18px;
    padding:10px 0 0 0;
}
.home-clickla .click-la{
    font-size:17px;
    background:none;
    display:block;
    line-height:34px;
	margin:0 0 30px 0;
}
.home-clickla .click-la .title{
	margin:10px 0 10px 0;
}
.home-clickla .click-la .title img{
	width:160px;
}
.home-clickla .click-la .slogan{
	float:left;
	margin:7px 0 0 20px;
	line-height:30px;
	border-left:2px solid #d1d1d1;
	padding:0 0 0 20px;
}
.home-clickla .click-la .slogan span{
	color:#0e459e;
}
.home-clickla .click-la .fotoWrapper{
	text-align:left;
	clear:both;
	margin:0;
}
.home-clickla .click-la .fotoWrapper .picture{
    width:100%;
    float:left;
    overflow:hidden;
    margin:-31px 0 0 0;
}
.home-clickla .click-la .fotoWrapper .picture img{
    width:100%;
}
.home-clickla .click-la .fotoWrapper .overlay{
    background-color:#171617;
	font-weight:400;
	font-family:"Bitter",serif;
}
.home-clickla .click-la .fotoWrapper .overlay p{
    color:#FFF;
    padding:10px 15px;
    font-size:17px;
    float:left;
    width:80%;
}
.home-clickla .click-la .fotoWrapper .overlay a:link,
.home-clickla .click-la .fotoWrapper .overlay a:active,
.home-clickla .click-la .fotoWrapper .overlay a:hover,
.home-clickla .click-la .fotoWrapper .overlay a:visited{
    color:#FFF;
}
.home-clickla .click-la .fotoWrapper .overlay a.verMas{
    float:right;
    display:block;
    width:150px;
    text-align:center;
    font-size:15px;
    padding:10px 0 0 0;
	text-transform:Uppercase;
}
.home-clickla .click-la .fotoWrapper .overlay a.verMas span{
	color:#009964;
}
.home-historiasny .historias-ny{
    font-size:17px;
    background:none;
    display:block;
    line-height:34px;
	margin:0 0 30px 0;
}
.home-historiasny .historias-ny .title{
	margin:15px 0 10px 0;
	font-family:"Open Sans", serif;
}
.home-historiasny .historias-ny .title .historias{
	font-size:22px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:0 10px;
	margin:0 5px 0 0;
	float:left;
}
.home-historiasny .historias-ny .title .ny{
	font-size:53px;
	color:#0072bc;
	font-weight:700;
}
.home-historiasny .historias-ny .fotoWrapper{
	text-align:left;
	clear:both;
	margin:0;
}
.home-historiasny .historias-ny .fotoWrapper .picture{
    width:100%;
    overflow:hidden;
    margin:0;
}
.home-historiasny .historias-ny .fotoWrapper .picture img{
    width:100%;
}
.home-historiasny .historias-ny .fotoWrapper .overlay{
    background-color:#1e1d1e;
	font-weight:400;
	font-family:"Open Sans",serif;
}
.home-historiasny .historias-ny .fotoWrapper .overlay p{
    color:#FFF;
    padding:10px 15px;
    font-size:17px;
    float:left;
    width:80%;
}
.home-historiasny .historias-ny .fotoWrapper .overlay a:link,
.home-historiasny .historias-ny .fotoWrapper .overlay a:active,
.home-historiasny .historias-ny .fotoWrapper .overlay a:hover,
.home-historiasny .historias-ny .fotoWrapper .overlay a:visited{
    color:#FFF;
}
.home-historiasny .historias-ny .fotoWrapper .overlay a.verMas{
    float:right;
    display:block;
    width:120px;
    text-align:center;
    font-size:18px;
    padding:10px 0 0 0;
	color:#c6c6c6;
	text-transform:Uppercase;
}
.home-clasificados h2{
	margin:10px 0 20px 0;
}
.home-clasificados .promo-left{
	float:left;
	width:300px;
}
.home-clasificados .promo-businesswire{
	float:left;
	width:300px;
	margin:0 30px;
}
.home-clasificados .promo-right{
	float:right;
}
.home-clasificados .heading{
	font-size:20px;
	margin:60px 0 30px 0;
	text-transform:Uppercase;
}
.home-clasificados p{
	font-size:18px;
	font-family:Georgia;
	margin:0 0 15px 0;
}
.home-clasificados a{
	font-size:16px;
}
.home-clasificados a span.text{
	background-color:#000;
	color:#FFF;
	line-height:32px;
	height:32px;
	padding:0 70px 0 10px;
	display:block;
	float:left;
	font-family:"Open Sans", serif;
	font-size:18px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:6px;
	border-top-right-radius:0px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:0px;
}
.home-clasificados a span.arrow{
	background-image:url(/images/publications/arrow-white-7x10.png);
	background-repeat:no-repeat;
	background-position:center center;
	line-height:32px;
	height:32px;
	padding:0 15px;
	display:block;
	float:left;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:6px;
	border-top-left-radius:0px;
	border-top-right-radius:6px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:6px;
}
.home-english{
	margin-bottom:30px;
}
.home-english h2{
	margin:10px 0 20px 0;
}
.home-english .articles .article{
	float:left;
	width:300px;
	height:100px;
}
.home-english .articles .article span{
	font-family:"Open Sans", serif;
	font-size:11px;
	font-weight:600;
	color:#bbbbbb;
	display:block;
	margin:0 0 5px 0;
}
.home-english .articles .article a{
	font-size:20px;
	display:block;
	padding:0 20px 0 0;
}
.home-english .articles .position2,
.home-english .articles .position5{
	margin:0 30px;
}
.home-english .ver-mas{
	clear:both;
	display:block;
	text-align:right;
}
.home-flashpik h2{
	margin:10px 0 20px 0;
}
.home-flashpik .article{
	float:left;
	width:300px;
}
.home-flashpik .articles a{
	margin:0;
	display:block;
	float:left;
}
.home-flashpik .articles .position2{
	margin:0 30px;
}
.home-flashpik .articles .article .pic{
	width:300px;
	height:312px;
	overflow:hidden;
}
.home-flashpik .articles .article .pic img{
	width:100%;
}
/*.home-flashpik .articles .article .title{
	float:left;
	width:300px;
	position:relative;
	margin:-85px 0 0 0;
}
.home-flashpik .articles .article .title span{
	color:#FFF;
	background-color:#000;
	padding:4px;
	line-height:28px;
	font-weight:700;
	font-size:16px;
}*/
.home-flashpik .articles .article .title{
	width:300px;
	position:relative;
	margin:5px 0 0 0;
}
.home-flashpik .articles .article .title span{
	font-weight:700;
	font-size:16px;
}
.home-inmigracion{
	margin-bottom:30px;
}
.home-inmigracion h2{
	margin:10px 0 20px 0;
}
.home-inmigracion .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
	height:300px;
}
.home-inmigracion .article .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	margin:5px 0;
	display:block;
}
.home-inmigracion .article img{
	width:100%;
	max-height:180px;
}
.home-inmigracion .articles h2{
	font-weight:700;
	font-size:20px;
}
.home-inmigracion .position2{
	margin:0 30px;
}
.home-deportes{
	margin-bottom:30px;
}
.home-deportes h2{
	margin:10px 0 20px 0;
}
.home-deportes .articles .articles-box-left{
	width:630px;
	float:left;
}
.home-deportes .articles .articles-box-left .article img{
	width:100%;
}
.home-deportes .articles .articles-box-left .article .category{
	background-color: #fff200;
	padding: 4px;
	text-transform:Uppercase;
	font-weight:700;
}
.home-deportes .articles .articles-box-left .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	margin:5px 0;
	display:block;
}
.home-deportes .articles .articles-box-left .article h2{
	font-size:30px;
	margin:0;
}
.home-deportes .articles .articles-box-right{
	float:right;
	width:300px;
}
.home-deportes .articles .articles-box-right .article{
	margin:0 0 10px 0;
}
.home-deportes .articles .articles-box-right .article .category{
	background-color: #fff200;
	padding: 4px;
	font-size: 11px;
	text-transform:Uppercase;
	font-weight:700;
}
.home-deportes .articles .articles-box-right .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	margin:5px 0;
	display:block;
}
.home-deportes .articles .articles-box-right .article h2{
	margin:0;
	font-size:20px;
}
.home-locales{
	margin-bottom:30px;
}
.home-locales h2{
	margin:10px 0 20px 0;
}
.home-locales .promo-left{
	float:left;
	width:66%;
}
.home-locales .promo-right{
	float:right;
}
.home-locales .articles .article{
	float:left;
	width:300px;
	height:100px;
}
.home-locales .articles .article span{
	font-family:"Open Sans", serif;
	font-size:11px;
	font-weight:600;
	color:#bbbbbb;
	display:block;
	margin:0 0 5px 0;
}
.home-locales .articles .article a{
	font-size:20px;
	display:block;
}
.home-locales .articles .position2,
.home-locales .articles .position4{
	margin:0 0 0 30px;
}
.home-opinion h2{
	margin:10px 0 10px 0;
}
.home-opinion .opiniones{
	list-style-type:none;
}
.home-opinion .opiniones li{
	float:left;
	width:33%;
	height:196px;
	border-left:1px solid #b4b4b4;
}
.home-opinion .opiniones li:first-child{
	border:none;
}
.home-opinion .opiniones li .opinion{
	margin:10px auto 0 auto;
}
.home-opinion .opiniones li.position1 .opinion{
	padding:0 20px 0 0;
}
.home-opinion .opiniones li.position2 .opinion{
	padding:0 10px 0 20px;
}
.home-opinion .opiniones li.position3 .opinion{
	padding:0 0 0 20px;
}
.home-opinion .opiniones li .picture{
	float:left;
	width:89px;
	height:89px;
	margin:0 0 15px 0;
}
.home-opinion .opiniones li .byline{
	float:left;
	width:180px;
	margin:30px 0 0 10px;
	font-size:18px;
	font-weight:600;
}
.home-opinion .opiniones li .article{
	clear:both;
	font-size:20px;
	font-weight:700;
}
.home-qmf h2{
	margin:10px 0 20px 0;
}
.home-qmf .sponsor{
	float:right;
	margin-top:-55px;
	display:none;
}
.home-qmf .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
}
.home-qmf .articles a{
	margin:0 30px;
	display:block;
	float:left;
}
.home-qmf .articles a:first-child,
.home-qmf .articles a:last-child{
	margin:0;
}
.home-qmf .articles .article .pic{
	width:300px;
	height:180px;
	overflow:hidden;
}
.home-qmf .articles .article .pic img{
	width:120%;
}
/*.home-qmf .articles .article .title{
	float:left;
	width:300px;
	position:relative;
	margin:-85px 0 0 0;
}
.home-qmf .articles .article .title span{
	color:#FFF;
	background-color:#000;
	padding:4px;
	line-height:28px;
	font-weight:700;
	font-size:16px;
}*/
.home-qmf .articles .article .title{
	width:300px;
	position:relative;
	margin:5px 0 0 0;
}
.home-qmf .articles .article .title span{
	font-weight:700;
	font-size:16px;
}
.home-chicafresh .chica-fresh{
	width:960px;
	margin:0 0 23px 0;
}
.home-chicafresh .chica-fresh .header{
    padding:10px 0;
}
.home-chicafresh .chica-fresh .articles{
	text-align:left;
	clear:both;
	margin:0;
}
.home-chicafresh .chica-fresh .articles .container{
	float:left;
	width:276px;
	background-color:#fb340d;
	background-image:url(http://chicafresh.com/wp-content/themes/latinapractica2014/images/trama.png);
	margin:0 0 18px 0;
	padding:12px;
}
.home-chicafresh .chica-fresh .articles .block2,
.home-chicafresh .chica-fresh .articles .block5{
	margin:0 30px 18px;
}
.home-chicafresh .chica-fresh .articles .first{
	height:450px;
	margin:0;
}
.home-chicafresh .chica-fresh .articles .pic{
	background-position:center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.home-chicafresh .chica-fresh .articles .pic img{
	display:none;
}
.home-chicafresh .chica-fresh .articles .container .pic{
	width:276px;
	height:140px;
	overflow:hidden;
}
.home-chicafresh .chica-fresh .articles .container .pic img{
	width:100%;
}
.home-chicafresh .chica-fresh .articles .first .pic{
	width:276px;
	height:386px;
	overflow:hidden;
}
.home-chicafresh .chica-fresh .articles .first .pic img{
	width:auto;
	height:100%;
}
.home-chicafresh .chica-fresh .articles .container .title{
	font-family:"Open Sans";
	font-size:20px;
	line-height:20px;
	font-weight:300;
	margin:10px 0 0 0;
	color:#FFF;
	display:block;
	height:54px;
}
.home-hh h2{
	margin:10px 0 20px 0;
	font-style:italic;
	font-weight:400;
}
.home-hh h2 span{
	color:#ba1716;
	font-weight:700;
	font-family:"Open Sans", serif;
	font-style:normal;
}
.home-hh .sponsor{
	float:right;
	margin-top:-55px;
}
.home-hh .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
}
.home-hh .articles a{
	margin:0 30px;
	display:block;
	float:left;
}
.home-hh .articles a:first-child,
.home-hh .articles a:last-child{
	margin:0;
}
.home-hh .articles .article .pic{
	width:300px;
	height:180px;
	overflow:hidden;
}
.home-hh .articles .article .pic img{
	width:120%;
}
.home-hh .articles .article .title{
	float:left;
	width:300px;
	position:relative;
	margin:-85px 0 0 0;
}
.home-hh .articles .article .title{
	width:300px;
	position:relative;
	margin:5px 0 0 0;
}
.home-hh .articles .article .title span{
	font-weight:700;
	font-size:20px;
}
.home-ca h2{
	margin:10px 0 20px 0;
}
.home-ca h2 img{
	width:180px;
	margin:-20px 0 0 0;
}
.home-ca .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
}
.home-ca .articles a{
	margin:0 30px;
	display:block;
	float:left;
}
.home-ca .articles a:first-child,
.home-ca .articles a:last-child{
	margin:0;
}
.home-ca .articles .article .pic{
	width:300px;
	height:180px;
	overflow:hidden;
}
.home-ca .articles .article .pic img{
	width:120%;
}
.home-ca .articles .article .title{
	float:left;
	width:300px;
	position:relative;
	margin:-85px 0 0 0;
}
.home-ca .articles .article .title{
	width:300px;
	position:relative;
	margin:5px 0 0 0;
}
.home-ca .articles .article .title span{
	font-weight:700;
	font-size:20px;
}
.home-envejecer h2{
	margin:10px 0 20px 0;
}
.home-envejecer h2 img{
	width:200px;
}
.home-envejecer .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
}
.home-envejecer .articles a{
	margin:0 30px;
	display:block;
	float:left;
}
.home-envejecer .articles a:first-child,
.home-envejecer .articles a:last-child{
	margin:0;
}
.home-envejecer .articles .article .pic{
	width:300px;
	height:180px;
	overflow:hidden;
}
.home-envejecer .articles .article .pic img{
	width:120%;
}
.home-envejecer .articles .article .title{
	float:left;
	width:300px;
	position:relative;
	margin:-85px 0 0 0;
}
.home-envejecer .articles .article .title{
	width:300px;
	position:relative;
	margin:5px 0 0 0;
}
.home-envejecer .articles .article .title span{
	font-weight:700;
	font-size:20px;
}
.home-ptm{
	width:960px;
	margin:0 auto 23px auto;
}
.home-ptm h2{
	margin:10px 0 20px 0;
}
.home-ptm h2 img{
	width:180px;
	margin:-20px 0 0 0;
}
.home-ptm .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
}
.home-ptm .articles a{
	margin:0 30px;
	display:block;
	float:left;
}
.home-ptm .articles a:first-child,
.home-ptm .articles a:last-child{
	margin:0;
}
.home-ptm .articles .container .pic{
	width:300px;
	height:180px;
	overflow:hidden;
}
.home-ptm .articles .container .pic img{
	width:120%;
}
.home-ptm .articles .container .title{
	float:left;
	width:300px;
	position:relative;
	font-family: 'Bitter', serif;
	font-size:20px;
	font-weight:700;
	margin:5px 0 0 0;
}
.home-ptm .articles .container .title span{
	font-weight:700;
	font-size:20px;
}
.horoscopes .dailyHoroscope{
    width:640px;
    margin:0 0 15px 0;
}
.home-ptm .articles .container .picture-title{
	width:300px;
	font-size:20px;
	font-weight:700;
	color:#ee3449;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #cecece;
}
.home-ptm .articles .container .summary{
	float:left;
	width:300px;
	position:relative;
	font-family: 'Bitter', serif;
	font-size:18px;
	font-weight:400;
}
.horoscopes .dailyHoroscope h2{
    font-family:Signika;
    font-weight:700;
    font-size:22px;
    display:block;
    float:left;
    width:320px;
}
.horoscopes .dailyHoroscope h2 span{
    color:#cc3399;
}
.horoscopes .dailyHoroscope .shareIcons{
    margin:5px 0 0 0;
    float:right;
}
.horoscopes .dailyHoroscope ul{
    list-style:none;
}
.horoscopes .dailyHoroscope ul li{
    float:left;
    margin:5px 2px;
}
.horoscopes .dailyHoroscope ul li a{
    background-repeat:no-repeat;
    display:block;
    width:102px;
    text-align:center;
    color:#919191;
    font-family:"Open Sans", serif;
    font-size:14px;
	font-weight:700;
    padding:105px 0 0 0;
}
.horoscopes .dailyHoroscope ul li.aries a:link,
.horoscopes .dailyHoroscope ul li.aries a:active,
.horoscopes .dailyHoroscope ul li.aries a:visited{
    background-image:url(/images/horoscopos/signos/orange/aries-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.aries a:hover{
    background-image:url(/images/horoscopos/signos/orange/aries-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.tauro a:link,
.horoscopes .dailyHoroscope ul li.tauro a:active,
.horoscopes .dailyHoroscope ul li.tauro a:visited{
    background-image:url(/images/horoscopos/signos/orange/tauro-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.tauro a:hover{
    background-image:url(/images/horoscopos/signos/orange/tauro-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.geminis a:link,
.horoscopes .dailyHoroscope ul li.geminis a:active,
.horoscopes .dailyHoroscope ul li.geminis a:visited{
    background-image:url(/images/horoscopos/signos/orange/geminis-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.geminis a:hover{
    background-image:url(/images/horoscopos/signos/orange/geminis-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.cancer a:link,
.horoscopes .dailyHoroscope ul li.cancer a:active,
.horoscopes .dailyHoroscope ul li.cancer a:visited{
    background-image:url(/images/horoscopos/signos/orange/cancer-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.cancer a:hover{
    background-image:url(/images/horoscopos/signos/orange/cancer-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.leo a:link,
.horoscopes .dailyHoroscope ul li.leo a:active,
.horoscopes .dailyHoroscope ul li.leo a:visited{
    background-image:url(/images/horoscopos/signos/orange/leo-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.leo a:hover{
    background-image:url(/images/horoscopos/signos/orange/leo-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.virgo a:link,
.horoscopes .dailyHoroscope ul li.virgo a:active,
.horoscopes .dailyHoroscope ul li.virgo a:visited{
    background-image:url(/images/horoscopos/signos/orange/virgo-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.virgo a:hover{
    background-image:url(/images/horoscopos/signos/orange/virgo-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.libra a:link,
.horoscopes .dailyHoroscope ul li.libra a:active,
.horoscopes .dailyHoroscope ul li.libra a:visited{
    background-image:url(/images/horoscopos/signos/orange/libra-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.libra a:hover{
    background-image:url(/images/horoscopos/signos/orange/libra-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.escorpio a:link,
.horoscopes .dailyHoroscope ul li.escorpio a:active,
.horoscopes .dailyHoroscope ul li.escorpio a:visited{
    background-image:url(/images/horoscopos/signos/orange/escorpio-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.escorpio a:hover{
    background-image:url(/images/horoscopos/signos/orange/escorpio-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.sagitario a:link,
.horoscopes .dailyHoroscope ul li.sagitario a:active,
.horoscopes .dailyHoroscope ul li.sagitario a:visited{
    background-image:url(/images/horoscopos/signos/orange/sagitario-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.sagitario a:hover{
    background-image:url(/images/horoscopos/signos/orange/sagitario-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.capricornio a:link,
.horoscopes .dailyHoroscope ul li.capricornio a:active,
.horoscopes .dailyHoroscope ul li.capricornio a:visited{
    background-image:url(/images/horoscopos/signos/orange/capricornio-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.capricornio a:hover{
    background-image:url(/images/horoscopos/signos/orange/capricornio-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.acuario a:link,
.horoscopes .dailyHoroscope ul li.acuario a:active,
.horoscopes .dailyHoroscope ul li.acuario a:visited{
    background-image:url(/images/horoscopos/signos/orange/acuario-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.acuario a:hover{
    background-image:url(/images/horoscopos/signos/orange/acuario-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.piscis a:link,
.horoscopes .dailyHoroscope ul li.piscis a:active,
.horoscopes .dailyHoroscope ul li.piscis a:visited{
    background-image:url(/images/horoscopos/signos/orange/piscis-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.piscis a:hover{
    background-image:url(/images/horoscopos/signos/orange/piscis-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.aries a.selected{
    background-image:url(/images/horoscopos/signos/orange/aries-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.tauro a.selected{
    background-image:url(/images/horoscopos/signos/orange/tauro-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.geminis a.selected{
    background-image:url(/images/horoscopos/signos/orange/geminis-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.cancer a.selected{
    background-image:url(/images/horoscopos/signos/orange/cancer-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.leo a.selected{
    background-image:url(/images/horoscopos/signos/orange/leo-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.virgo a.selected{
    background-image:url(/images/horoscopos/signos/orange/virgo-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.libra a.selected{
    background-image:url(/images/horoscopos/signos/orange/libra-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.escorpio a.selected{
    background-image:url(/images/horoscopos/signos/orange/escorpio-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.sagitario a.selected{
    background-image:url(/images/horoscopos/signos/orange/sagitario-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.capricornio a.selected{
    background-image:url(/images/horoscopos/signos/orange/capricornio-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.acuario a.selected{
    background-image:url(/images/horoscopos/signos/orange/acuario-over-102x102.jpg);
}
.horoscopes .dailyHoroscope ul li.piscis a.selected{
    background-image:url(/images/horoscopos/signos/orange/piscis-over-102x102.jpg);
}
.horoscopes .dailyHoroscope .horoscopeToday{
    display:block;
    margin:15px auto;
    text-align:center;
    font-family:Signika;
    font-weight:400;
    font-size:21px;
    background-repeat:no-repeat;
    background-position:center bottom;
    padding:0 0 8px 0;
}
.horoscopes .dailyHoroscope .horoscopeToday span{
    display:block;
    color:#FFF;
    line-height:30px;
}
.horoscopes .dailyHoroscope .currentSign{
    float:left;
    width:319px;
}
.horoscopes .dailyHoroscope .currentSign .sign{
    color:#f47920;
    margin:20px 0 0 0;
    font-family:"Open Sans", serif;
    font-weight:bold;
    font-size:30px;
}
.horoscopes .dailyHoroscope .currentSign .date{
    color:#666;
    font-family:"Open Sans", serif;
    font-size:16px;
    margin:0;
}
.horoscopes .dailyHoroscope .currentSign .tipoHoroscopo{
    display:block;
    margin:40px 30px 10px 50px;
    padding:5px 15px;
    text-align:center;
    background-color:#f47920;
    color:#fff;
    font-family:Georgia;
    font-style:italic;
    font-size:18px;
    border:solid 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;    
}
.horoscopes .dailyHoroscope .currentSign .image{
    float:left;
    margin:0px 10px 0 5px;
}
.horoscopes .dailyHoroscope .horoscope{
    float:right;
    width:300px;
    padding:0 0 0 20px;
    border-left:1px dotted #0072bc;
    font-size:17px;
    font-weight:normal;
}
.horoscopes .dailyHoroscope .horoscope p{
    margin:0;
    font-style:italic;
}

.horoscopes .dailyHoroscope .horoscope a.more{
    background-image:url(/images/horoscopos/button.gif);
    background-repeat:no-repeat;
    display:block;
    width:116px;
    height:40px;
    line-height:40px;
    color:#FFF;
    text-align:center;
    float:right;
    margin:5px 0 0 0;
}
.horoscopes .dailyHoroscope .horoscope .social{
    margin:10px auto;
}
.horoscopes .dailyHoroscope .horoscope .social .socialIcons{
    width:120px;
    margin:0 auto;
}
.horoscopes .dailyHoroscope .horoscope .social .socialIcons a{
    background-repeat:no-repeat;
    width:32px;
    height:32px;
    text-indent:-5000px;
    display:block;
    margin:0 2px;
    overflow:hidden;
    float:left;
}
.horoscopes .dailyHoroscope .horoscope .social .socialIcons .at300bs{
    background-image:none;
    padding:0;
}
.horoscopes .dailyHoroscope .horoscope .social .socialIcons .at300b .at4-icon{
    background:none !important;
}
.horoscopes .dailyHoroscope .horoscope .social .socialIcons a.addthis_button_facebook{
    background-image:url(/images/horoscopos/social-eldiario.gif);
}
.horoscopes .dailyHoroscope .horoscope .social .socialIcons a.addthis_button_twitter{
    background-image:url(/images/horoscopos/social-eldiario.gif);
    background-position:-38px 0;
}
.horoscopes .dailyHoroscope .horoscope .social .socialIcons a.addthis_button_email{
    background-image:url(/images/horoscopos/social-eldiario.gif);
    background-position:-78px 0;
}
.horoscopes .ninoProdigio a:link,
.horoscopes .ninoProdigio a:active,
.horoscopes .ninoProdigio a:hover,
.horoscopes .ninoProdigio a:visited{
    color:#333333;
    font-weight:bold;
}
.horoscopes .ninoProdigio{
    font-family:Georgia;
	float:left;
	width:300px;
}
.horoscopes .ninoProdigio .header{
    padding:10px 15px;
    background-color:#f5f5f5;
}
.horoscopes .ninoProdigio .header .title{
    margin:0;
    font-weight:400;
    font-size:17px;
}
.horoscopes .ninoProdigio .header .title span{
    color:#c23c8e;
    font-weight:700;
    font-size:22px;
    display:block;
    margin:0;
}
.horoscopes .ninoProdigio .content{
    font-size:16px;
    padding:10px 15px;
    border-bottom:4px solid #e99acb;
    height:170px;
}
.horoscopes .hoyCumple{
	width:100%;
	padding:0 0 10px 0;
}
.horoscopes .hoyCumple .title{
    margin:0 0 10px 0;
    font-family:"Open Sans", serif;
    font-weight:400;
    font-size:16px;
}
.horoscopes .hoyCumple .title span{
    font-weight:700;
    font-size:22px;
    display:block;
    margin:0;
}
.horoscopes .hoyCumple .contentBox{
    background-color:#f8f8f8;
}
.horoscopes .hoyCumple .contentBox .pic{
    padding:16px;
    background-color:#f1f1f1;
    float:left;
}
.horoscopes .hoyCumple .contentBox .content{
    padding:15px;
    width:290px;
    font-size:16px;
    float:left;
}
.horoscopes .hoyCumple .contentBox .content span{
    display:block;
    font-weight:700;
    font-style:italic;
    margin:0 0 5px 0;
}
.last-news h2{
	margin:10px 0 30px 0;
}
.last-news .articles .article{
	float:left;
	width:300px;
	height:90px;
}
.last-news .articles .article span{
	font-family:"Open Sans", serif;
	font-size:11px;
	font-weight:600;
	color:#0072bc;
	display:block;
	margin:0 0 5px 0;
}
.last-news .articles .article a{
	font-size:16px;
	display:block;
}
.last-news .articles .position2,
.last-news .articles .position5{
	margin:0 30px
}
.last-news .ver-mas{
	clear:both;
	display:block;
	text-align:right;
	color:#0072bc;
}
.last-news-right{
	border:1px solid #000;
	padding:14px 12px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.last-news-right h3{
	margin:5px 0;
	font-size:23px;
}
.last-news-right .middle_wrapper ul{
	list-style:none;
	height:427px;
	overflow:auto;
	margin:10px 0 0 0;
}
.last-news-right .middle_wrapper ul li{
	border-bottom:1px solid #e5e5e5;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-size:13px;
}
.last-news-right .middle_wrapper ul li .left{
	float:left;
	width:70px;
}
.last-news-right .middle_wrapper ul li .right{
	float:left;
	width:200px;
}
.last-news-right .middle_wrapper ul li .left a{
	color:#f47920;
	line-height:20px;
}
.last-news-right .middle_wrapper ul li .right a{
	font-family:"Open Sans", serif;
}
.loader{
	margin:20px auto;
	text-align:center;
	display:none;
	clear:both;
}
.main-highlight{
	margin-bottom:30px;
}
.main-highlight .main-left{
	float:left;
	width:630px;
}
.main-highlight .main-left .highlight{
	margin:0 0 10px 0;
}
.main-highlight .main-left .highlight .picture img{
	width:100%;
}
.main-highlight .main-left .highlight .overlay{
	width:100%;
	float:left;
	position:relative;
	font-weight:700;
	height:105px;
	overflow:hidden;
}
.main-highlight .main-left .highlight .overlay h1 a{
	font-size: 33px;
}
.main-highlight .main-left .related-stories{
	margin:0;
	padding:0;
	font-family:"Open Sans", serif;
	font-size:13px;
}
.main-highlight .main-left .related-stories ul{
	list-style:none;
	padding:0;
	background-color:#000;
	border-top:1px solid #FFF;
}
.main-highlight .main-left .related-stories ul li{
	float:left;
	color:#FFF;
	display:block;
	width:49%;
	margin:0;
	padding:0;
	min-height:50px;
}
.main-highlight .main-left .related-stories ul li:last-child{
	float:none;
	min-height:0;
	clear:both;
}
.main-highlight .main-left .related-stories ul li:nth-child(odd){
	border-right:1px solid #FFF;
}
.main-highlight .main-left .related-stories ul li a{
	color:#FFF;
	padding:5px 10px 5px 25px;
	display:block;
}
.main-highlight .main-left .related-stories ul li a span.link-arrow{
	margin:3px 0 0 -18px;
	float:left;
	display:block;
	background-color:#fff200;
	color:#000;
	padding:0 3px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height:12px;
	font-weight:700;
	font-size:11px;
}
.main-highlight .main-right{
	float:right;
	width:300px;
}
.main-highlight .main-right .Add300x250{
	background-color:#999;
}
.main-highlight .main-right .horoscopos-promo{
	border:1px solid #000;
	height:74px;
	background-image:url(/images/horoscopos/victor-florencio-home.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:14px 0 0 12px;
	cursor:pointer;
	margin:0 0 10px 0;
}
.main-highlight .main-right .horoscopos-promo h3{
	margin:5px 0;
	font-size:23px;
}
.main-highlight .main-right .horoscopos-promo a{
	color:#000;
}
.main-highlight .main-right .horoscopos-promo p{
	font-family: 'Open Sans', serif;
	font-size:13px;
}
.main-highlight .main-right .horoscopos-promo p span{
	font-weight:700;
}
.main-highlight .highlights-left{
	float:left;
}
.main-highlight .highlights-right{
	float:right;
	width:300px;
}
.nfl-superbowl{
	margin:0 auto 10px auto;
	width:960px;
	height:117px;
}
.nfl-superbowl a.banner{
	width:100%;
	height:100%;
	display:block;
	float:left;
	background-image:url('/images/nfl/nfl-camino-al-superbowl.jpg');
}
.nfl-superbowl .kingsford{
	float:right;
	position:relative;
	margin:-35px 10px 0 0;
	width:60px;
	height:30px;
}
.nfl-superbowl-right{
	margin:10px auto;
}
.nfl-superbowl-right .article{
	margin:10px auto;
	width:290px;
	color:#e70009;
}
.nfl-superbowl-right .article img{
	width:100%;
}
.nfl-superbowl-right .article p{
	margin:5px 0;
	text-transform:Uppercase;
	font-size:12px;
	font-weight:700;
	font-family: 'Bitter', serif;
}
.nfl-superbowl-right .bottom{
	background-color:#09376e;
	padding:5px 0;
}
.nfl-superbowl-right .bottom .follow{
	float:left;
	width:64%;
	text-align:right;
}
.nfl-superbowl-right .bottom .like{
	float:right;
	width:34%;
	margin:2px 0 0 0;
}
.ninoBiography h2{
    margin:0;
    font-family:Signika;
    font-weight:400;
    font-size:30px;
}
.ninoBiography p{
    font-family:Georgia;
    font-size:16px;
}
.ninoBiography a:link,
.ninoBiography a:active,
.ninoBiography a:visited{
    display:block;
    width:280px;
    margin:20px auto 10px auto;
    padding:5px 15px;
    text-align:center;
    background-color:#c23c8e;
    color:#fff;
    font-style:italic;
    font-size:18px;
    border:solid 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;    
}
.ninoBiography a:hover{
    background-color:#df59ab;
}
.navigation .menu{
	display:none;
	float:left;
	position:absolute;
    -moz-box-shadow: 0px 0px 6px #000000;
    -webkit-box-shadow: 0px 0px 6px #000000;
    box-shadow: 0px 0px 6px #000000;
	text-align:left;
	margin:35px 0 0 0;
	font-size:14px;
	z-index:2000000;
}
.navigation .menu ul{
	padding:8px 0;
}
.navigation .menu ul li a{
	display:block;
	padding:3px 15px 3px 10px;
    /*-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	transition: all 0.5s ease;*/
}
.navigation .menu ul li a:hover,
.navigation .menu ul li a.active{
	padding:3px 10px 3px 15px;
}
.navigation .menu ul li.subsection a{
	padding:3px 15px 3px 15px;
}
.navigation .menu ul li.subsection a:hover{
	padding:3px 10px 3px 20px;
}
.opinion .editorial .article{
    border-bottom:1px solid #dddddd;
    margin:15px 0 0 0;
    padding:0 0 15px 0;
}
.opinion .editorial .article a:link,
.opinion .editorial .article a:active,
.opinion .editorial .article a:visited,
.opinion .editorial .article a:hover{
    color:#000;
}
.opinion .editorial .article a:hover{
    text-decoration:underline;
}
.opinion .editorial .article p{
    margin:0;
}
.opinion .editorial .article .picture img{
    border:1px solid #dddddd;
}
.opinion .editorial .article .title{
    font-size:17px;
    font-weight:bold;
}
.opinion .editorial .article .by{
    font-size:13px;
    color:#999;
    margin:0 0 10px 0;
}
.opinion .editorial .article .summary{
    font-size:14px;
}
.opinion .editorial .article .published{
    color:#b4b4b4;
    margin:5px 0;
}
.opinion .content_list_view_more{
    margin:20px auto 0 auto;
	text-align:center;
}
.opinion .content_list_view_more a{
	color:#FFF;
	display:block;
	background-color:#0072bc;
	padding:10px 0;
}
.opiniones .article{
	float:none;
	width:auto;
	margin:0 0 20px 0;
	height:auto;
}
.opiniones .article-odd{
	margin-right:0;
}
.outbrain-right{
    border: 1px solid #cacaca;
    margin:10px 0 0 0;
    font-size:13px;
}
.outbrain-right .header-title{
	margin:0;
    border-bottom:1px solid #cacaca;
}
.outbrain-right .header-title h1{
	font-size:19px;
    color:#FFF;
	margin:0;
	font-family: 'Bitter', serif;
	font-size: 20px;
	font-weight:700;
	display:block;
	background-color:#000000;
	height:30px;
	line-height:30px;
	padding:0 0 0 13px;
}
.outbrain-right .vista{
	background-color:#fb340d;
	background-image:url(http://chicafresh.com/wp-content/themes/latinapractica2014/images/trama.png);
}
.outbrain-right .vista img{
	margin:0 0 0 12px;
	padding:5px 0;
}
.outbrain-right .qmf,
.outbrain-right .qmf-sponsor{
	background-color:#4fb047;
}
.outbrain-right .qmf img{
	width:220px;
	margin:5px 0 2px 12px;
}
.outbrain-right .qmf-sponsor{
	text-align:center;
}
.outbrain-right .qmf-sponsor img{
	width:190px;
	margin:5px 0;
}
.outbrain-right .ob_what{
    display:none;
}
.outbrain-right .item-link-container .item-container{
    border-bottom:1px dotted #cacaca;
    padding:5px 5px;
}
.outbrain-right .item-link-container .item-container .strip-rec-link-title{
    margin:0 10px 0 0;
}
.outbrain-right .item-link-container .item-container .ob-text-content .strip-rec-link-source{
    display:none;
}
.outbrain-right .ob_box_cont ul{
	list-style-type:none;
	margin:0 10px;
}
.outbrain-right .ob_box_cont ul li{
    border-bottom:1px dotted #cacaca;
    padding:5px 0px;
}
.outbrain-right .ob_box_cont ul li:last-child{
    border-bottom:none;
}
.outbrain-right .ob_box_cont ul li a:link,
.outbrain-right .ob_box_cont ul li a:visited,
.outbrain-right .ob_box_cont ul li a:active,
.outbrain-right .ob_box_cont ul li a:hover{
    color:#222222;
}
.outbrain-right .sponsored-logo{
    float:right;
    margin:-15px 2px 0 0;
    z-index:100;
    position:relative;
}
.outbrain-right .sponsored-logo img{
    width:50px;
}
.PrimaryContent .copyHead h1{
	text-transform:Uppercase;
}
.PrimaryContent .allSections-b2 p,
.PrimaryContent .allSections-b2 ul,
.PrimaryContent .allSections-b2 ol{
	margin:0 0 20px 0;
	font-family:"Open Sans";
	font-size:12px;
}
.PrimaryContent .allSections-b2 ul,
.PrimaryContent .allSections-b2 ol{
	padding-left:20px;
}
/* photo gallery archive begin */
.photo_gallery_archive{
	width:100%;
	margin-bottom:8px;
	padding-top:26px;
}
.photo_gallery_archive .content_list_view_more{
	padding:20px 0 20px 0;
	text-align:center;
}

.photo_gallery_archive .photo_gallery_listing_wrapper{
	background-color:#1e1e1e;
}

.photo_gallery_archive ul{
	list-style-type:none;
}

.photo_gallery_archive ul li{
	float:left;
	padding:26px 0 0 27px;
	position:relative;
}

.photo_gallery_archive ul li div.title{
	width:274px;
	height:40px;
	padding-top:8px;
	overflow:hidden;
	word-wrap:break-word;
}

.photo_gallery_archive ul li div.title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

.photo_gallery_archive ul li div.title a:hover{
	text-decoration:underline;
}

.photo_gallery_archive ul li img.teaser{
	width:260px;
	height:185px;
	border:12px solid #646464;
	-moz-box-shadow:5px 5px 5px #000000;
	-webkit-box-shadow:5px 5px 5px #000000;
	box-shadow:5px 5px 5px #000000;
}

.photo_gallery_archive ul li img.camera{
	position:absolute;
	left:39px;
	top:38px;
	width:39px;
	border:0;
}

.photo_gallery_archive ul li span.date{
	position:absolute;
	top:38px;
	right:12px;
	background-color:#000000;
	padding:2px 6px 2px 6px;
}

.photo_gallery_archive ul li span.date a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
}

.photo_gallery_archive ul li span.date a:hover{
	text-decoration:none;
}
.photo_gallery_archive .content_list_view_more{
    margin:20px auto 0 auto;
	text-align:center;
}
.photo_gallery_archive .content_list_view_more a{
	color:#FFF;
	display:block;
	padding:10px 0;
}
/* photo gallery archive end */
.ptm-right{
    border: 1px solid #cacaca;
    margin:10px 0 0 0;
    font-size:13px;
}
.ptm-right .header-title{
	margin:0;
    border-bottom:1px solid #cacaca;
    background-color:#f03247;
}
.ptm-right .header-title img{
	width:170px;
	margin:0 0 0 12px;
	padding:5px 0;
}
.ptm-right .articles{
	margin:10px;
	font-family:"Open Sans", serif;
	font-size:22px;
}
.ptm-right .articles .container{
	margin:0 0 10px 0;
}
.ptm-right .articles .container .pic img{
	width:100%;
}
.ptm-right .articles .container .picture-title{
	color:#ee3449;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	font-size:22px;
	border-bottom:1px solid #cecece;
}
.ptm-right .articles .container .summary{
	margin:0 auto;
	font-size:16px;
	color:#414141;
}
.publications-bar{
	height:40px;
	text-align:center;
	font-weight:700;
}
.publications-bar a{
	line-height:40px;
	margin:0 2px;
	font-weight:600;
}
.SearchResultForm {
	margin-bottom:15px;
	font:13px Arial,Helvetica,sans-serif;
	color:#3b3b3b
}
	
div.selectbox-wrapper {
	z-index:1000
}
.SearchResultForm input[type=text] {
	background:#fff;
	border:1px solid #849c98;
	margin:0;
	padding:3px 7px;
	-webkit-writing-mode: horizontal-tb;
}
.SearchResultForm .selectbox {
	background:url(http://laopinion.com/images/laopinion/bg_select1.png) right no-repeat!important;
	color:#3b3b3b;
	margin-bottom:10px;
	padding:3px 2px 4px 7px;
	background-color:#fff;
}
.SearchResultForm #SearchCategory_input,.SearchResultForm #DateRange_input {
	width:110px!important;
	-webkit-writing-mode: horizontal-tb;
}
.SearchResultPager {
	background:#e2e2e2;
	padding:5px;
	margin-bottom:10px;
}	
.SearchResultPager a {
	color:#0072bc;
	font-weight:bold
}
	
.SearchResultMsg {
	font:italic 18px Arial,Helvetica,sans-serif;
	color:#2c5a93;
	margin:0 0 10px 0
}
.secondary-highlights .highlights{
	float:left;
	width:300px;
	margin:0 0 20px 0;
	height:280px;
}
.secondary-highlights .highlights .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	margin:5px 0;
	display:block;
}
.secondary-highlights .highlights img{
	width:100%;
	max-height:180px;
}
.secondary-highlights .highlights h2{
	font-weight:700;
	font-size:20px;
}
.site-bar{
	background-color:#f47920;
	height:40px;
	text-align:center;
}
.site-bar a{
	line-height:40px;
	margin:0 5px;
	font-weight:600;
}
.site-bar img{
	vertical-align:middle;
}
.sitemap-bar .column{
	float:left;
	width:19%;
	border-right:1px solid #FFF;
	min-height:100px;
}
.sitemap-bar .column a{
	margin:2px 0 0 10px;
	font-size:13px;
}
.sitemap-bar .column-last{
	border:none;
}
.sitemap-wrapper{
	border-top:1px solid #FFF;
	padding:10px 0;
	margin:0 auto;
}
.social-bar{
	background-color:#000000;
	height:40px;
}
.social-bar .social ul{
	list-style-type:none;
	float:right;
}
.social-bar .social ul li{
	float:left;
	display:block;
	margin:5px 2px 0 2px;
}
.social-bar .social ul li .dailycred-user-info{
	line-height:30px;
}
.social-bar .quick-links{
	float:left;
	font-size:12px;
}
.social-bar .quick-links ul{
	margin:10px 0 0 0;
}
.social-bar .quick-links ul li{
	float:left;
	border-right:1px solid #FFF;
}
.social-bar .quick-links ul li:last-child{
	border:none;
}
.social-bar .quick-links ul li a{
	padding:2px 10px;
	display:block;
}
.social-bar .quick-links ul li:first-child a{
	padding:2px 10px 2px 0;
	display:block;
}
.sponsoredTitle {
	margin:0 0 10px 0;
}
.sponsoredTitle h1{
	width:100%;
    padding:0;
    color:#000;
	text-transform:Uppercase;
}
.sponsoredTitle .sponsoredLogo{
    float:right;
    margin:-90px 0 0 0;
}
.sponsoredTitle .sponsoredLogoSalud{
    float:right;
    margin:-85px 0 0 0;
	font-size:13px;
	color:#ababab;
	font-family:"Open Sans", serif;
}
.sponsoredTitle .sponsoredLogoSalud img{
	height:60px;
}
.sponsoredTitle .horoscopos{
    float:none;
    margin:0;
	border-bottom:4px solid #000;
	display:block;
	width:360px;
}
.sponsoredTitle .horoscopos h1{
	margin:0 -25px 0 0;
}
.sponsoredTitle .horoscopos .by{
	float:left;
	margin:-6px 0 0 0;
	font-weight:400;
	font-size:14px;
	font-family:Signika;
}
.sponsoredTitle .horoscopos .by span{
	font-weight:700;
	font-size:18px;
	text-transform:Uppercase;
}
.sponsoredTitle .horoscopos .logo{
	float:left;
}
.sponsoredTitle h1.de-la-bahia{
	text-indent:-5000px;
	background-image:url('/images/publications/laopinion/de-la-bahia.png');
	background-repeat:no-repeat;
	-webkit-background-size: 100%;
  	-moz-background-size: 100%;
  	-o-background-size: 100%;
  	background-size: 100%;
	width:250px;
	height:75px;
}
.temas-bar{
	background-color:#f47920;
	height:40px;
	overflow:hidden;
}
.temas-bar ul li{
	float:left;
}
.temas-bar ul li a{
	line-height:40px;
	margin-right:30px;
}
.TwoColumnNews {
	/*font:14px/20px Arial,Helvetica,sans-serif;*/
	font:14px/20px;
	color:#3a3a3a;
	padding-top:15px
}
	
.TwoColumnNews h2 a {
	color:#3b3b3b
}
	
.TwoColumnNews .TwoColumnCol1 {
	width:170px;
	float:left
}
	
.TwoColumnNews .TwoColumnCol2 {
	width:445px;
	float:left;
	padding-left:7px
}
	
.TwoColumnNews .TwoColumnCol2 p a {
	color:#0072bc
}
	
.TwoColumnNews .TwoColumnContent {
	padding-bottom:5px
}
	
.TwoColumnNews ul {
	margin:0;
	padding:0;
	margin-top:10px
}
	
.TwoColumnNews ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline
}
/*Article styles*/
#ct_photo_gallery{
    display:none;
	position:relative;
	margin:12px 0 12px 0;
}

#ct_photo_gallery a{
    display:block;
	border:2px solid #333333;
	text-decoration:none;
}

#ct_photo_gallery img.gallery_photo{
    width:100%;
	display:block;
}

#ct_photo_gallery img.camera{
	border:0;
	position:absolute;
	top:0;
	left:0;
}

#ct_photo_gallery span.gallery_title{
    position:absolute;
    bottom:0;
    left:0;
	width:100%;
	padding-top:4%;
	background-color: #000000;
	/*opacity:0.7;*/
	/*filter: alpha(opacity=70);*/
    height:16%;
    color:#ffffff;
	text-align:center;
	font-size:25px;
	text-shadow:black 0.1em 0.1em 0.2em;
	/*text-transform:uppercase;*/
	display:block;
}

#ct_photo_gallery1{
    display:none;
	position:relative;
	margin:12px 0 12px 0;
}

#ct_photo_gallery1 a{
    display:block;
	border:2px solid #333333;
}

#ct_photo_gallery1 img.gallery_photo{
    width:100%;
    /*border:2px solid #333333;*/
	display:block;
}

#ct_photo_gallery1 img.camera{
	border:0;
	position:absolute;
	top:0;
	right:0;
}

#ct_photo_gallery1 span.gallery_title{
    position:absolute;
    bottom:0;
    left:0;
	width:100%;
	padding-top:4%;
	background-color: #000000;
	/*opacity:0.7;
	filter: alpha(opacity=70);*/
    height:16%;
    color:#ffffff;
	text-align:center;
	font-size:25px;
	text-shadow:black 0.1em 0.1em 0.2em;
	/*text-transform:uppercase;*/
	display:block;
}

#ct_photo_gallery1 a{
    text-decoration:none;
}
article.container{
    color:#333333;
	margin:10px 0 0 0;
}
article.sponsored-article{
    background-color:#f3f3f3;
	padding:10px;
}
article.sponsored-article .sponsored-ad{
	float:left;
	font-family:"Open Sans", serif;
	font-size:13px;
	font-weight:600;
	padding:4px;
	background-color:#c1c1c1;
}
article.sponsored-article .sponsored-logo{
	float:right;
	font-family:"Open Sans", serif;
	font-size:13px;
	font-weight:600;
	margin:0 0 15px 0;
}
article.sponsored-article .sponsored-logo img{
	vertical-align:middle;
	max-height:30px;
}
article.container .sponsor-fidelis{
	margin:0 0 10px 0;
	padding:0 0 2px 0;
	text-align:right;
}
article.container .sponsor-fidelis img{
	width:150px;
}
article.container div.byline{
}

article.container div.byline span{
    font-style:italic;
    font-size:12px;
    color:#9a9a9a;
    font-weight:normal;
}

article.container div.photo_caption{
    font-size:12px;
    color:#333;
    padding-bottom:0px;
}
article.container div.photo_credit{
    font-size:12px;
    color:#666;
    padding-bottom:14px;
	font-style:italic;
	color:#000;
	font-weight:300;
}

article.container div.publish_bar{
    font-size:12px;
    color:#000;
    font-weight:700;
    text-transform:uppercase;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    overflow:hidden;
    margin:3px 0 20px 0;
    height:28px;
    line-height:28px;
}

article.container div.publish_bar img{
	vertical-align:middle;
	border:0;
	padding:0 7px 0 7px;
	width: 20px;
	height:17px;
}
article.container div.publish_bar img{
	
}
/** addthis fix for style purposes **/
article.container div.publish_bar div.addthis_toolbox,
article.container div.publish_bar div.addthis_toolbox a,
article.container div.publish_bar div.addthis_toolbox div.atclear{
	display:inline;
	padding:0;
	margin:0;
	float:none;
}
/** end addthis fix **/

article.container div.byline h3{
    display:inline;
    font-weight:bold;
    font-style:italic;
    font-size:12px;
    color:#000000;
}

article.container p.summary{
    font-size:18px;
	font-family:"Open Sans", serif;
    padding:12px 0 16px 0;
    font-weight:bold;
    line-height:21px;
}

article.container div.body_paragraph p,article.container div.body_paragraph h2{
    padding:0 0 14px 0;
	margin:0;
}

article.container div.body_paragraph{
    padding:0 0 14px 0;
    line-height:22px;
    font-size:15px;
	font-family:"Open Sans",serif;
}

article.container div.body_paragraph ul, article.container div.body_paragraph ol{
	font-size: 15px;
	padding-left:22px;
	margin:0;
	line-height:22px;
}

article.container div.body_paragraph a{
    color:#0051ff;
	text-decoration: underline;
}

article.container h1.article_title{
    font-size:35px;
    margin:0;
    line-height: 37px;
}

article.container h2.body_paragraph_heading{
	font-family:"Open Sans",serif;
    color:#f47920;
    font-weight:bold;
    font-size:24px;
    margin:0 0 10px 0;
}

article.container div.connections_container{
    border:1px solid #cccccc;
    width:214px;
    float:left;
    /*padding:3px 6px 6px 6px;*/
    margin:0 10px 10px 0;
}

article.container div.connections_container h2{
    margin:0;
    font-weight:bold;
    font-size:15px;
    text-align:center;
	padding:3px 0 0 6px;
}

article.container div.connections_container ul{
    list-style-type:none;
}

article.container div.connections_container ul li{
    padding:12px 6px 12px 6px;
    vertical-align:top;
    word-wrap:break-word;
}

article.container div.connections_container ul li a{
    text-decoration:none;
    font-weight:bold;
    color:#333333;
    font-size:14px;
}

article.container div.connections_container ul li a:hover{
    text-decoration:underline;
}

article.container ul.connections_container li.divider{
    border-bottom:1px solid #cccccc;
}

article.container div.photo_slide_container{
    margin-bottom:4px;
}
article.container .photo_slide_container .imgBox{
   display:block;
}
article.container .photo_slide_container .imgBox .picture{
    width:100%;
    float:left;
}
article.container .photo_slide_container .imgBox .photoCaption{
    font-size:14px;
    color:#FFF;
    width:100%;
    padding:0 0;
    margin:0 0 0 0;
    /*background-color:#333;*/
    background-color:#000000;
    /*opacity:0.7;*/
    position:absolute;
    bottom:3px;
    /*filter:alpha(opacity=70);*/
}
article.container .photo_slide_container .imgBox .photoCaption span{
    margin:10px;
    display:block;
}
article.container .related-content{
	border-top:1px solid #b2b2b2;
	padding:10px 0;
	margin:10px 0 0 0;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
}
article.container .related-content h3{
	color:#434343;
	margin:0 0 10px 0;
}
article.container .related-content ul{
	list-style:none;
}
article.container .related-content .pub_text{
	color:#226fbf;
}
.article-sponsored-bbc{
	margin:0 0 10px 0;
}

.article-sponsored-copy-bbc{
	border-top:1px solid #000;
}
/* MAIN ARTICLE PHOTO SLIDES BEGIN */
/* Prevent the slideshow from flashing on load */
#main_photo_slides{
    display:none;
}

.photo_slide_container{
    position:relative;    
}

.photo_slide_container img{
    border:0;
    width:100%;
}

.photo_slide_container a.slidesjs-previous{
    position:absolute;
    top:38%;
    left:0;
    z-index:500;
}

.photo_slide_container a.slidesjs-next{
    position:absolute;
    top:38%;
    right:0;
    z-index:500;
}
#breadcrumbs ul{
    list-style-type:none;
    padding:0;
    margin:10px 0 0 0;
    border:1px solid #cccccc;
    margin-bottom:10px;
}

#breadcrumbs ul li{
    background-image:url("/images/publications/category_separator.png");
    background-repeat:no-repeat;
    background-position:right top;
    display:inline-block;
	font-weight:bold;
    font-size:18px;
    color:#666666;
    padding:6px 40px 6px 15px;
    text-decoration:none;
}
.temas_de_nota{
    padding:10px 0 16px 0;
}
.temas_de_nota ul{
    list-style-type:none;
    margin:0;
    padding:0;
    height:24px;
    overflow:hidden;
}
.temas_de_nota ul li{
    float:left;
	display:block;
}
.temas_de_nota ul li a{
    color:#000;
    font-size:15px;
    text-decoration:none;
    font-family:"Open Sans", serif;
	background-color:#fff200;
	padding:3px 5px;
	margin:0 5px 0 0;
}
.temas_de_nota ul li a:hover{
    text-decoration:underline;
}
.temas_de_nota ul li.title{
	padding:2px 5px 2px 5px;
	margin:0 10px 0 0;
    font-family:"Open Sans", serif;
	color:#FFF;
	font-weight:600;
}
/* MAIN ARTICLE PHOTO SLIDES END */
#article_timestamp_min{
	display:none;
}

#article.container div.publish_bar img{
	padding:0 4px 0 4px;	
}

#commentscontainer{
	padding:5px 0px 5px;
	margin-top: 30px;
}

#commentscontainer div.header{
	background-color:#f0efef;
	height:28px;
	margin-bottom:20px;
}

#notas_relacionadas_min{
	display:none;
}
#article_social_media_bar{
	margin:0 0 5px 0;
	padding:0;
}
#article_social_media_bar img.mobile{
	display:none;
}
#article_social_media_bar div.addthis_toolbox{
	display:inline;
}
#article_social_media_bar a{
	display:block;
	float:left;
    padding:0;
    text-align:center;
}
#article_social_media_bar a:last-child{
	margin:0 0 0 0;
}
#article_social_media_bar a img{
    width:155px;
}
.sponsored-article #article_social_media_bar a img{
    width:150px;
}
#article_social_media_bar .mobile{
	display:none;
}
#article_social_media_bar div.separator{
    width:3px;
    height:20px;
    float:left;
    display:block:
}
/** addthis fix for style purposes **/
#article_social_media_bar div.addthis_toolbox div.atclear{
	display:inline;
	padding:0;
	margin:0;
	float:none;
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m{
	padding:0;
}
#article_social_media_bar .at15t_facebook,
#article_social_media_bar .at15t_twitter,
#article_social_media_bar .at15t_email,
#article_social_media_bar .at15t_google_plusone_share{
    background-image:none;
}
/** end addthis fix **/
.facebook-share-count{
	font-family:"Open Sans";
	border:1px solid #3f5eab;
	clear:both;
	display:block;
	float:left;
	width:100%;
	background-color:#fbfbfb;
	padding:20px 0;
	margin:10px 0 0 0;
	color:#000;
	font-size:16px;
}
.facebook-share-count .text{
	text-align:center;
}
.facebook-share-count .share{
	text-align:center;
	padding:10px 0 0 10px;
}
.facebook-header-share{
	position:fixed;
	width:100%;
	background-color:#eeeeee;
	margin:-10px 0 0 0;
    -moz-box-shadow: 0px 1px 1px #CCCCCC;
    -webkit-box-shadow: 0px 1px 1px #CCCCCC;
    box-shadow: 0px 1px 1px #CCCCCC;
    z-index:11;
	display:none;
}
.facebook-header-share .sharer-box{
	margin:8px auto;
	width:960px;
}
.facebook-header-share .sharer-box .sharer-link{
	float:left;
	background-image:url('/images/comparte-facebook-205x38.gif');
	display:block;
	text-indent:-5000px;
	width:205px;
	height:38px;
}
.facebook-header-share .sharer-box .story-title{
	float:left;
	font-size:16px;
	font-family:"Bitter";
	font-weight:700;
	height:38px;
	line-height:38px;
	margin:0 0 0 10px;
}
.teaser-ad728x90{
	position:fixed;
	width:100%;
	background-color:#eeeeee;
	bottom:0;
    -moz-box-shadow: 0px -1px 1px #CCCCCC;
    -webkit-box-shadow: 0px -1px 1px #CCCCCC;
    box-shadow: 0px -1px 1px #CCCCCC;
    z-index:11;
	display:none;
}
.teaser-ad728x90 .ad-container{
	margin:8px auto;
	width:728px;
}
.teaser-ad728x90 .ad-container .closeAd{
	width:20px;
	float:right;
	margin:-90px -25px 0 0;
	cursor:pointer;
}
.teaser-ad728x90 .ad-container .closeAd img{
	width:100%;
}
.newsletter-article-form .mobile{
	display:none;
}
.newsletter-article-form .newsletter-iframe{
	margin:15px auto 0 auto;
}
.newsletter-article-form .newsletter-standard .header{
	background-color:#f0efef;
	height:28px;
}
.newsletter-article-form .newsletter-standard .gray-bar{
	margin:15px 0 0 0;
	background-color:#f0efef;
	height:28px;
}
.newsletter-article-form .newsletter-640{
	padding:10px;
}
.newsletter-article-form .newsletter-640 .header{
	text-align:center;
	font-family:Arial;
	font-size:13px;
	padding:0 120px;
}
.newsletter-article-form .newsletter-640 .header h3{
	font-size:18px;
	margin:10px 0;
	font-family:Georgia, Georgia1, serif;
}
.newsletter-article-form .newsletter-640 .newsletter-iframe{
	width:70%;
}
.newsletter-article-staff{
	background-color:#f2f2f2;
	height:130px;
	margin:20px 0 10px 0;
}
.newsletter-article-staff .staff-pic{
	height:160px;
	margin:-30px 0 0 0;
	float:left;
}
.newsletter-article-staff .staff-pic img{
	width:100%;	
	vertical-align:bottom;
}
.newsletter-article-staff .staff-info{
	width:430px;
	float:left;
	margin:0 0 0 10px;
}
.newsletter-article-staff .staff-info .text{
	margin:5px 0 5px 0;
	font-size:13px;
	font-family:"Open Sans";
	min-height:80px;
}
.newsletter-article-staff .staff-info .text span{
	display:block;
	font-size:23px;
	color:#0173bc;
	font-weight:700;
	line-height:35px;
	font-family:"Bitter";
}
.newsletter-article-staff .mobile{
	display:none;
}
.newsletter-horoscopos{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	background-repeat:no-repeat;
	background-position:center 30px;
	text-align:center;
}
.newsletter-horoscopos .mobile{
	display:none;
}
.newsletter-horoscopos .suscription-bar{
    font-weight:400;
    font-size:18px;
    display:block;
    color:#FFF;
	padding:4px 0 4px 10px;
    font-family:Signika;
	text-align:left;
}
.newsletter-horoscopos .newsletter-wrapper .suscribe-left p{
	font-size:22px;
	margin:20px 35px;
	color:#626262;
    font-family:Georgia;
    font-style:italic;
}
.newsletter-horoscopos .newsletter-wrapper .suscribe-left p span{
	font-weight:700;
}
.newsletter-horoscopos .newsletter-wrapper .suscribe-right{
	margin:0px 35px;
}
.newsletter-horoscopos .newsletter-wrapper .suscribe-right p{
    font-family:Signika;
	text-transform:uppercase;
	font-size:22px;
	margin:30px 0 10px 0;
}
.newsletter-share{
	display:none;
}
.newsletter-share .button-expand{
	background-color:#fab000;
	float:left;
	width:120px;
	height:5px;
}
.newsletter-share .share-box{
	clear:both;
	border:1px solid #fab000;
}
.newsletter-share .share-box .box-content{
	border:10px solid #ececec;
}
.overlayArticleIcon{
    position:relative;
    float:right;
}
.overlayArticleIcon .gallery{
    background-image:url('/images/icon-gallery-65x50.png');
    background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width:38px;
    height:30px;
}
.overlayArticleIcon .video{
    background-image:url('/images/icon-video-65x50.png');
    background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width:40px;
    height:32px;
}
.highlights-left .overlayArticleIcon{
    margin:-349px 0 0 0;
}
.article .overlayArticleIcon,
.secondary-highlights .overlayArticleIcon{
    margin:-180px 0 0 0;
}
.articles-box-left .overlayArticleIcon{
    margin:-450px 0 0 0;
}
.home-flashpik .articles .overlayArticleIcon{
    margin:-312px 0 0 0;
}
.click-la .overlayArticleIcon,
.click-ny .overlayArticleIcon{
    margin:0;
    float:right;
    position:relative;
}
#site_overlay{
    opacity:0.5; 
    background:#000000; 
    width:100%;
    height:100%; 
    z-index:10;
    top:0; 
    left:0; 
    position:fixed;
}
#photo_gallery_popup{
    position:absolute;
    width:996px;
    background-color:#000000;
    left:50%;
    margin-left:-514px;
    z-index:20;
    padding:12px 12px 28px 12px;
}
#photo_gallery_popup img{
    border:0;    
}
#photo_gallery_popup div.header{
    width:100%;
    height:58px;
    text-align:right;
	background-color:#231f20;
	margin-bottom:8px;
}
#photo_gallery_popup div.header a{
	display:block;
	padding:10px 10px 0 0;
}
div#photo_gallery_popup div.left{
    width:668px;
    float:left;
}
div#photo_gallery_popup div.left img.gallery_photo{
    width:100%;
}  
div#photo_gallery_popup div.right{
    width:303px;
    height:515px;
    float:right;
    position:relative;
}
div#photo_gallery_popup div.right h3.gallery_title{
    color:#ffffff;
    font-family:Asap-Regular, Arial, Helvetica, sans-serif;
    font-size:18px;
    text-transform:uppercase;
    padding:11px 0 17px 0;
    margin:0;
}
div#photo_gallery_popup div.right h3.photo_title{
    color:#ffffff;
    font-family:Asap-Regular, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:normal;
    padding:0;
    margin:0;
    display:block;
    height:168px;
}
div#photo_gallery_popup div.right div.addthis_toolbox a{
    border:0;
    float:right!important;
}
div#photo_gallery_popup div.right div.addthis_toolbox{
    float:right;
}
div#photo_gallery_popup div.right span.share_label{
    color:#ffffff;
    font-family:Asap-Regular, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    float:right;
    padding-right:18px;
}
div#photo_gallery_popup div.left div.gallery_wrapper{
    position:relative;
}
div#photo_gallery_popup div.left a.next{
    position:absolute;
    top:38%;
    right:0;
}
div#photo_gallery_popup div.left a.prev{
    position:absolute;
    top:38%;
    left:0;
}
div#photo_gallery_popup div.right div.captions_wrapper{
	position:relative;
	overflow:hidden;
	height:102px;
}
div#photo_gallery_popup div.right div.view_more{
	padding-bottom:24px;
}

div#photo_gallery_popup div.right div.view_more img{
	vertical-align:middle;
	border:0;
}
div#photo_gallery_popup div.right div.view_more a{
	text-decoration:none;
	color:#f4922d;
	font-size:13px;
	font-family:Asap-Regular, Arial, Helvetica, sans-serif;
}
div#photo_gallery_popup div.right div.view_more a:hover{
	text-decoration:underline;
}
#photo_gallery_popup div.right div.gallery_title{
	color:#ffffff;
	font-family: Asap-Bold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	height:45px;
	overflow:hidden;
}
div.photo_gallery_slide_details div.photo_title{
	color:#ffffff;
	font-family: Asap-Bold, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
div.photo_gallery_slide_details div.photo_caption{
	color:#ffffff;
	font-family: Asap-Regular, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
div.photo_gallery_slide_details div.photo_byline{
	color:#ffffff;
	font-family: Asap-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
}
div.photo_gallery_slide_details{
	position:absolute;
	top:4px;
	display:none;
	width:100%;
}
div.photo_gallery_share{
	width:100%;
}
.print_disclaimer{
	font-size:13px;
	padding:20px 0;
	color:#aaaaaa;
}
.ob_org_header{
	font-family: 'Bitter', serif;
	font-size: 23px;
	font-weight:700;
	margin:10px 0;
}
.mas-notas h4{
	font-family: 'Bitter', serif;
	font-size: 23px;
	font-weight:700;
	margin:10px 0;
}
.mas-notas .article{
	float:left;
	width:300px;
	margin:0 0 20px 0;
	height:280px;
}
.mas-notas .article-odd{
	margin-right:30px;
}
.mas-notas .article .datetime{
	color:#bbbbbb;
	font-family:"Open Sans", serif;
	font-size:11px;
	margin:5px 0;
	display:block;
}
.mas-notas .article .pic{
	width:100%;
	height:180px;
	overflow:hidden;
}
.mas-notas .article .pic img{
	width:100%;
}
.mas-notas .article .title{
	font-weight:700;
	font-size:16px;
}
.photo_wrapper{
    position:relative;
}
.photo_wrapper img{
    border:0;
}
.photo_text_overlay_large{
    position:absolute;
    bottom:0;
    color:#000;
    width:960px;
	vertical-align:middle;
}
.photo_text_overlay_large h1{
    margin:0;
    padding:0;
    text-align:center;
}
.photo_text_overlay_large h1 a{
    color:#000;
    font-weight:bold;
    text-transform:uppercase;
    display:block;
    padding:6px 0 2px 0;
	background-color:#fff200;
	display:inline;
	line-height:50px;
	padding:4px 5px;
	font-size:35px;
}
.photo_text_overlay_large h2{
    text-align:center;
    margin:0;
    padding:0;
}
.photo_text_overlay_large h2 a{
    color:#ffffff;
    font:31px Georgia1, Georgia, serif;
    font-weight:bold;
    display:block;
    padding:2px 0 10px 0;
}
.photo_wrapper .breaking_news_photo_tag{
    position:absolute;
    top:14px;
    left:0;
    background-color:#f0f622;
    color:#000000;
    padding:7px 12px 6px 12px;
    font-size:22px;
    font-weight:bold;
    text-decoration:none;
}
.photo_text_overlay_med{
    position:absolute;
    bottom:0;
    background-color:#000000;
    /*opacity:0.7;
    filter:alpha(opacity=70);*/
    color:#ffffff;
    width:640px;
    border-top:1px solid #fbfbfb;
	border-bottom:1px solid #ffffff;
	min-height:72px;
}
.photo_text_overlay_med h1{
    margin:0;
    padding:0;
}
.photo_text_overlay_med h1 a{
    color:#ffffff;
    /*font:25px Georgia, Georgia1, serif;*/
    font-size:25px;
    font-weight:bold;
    display:block;
    padding:4px 9px 5px 9px;
	line-height:30px;
	text-transform:none;
}
.PrintList {
	font-size:12px;
	color:#000;
	border-collapse: separate;
	border-spacing: 8px;
	border-color: gray;
}
.PrintList a {
	color:#000;
}
.PrintList .PrintListH1 {
    color:#000 !important;
	font: 23px "Bitter",serif;
	text-transform:uppercase;
	margin:10px 0 0 0;
}
.PrintList table td{
	vertical-align: top;
	width: 50%;
}
.PrintList ul {
	margin:7px 0 0 0;
	padding:0px;
	list-style-type:none;
}
.PrintList ul li {
	padding:3px 0px;
	font-family:"Bitter",serif;
	margin:0 0 5px 0;
}
