/* 
CSS Name: cerouno
CSS URI: http://www.revistacerouno.cl/
Description: CSS desarrollado por ASIN para Revista CeroUno.
Version: 1.0
Author: rvalenzuela
Author URI:  http://www.asin.cl
*/
*{
margin: 0;
padding: 0;
}
a {
outline:none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body{
font-family:Arial, Helvetica, sans-serif;
background-image: url(images/cerodos_03.png);
background-repeat: repeat-x;
background-color: #FFFFFF;
}
#gral {
	margin: auto;
	width: 900px;
}
#head {
	margin: auto;
	height: 190px;
	width: 900px;
	background-image: url(images/cerodos_06.png);
	background-repeat:no-repeat;
}
#suscribete {
	height: 23px;
	width: 186px;
	margin-left: 15px;
}
#puntosdeventa {
	height: 35px;
	width: 218px;
	margin-left: 15px;
}
#ediciones_anteriores {
	background-image: url(images/ed_ant.jpg);
	height: 60px;
	width: 107px;
	margin-top:-9px;
	overflow:hidden;
	background-repeat:no-repeat;
}
#txt_ediciones {
	height: 228px;
	width: 107px;
}
.titulo_ediciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6D6F71;
	font-weight: bold;
}

#txt_actual {
	margin: auto;
	height: 242px;
	width: 267px;
}

#info_sup {
	height: 300px;
	width: 900px;
}
#flash_portada {
	float: left;
	height: 300px;
	width: 600px;
}
#txt_portada_actual {
	float: right;
	height: 300px;
	width: 300px;
}
#info_inf {
	height: 288px;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#txt_ed_ant {
	float: left;
	height: 258px;
	width: 107px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#porta_ediciones {
	float: right;
	height: 258px;
	width: 781px;
}
#porta_izq {
	float: left;
	height: 258px;
	width: 481px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#porta_izq2 {
	float: right;
	height: 288px;
	width: 300.8px;
}
#porta_der {
	float: right;
	height: 258px;
	width: 281px;
}
.publicidad{
width:269px;
height:76px;
margin-top:3px;
}
.publicidad_medio{
width:269px;
height:76px;
margin-top:8px;
margin-bottom:8px;
}
#portada1 {
	float: left;
	height: 258px;
	width: 143px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 4px;
}

#portada2 {
	float: left;
	height: 260px;
	width: 144px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 4px;
}
#portada3 {
	float: right;
	height: 260px;
	width: 144px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 4px;
}
#portada4 {
	float: left;
	height: 260px;
	width: 144px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 4px;
}
#portada5 {
	float: right;
	height: 260px;
	width: 144px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 4px;
}
#foot {
	height: 39px;
	background-color: #333333;
	clear: both;
	padding-top:5px;
}
#foot2 {
	margin: auto;
	height: 39px;
	width: 900px;
}
.titulo_edicion2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.txt_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {
	color: #FF6600;
	font-weight: bold;
}
.txt_blanco_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}
.txt_blanco11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 496px;
  height: 250px;
  margin-bottom: 10px;
  position: relative;
  }

#horizontal_carousel .container {
  float: left;
  width: 402px;
  height: 250px;
  position: relative;    
  overflow: hidden;
 
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 120px;
  height: 240px;
  text-align: left; 
  list-style:none;   
  float:left;
  padding-left: 7px;
  padding-right: 7px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 35px;
  height: 175px;
  background: url(carousel/left.png);
  z-index: 100;
  cursor: pointer;
  margin-top:20px;
}

#horizontal_carousel .previous_button_over {
  background: url(carousel/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(carousel/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 35px;
  height: 175px;
  background: url(carousel/right.png);
  z-index: 100;
  cursor: pointer;
  margin-top:20px;
}

#horizontal_carousel .next_button_over {
  background: url(carousel/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(carousel/right_disabled.png);
  cursor: default;
}
.titulo_ediciones {
	font-family: Arial;
	font-size: 18px;
	color: #6D6F71;
	font-weight: bold;
	text-transform:uppercase;
}
.titulo_edicion2 {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-transform:uppercase;
}
#descarga {
margin-top: 5px;
}
/*#descarga a {
font-family: Arial;
font-size: 11px;
color: #999999;
}*/
#descarga .img {
height: 29px;
width: 17px;
float:left;
}
#descarga .txt {
font-family: Arial;
font-size: 11px;
color: #999999;
line-height:29px;
margin-left: 24px;
}
form p {
display: inline;
}
form fieldset {
border: none;
padding: 0;
}
