body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/bkg-body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a img {
	border: none;
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 155px;
	width: 940px;
	overflow: hidden;
}
#header #logo {
	float: left;
	width: 340px;
	height: 145px;
	padding-top: 10px;
}
#header #menu {
	height: 55px;
	width: 550px;
	padding-top: 100px;
	text-align: right;
	float: left;
	overflow: hidden;
	padding-left: 50px;
}
#menu .bt-inicio a{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:86px;
	height:25px;
	background-image: url(../images/bt-inicio.png);
	background-repeat: no-repeat;
}
#menu .bt-inicio-on {
	overflow:hidden;
	float:left;
	width:86px;
	height:25px;
	background-image: url(../images/bt-inicio.png);
	background-repeat: no-repeat;
	background-position: 0px -23px;
}

#menu .bt-inicio a:hover{
	background-position:0 -25px;
}
#menu .bt-editorial a{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:113px;
	height:25px;
	background-image: url(../images/bt-editorial.png);
	background-repeat: no-repeat;
}
#menu .bt-editorial-on{
	overflow:hidden;
	float:left;
	width:113px;
	height:25px;
	background-image: url(../images/bt-editorial.png);
	background-repeat: no-repeat;
	background-position:0 -23px;
}
#menu .bt-editorial a:hover{
	background-position:0 -25px;
}
#menu .bt-secciones a{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:121px;
	height:25px;
	background-image: url(../images/bt-secciones.png);
	background-repeat: no-repeat;
}
#menu .bt-secciones-on{
	overflow:hidden;
	float:left;
	width:121px;
	height:25px;
	background-image: url(../images/bt-secciones.png);
	background-repeat: no-repeat;
	background-position:0 -25px;
}
#menu .bt-secciones a:hover{
	background-position:0 -25px;
}
#menu .bt-suscribete a{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:127px;
	height:25px;
	background-image: url(../images/bt-suscribete.png);
	background-repeat: no-repeat;
}
#menu .bt-suscribete-on{
	overflow:hidden;
	float:left;
	width:127px;
	height:25px;
	background-image: url(../images/bt-suscribete.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}
#menu .bt-suscribete a:hover{
	background-position:0 -25px;
}
#menu .bt-contacto a{
	overflow:hidden;
	float:left;
	text-indent:-9999px;
	width:101px;
	height:25px;
	background-image: url(../images/bt-contacto.png);
	background-repeat: no-repeat;
}
#menu .bt-contacto-on {
	overflow:hidden;
	float:left;
	width:101px;
	height:25px;
	background-image: url(../images/bt-contacto.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}
#menu .bt-contacto a:hover{
	background-position:0 -25px;
}
#banner {
	height: 400px;
	width: 940px;
	background-color: #000;
}
#content {
	margin: 0px;
	width: 940px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#introduccion {
	float: left;
	width: 285px;
}
#introduccion h1 {
	color: #bb282d;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #bb282d;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#introduccion p {
	font-size: 14px;
	color: #4d4646;
	line-height: 18px;
	text-align: left;
}
p {
	font-size: 14px;
	color: #4d4646;
	line-height: 18px;
	text-align: justify;
}
#secciones {
	float: left;
	width: 195px;
	background-image: url(../images/bkg-edicion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 241px;
	padding-left: 170px;
	margin-left: 25px;
}
#secciones .title {
	color: #BB282D;
	padding-left: 12px;
	font-weight: normal;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#secciones ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#secciones ul li {
	font-size: 12px;
	color: #4d4646;
	background-image: url(../images/bkg-ulli.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 0px;
}
#secciones ul li span {
	color: #BB282D;
	font-weight: bold;
	font-size: 14px;
}

#secciones .bt-ver-mas a{
	overflow:hidden;
	float:right;
	text-indent:-9999px;
	width:79px;
	height:19px;
	background-image: url(../images/bt-ver-mas.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#secciones .bt-ver-mas a:hover{
	background-position:0 -19px;
}
#suscribete {
	float: left;
	width: 247px;
	margin-left: 18px;
}
#suscribete-interna {
	float: left;
	width: 247px;
	margin-left: 18px;
	padding-top: 40px;
}
#footer {
	background-image: url(../images/bkg-footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 140px;
	width:100%;
	clear: left;
	float:left;
	display:inline;
	text-align: center;
}
#footer a {
	color: #bac65b;
	text-decoration: none;
	font-size: 11px;
}
#footer #yodesigner {
	width: 940px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bloque-contenido {
	float: left;
	width: 675px;
}
#bloque-contenido-full {
	width: 900px;
}
p strong {
	color: #BB282D;
	font-size: 16px;
}
p em {
	color: #000;
	font-weight: bold;
}
#suscribete-form {
	text-align: center;
	background-color: #BE2925;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	width: 575px;
	background-image: url(../images/bkg-form.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 140px;
	overflow: hidden;
}
.top  {
	background-image: url(../images/bkg-topform.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 140px;
	height: 12px;
	margin-top: 40px;
}
#suscribete-form label {
	text-align: right;
	display: block;
	margin-right: 130px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#suscribete-form .input300 {
	width: 300px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
}
#suscribete-form .bt-suscribete-ya {
	overflow:hidden;
	width:176px;
	height:38px;
	margin-top: 15px;
	margin-left: 145px;
}
#suscribete-form .bt-suscribete-ya a{
	overflow:hidden;
	float:right;
	text-indent:-9999px;
	width:176px;
	height:38px;
	background-image: url(../images/bt-suscribete-ya.png);
	background-repeat: no-repeat;
	margin-right: 200px;
	margin-top: 15px;
}

#suscribete-form .bt-suscribete-ya a:hover{
	background-position:0 -38px;
}
.email {
	color: #BB282D;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C64D51;
}
