h1,h2,h3,h4,h5,h6,pre,code,table,td,th,dd,dt,dl,li,textarea {font-size: 100%;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td, img { margin:0; padding:0; }
a img,:link img,:visited img { border:none;}
ul, ol, li{list-style-type: none;}
td, th{ border-collapse:collapse;}
a{text-decoration: none;}

/* main */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
	background-color:#f2f2f2;
	padding:0 0 25px 0;
}
#headerContainer{
	width:100%;
	background-color:#000;
	text-align:center;
	padding:15px 0 0 0;
}
#header{
	width:744px;
	margin:0 auto;
}

#header img{
	border-left:0 0 0 1px;
}

#container{
	margin:0 auto;
}
#main{
	width:744px;
	background-color:#fff;
}

#primera{
	width:228px;
	padding:36px 0 0 0;
	vertical-align:top;
	text-align:center;
	
}
#segunda{
	padding:31px 48px 30px 0;
	/*height:450px;*/
	text-align:left;
	vertical-align:top;
	color:#494848;
}
.bordeIzq{
	width:12px;
}
.bordeDer{
	width:12px;
	background:url(../img/borde_tileY.gif) repeat-y left top;
	vertical-align:top;
}
.bordeInf{
	height:13px;
	background:url(../img/borde_tileX.gif) repeat-x left top;
	text-align:left;
}
/* end of main */

/* footer y cierre */
#footer{
	font-size:.9em;
	color:#db176d;
	padding:7px 8px;
	margin:30px 0 0 0;
	background-color:#f5f5f5;
	border-top:1px solid #d9d9d9;
}
.logoFooter{
	vertical-align:bottom;
	padding:0 0 24px 30px;
}
.logosTitulares {
	padding:15px 0 10px 0;
}
.logosTitulares strong{
	font-size:.9em;
	color:#61be1a;
	margin:0 90px 0 30px;
}
.logos{
	vertical-align: middle;
	padding:0 0 0 23px;
}
.logos img{
	float: left;
	margin:0 5px 0 0;
}
/* end of footer y cierre */


/* share */
.noBorder{
	border:none!important;
}
.magenta{
	color:#e4126f!important;
	text-decoration: none;
}
.magenta a {
	color:#e4126f!important;
	text-decoration: none;
}
.magenta a:hover {
	color:#e4126f!important;
	text-decoration: underline;
}

.negroBase{
	color:#ffffff!important;
	text-decoration: none;
	background-color: #131313;
	padding-left:2px;
	padding-right:2px;
	
	
}
.verde{
	color:#57aa37!important;
}
hr{
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	margin:13px 0 0 0;
}
.extra-lineHeight{
	line-height:1.7em;
}
a.flechaMagenta{
	color:#000;
	background:url(../img/bullet_flechaMagenta.gif) no-repeat left center;
	padding:0 0 0 10px;
	font-size:.9em;
	margin:10px 0 0 0;
}
a.flechaMagenta:hover{
	text-decoration:underline;
}