/* 
Radio A FM
diseo y construccin: Gustavo Antunez (gustavoantunez@gmail.com)
fecha: 19/09/09
mod1: -
mod2: -
 */


*{	/* reseteo de todo */
	margin: 0;
	padding: 0;
}
table{	/* fuera Cell Padding y Cell Spacing de las tablas!!! */
	border-spacing: 0px;
	border-collapse: collapse;
}

/* CLEAR FIX */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1px;
}
/* CLEAR FIX */



body{ 
	background: #FFF url(img/bgBody.jpg) repeat-x;
	color: #333;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p{
	margin-bottom: 12px;
}

hr{
	height: 1px;
	border: 1px solid #EBEBE4;
	color: #DFDFD7;
	background-color: #EBEBE4;
 	margin: 6px 0;
 	clear: both;
}

h1, h2, h3, h4, h5, h6{
	color: #924669;
}
h6{font-size: 12px;}
h5{font-size: 14px;}
h4{font-size: 16px;}
h3{font-size: 18px;}
h2{font-size: 20px;}

a:link, a:visited{
	color: #333;
}
a:hover, a:active{
	color: #000;
}

.color1{
	color: #666;
}
.txtnormal{
	font-weight: normal;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, select, option {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input {
	font-size: 90%;
	padding: 3px;
}
textarea {
	font-size: 100%;
	padding: 3px;
}
/* All input elements that are checkboxes or radio buttons. */
input.check{}

/* Selects are a bit smaller, because it makes them look even better 8). */
select{
	font-size: 90%;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
option{
	padding-right: 12px;
}
.alert{ 
	color: Red;
	font-weight: bold;
	text-align: center;  
}
.alert2{
	/*position: fixed;
	top: 0;
	right: 0;
	background-color: #f00;;*/
	color: #FFF;
	clear:both;
	color: Red;
	font-weight: bold;
}




#container{
	width: 910px;
	margin: auto;
	text-align: left;
}
#col_left{
	float: left;
	width: 232px;
	background: url(img/bg_logo.jpg) repeat-x;
}
#col_right{
	float: right;
	width: 663px;
	position: relative;
}
#logo{
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
}


/* MENU */
#menu{
	padding: 37px 0 0 0;
	margin-top: 45px;
}
#menu li{
	list-style: none;
	display: inline;
	width: 131px;
}
#menu li a {
	text-decoration: none;
	text-align: center;
	width:126px;
	height: 20px;
	padding-top: 5px;
	display:block;
	float:left;
	margin-right:6px;
}
#menu li a:link, #menu li a:visited{
	color: #666;
	background: url(img/bgMenu.png) no-repeat 0 top;
}
#menu li a:hover, #menu li a:active{
	color: #FFF;
	background: url(img/bgMenu.png) no-repeat 0 bottom;
}

/* FIN MENU */

#fecha{
	position: absolute;
	top: 40px; left: 0;
	color: #666;
}
.prog{
	clear: both;
	padding: 3px 0;
}
.prog img {
	float: left;
	margin-right: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#contenidoINDEX{ 
	/*position: absolute;*/
	margin-top: 60px; 
	width: 665px;
}
#contenidoINDEX a:link, #contenidoINDEX a:visited{color: #333;}
#contenidoINDEX a:hover, #contenidoINDEX a:active{color: #000;}



/* BANNER SLIDER */
.contentslide{
height: 250px;
background: url(img/bgBanner.jpg) repeat-x;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
background-color: #bcbcbc;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 5px;
line-height:150%;
margin-bottom: 6px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}

.pagination a{
padding: 1px 5px;
text-decoration: none; 
color: #666;
font-size: 11px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
}
.banner_in{
	text-align: right;
	padding: 20px 40px;
	height: 220px;
	color: #666;
	
}
.banner_in h2{
	font-size: 28px;
	color: #333;
}





#ftHolder { width: 663px; height: 250px; margin-bottom: 20px;}
#ft { border: 5px solid #924669; -moz-border-radius: 5px; }
.ft-title { padding: 10px 10px; width: 280px; text-align: left; margin-left: 363px;}

.ft-title h2{ font-weight: normal !important }
.ft-title i{
	color: #DDD;
}

