@charset "utf-8";
body {
	background-image: url(../img/fondo2.gif);
	text-align: center;
	margin-top: 40px;
}
.contenido_revistas {
	position: relative;
	left: 0px;
	top: 0px;
	height: 264px;
	width: 571px;
	padding-right: 35px;
	padding-left: 35px;
}

.contenido {
	background-image: url(../img/fondo_cont.png);
	height: 423px;
	width: 641px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}
.logo {
	position: relative;
	top: -9px;
}
.revista {
	float: left;
	width: 180px;
	height: 260px;
}
.edicion {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #1B95CC;
	text-align: center;
	width: 100%;
	float: left;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.foto_revista {
	background-image: url(../img/fondo_foto.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 19px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.foto_revista2 {
	background-image: url(../img/fondo_foto2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 19px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}.texto_revista {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #1A89BF;
	font-weight: bold;
	letter-spacing: -1px;
}
.copy {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copy a:link {
	color: #FFFF00;
	text-decoration: none;
}
.copy a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.copy a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
