/***********/
 /* Globals */
/***********/
body {
	background-color:#FFFFFF;
	color: #4e4e4e;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-image:url(../img/fondo.gif);
	background-position:top;
	background-repeat:repeat-x;
}

a {
	color: #2b77dd;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
.enlaces {
	color: #4e4e4e;
	text-decoration: none;
}

.enlaces:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding:0;
	margin:0;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
}

#noscreen {
	display: none;
}
input{
	font:Arial, Helvetica, sans-serif;
	color:#2b77dd;
	font-size:9px;
}

  /***************************/
 /* header, container */
/***************************/
#header {
	height: 103px;
	margin: 0 auto;
	width: 757px;
	overflow: hidden;
	background-color:#339966;
}

#contener {
	background-color:#FFFFFF;
	margin: 0 auto;
	width: 757px;
	height:100%;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 757px;
	background-color:#FFFFFF;
}
#content_left{
	width:500px; 
	float:left;
	background-color:#FFFFFF;
	text-align:justify;
}
#content_right{
	width:257px; 
	float:left;
	background-color:#FFFFFF;
	height:100%;
}
#area_suscriptores{
	width:257px;
	height:81px;
	background-image:url(../img/area_suscriptores.gif);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	font-size:11px;
}
#contenido_revista{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	line-height:1.7em;
	padding-top:35px;
	*padding-top:45px;
}
.identificacion{
	padding-top:20px;
	padding-left:15px;
}
.txt_azul{
	color: #2B77DD;
}
.portada{
	border:1px solid #c9c9c9;
}	
#hemeroteca_content{
	clear:both;
	background-color:#FFFFFF;
	color: #4d4d4d;
	text-align: center;
	margin: 0 auto;
	width: 757px;
	padding: 12px 0 12px 0;
	min-height:300px;
}
#quienessomos_content{
	clear:both;
	background-color:#FFFFFF;
	color: #4d4d4d;
	text-align: left;
	margin: 0 auto;
	width: 707px;
	padding: 12px 25px 12px 25px;
	min-height:300px;
}

  /******************/
 /* Footer */
/******************/
#footer {
	clear: both;
	background-color:#FFFFFF;
	color: #4d4d4d;
	font-size: 9px;
	padding: 7px 0 12px 0;
	text-align: center;
	width: 757px;
	margin: 0 auto;
	border-top:1px solid #c9c9c9;
}

#footer a {
	color: #4d4d4d;
	font-weight: normal;
	text-decoration:none;
}
#footer a:hover {
	color: #4d4d4d;
	font-weight: normal;
	text-decoration:underline;
}


/**** formulario *****/

.input_formulario{
	width:300px;
	color:#2B77DD;
	border:1px solid #b2abab;
	font-size:12px;
}
#contenido_formulario{
	background-color:#FFFFFF;
	float:left;
	width:100%;
	padding-top:35px;
	*padding-top:45px;
}
#revista_content{
	clear:both;
	background-color:#FFFFFF;
	color: #4d4d4d;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 12px 0 12px 0;
	height:600px;
}

/*popup recomendar*/

.recomienda_input{
	width:200px;
}
.recomienda_textarea{
	width:400px;
}
.recomienda_button{
	width:50px;
	color:#333333;
}