.ft-prev, .ft-next { background-color: #000; padding: 0 10px; }

.ft-button-ft-active { color: black; }




/* FIN BANNER SLIDER */

/* BOTONITOS */
a.btn_1:link, a.btn_1:visited{ 
	color: #FFF !important;
	font-size: 10px;
	padding: 2px 12px;
	background: #924669;
	text-decoration: none;
}
a.btn_1:hover, a.btn_1:active{ 
	background: #333;
}


/* FIN BOTONITOS */

/* CUADRITO 1 */
.cuad_1{  
	padding: 12px 0; 
	min-height: 115px;
}
.cuad_1 h2{
	color: #9C245C;
	font-size: 13px;
	border-bottom: 1px dotted #DFDFD7;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.cuad_1 h3{
	font-size: 15px;
	color: #000;
}
.cuad_1 .left{
	width: 350px;
	color: #666;
}
.cuad_1 .left img{
	margin: 2px 6px 0 0;
	float: left;
}
.cuad_1 .right{
	float: right;
	width: 70px;
}
/* FIN CUADRITO 1 */

/* CUADRITO 2 */
.cuad_2{ 
	padding: 12px 0; 
	min-height: 115px;
}
.cuad_2 .right{
	float: right;
}
.cuad_2 .left{
	float: left;
	width: 250px;
}
.cuad_2 .left img{
	margin: 2px 6px 0 0;
	float: left;
	filter: alpha(opacity=70); 
	opacity: .7
}
.cuad_2 .op{
	border-bottom: 2px solid #EBEBE4;
	padding-bottom: 12px;
	color: #333;
}
.cuad_2 .ox:first-letter{
	font-size:300%;
	margin: 2px 2px 0 0;
	float:left;
	color:#924669;
}
/* FIN CUADRITO 2 */

/* My Comment */

/* CUADRITO 4 */
.cuad_4{ 
	margin: 6px 0;
	color: #333; 
	font-size: 11px;
	border-top: 2px solid #EBEBE4;
	float: left;
	width: 415px;
}
.cuad_4 .bg{
	padding: 6px 0;
	min-height: 70px;
}
.cuad_4 .left{width: 250px; text-align: center; font-size: 13px;}
.cuad_4 .right{
	float: right;
	width: 100px;
	min-height: 70px;
	padding: 0 24px;
}
.cuad_4 .right td{ 
	border-bottom: 1px solid #D3D3D3; 
	font-size: 10px;
	line-height: 10px;
	padding: 2px 0;
}
.cuad_4 h2{
	font-size: 13px;
	border-bottom: 1px dotted #E0E0D8;
	padding: 12px 12px 6px 12px;
	color: #333;
}
.cuad_4 .down{ 
	padding: 6px 0;
	border-top: 4px solid #EBEBE4;
}
.cuad_4 .down a:link, .cuad_4 .down a:visited{color: #666;}
.cuad_4 .down a:hover, .cuad_4 .down a:active{color: #333;}
/* FIN CUADRITO 4 */

/* BANNER INFODIA */
.infodia{
	float: right;
}
.table_1 { width:100%;}
.table_1 td{ padding: 6px; width:25%;}
/* FIN BANNER INFODIA */

/*  //////////////// BOTTOM  //////////////// */
#bottom{clear: both; padding-top: 20px;}
#bottom .up{ 
	background: #F3F3F3;
	border-top: 1px solid #EBEBE4;
	border-bottom: 1px solid #EBEBE4;
	padding: 4px 12px;
	color: #666;
}
#bottom .right{
	float: right;
}
#bottom .up a:link, #bottom .up a:visited{color: #666;}
#bottom .up a:hover, #bottom .up a:active{color: #333;}
#bottom .down{
	color: #999;
	font-size: 11px;
	padding: 12px;
}
#bottom .down a:link, #bottom .down a:visited{color: #999;}
#bottom .down a:hover, #bottom .down a:active{color: #333;}
#merbius a:link, #merbius a:visited{
	/*font-size: 16px;*/
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#merbius a:hover, #merbius a:active{ border-bottom: 1px dotted #333; }
/*  //////////////// FIN BOTTOM  //////////////// */

