/*
      Theme Name: Radio Pinomar
      Theme URI: http://www.radiopinomar.com
      Version: 1.0
      Author: Portales Andalucia
      Author URI: http://www.portalesandalucia.es
*/

.clearfix:after {  /*Flotando div y ocupando espacio*/
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

* {
	margin: 0;
	padding: 0;
	outline:none;
}


body {
	background-image: url('imagenes/fondo.jpg');
	background-repeat:repeat-x;
	background-color:#ABBC70;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



a {
	text-decoration:none;
	color:#003366;
	font-weight:bold;	
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style:square;
	margin-left:14px;
	margin-top:10px;
	margin-bottom:10px;
}

div#fix_float {
	width:100%;
	clear:both;
	height:0px;
}

p {
	text-align:justify;
}

h1 {
	font-size:19px;
	color:#003366;
	margin:10px 0px;
}

h2 {
	font-size:14px;
	color:#666666;
	margin:10px 0px;
}

/* PRINCIPAL */

div#main {
	width:836px;
	margin: 0 auto;
}

/* CABECERA */ 

div#cabecera {
	width:836px;
	height:203px;
	background-image:url('imagenes/fondo_cabecera.jpg');
}

div#flash {
	float:left;
}


div#envivo {
	float:right;
	width:229px;
	height:102px;
	margin-right:18px;
	margin-top:51px;
}

img.img_envivo {
	border: 1px solid #DE9101;
	padding: 3px;
	background-color:#FFFFFF;
	margin-left:16px;
	margin-top:13px;
	float:left;
}
p.txt_envivo {
	float:left;
	margin-left:4px;
	font-size:10px;
	width:110px;
	display:block;
	margin-top:60px;
	line-height:10px;
	text-align:left;
	color:#000033;
	
	margin-bottom:12px;
}

div#escuchanos {
	margin-left:12px;
}

/* CENTRO */ 

div#col_izq {
	float:left;
	text-align:center;
}

div#col_izq a {
	display:block;
	width:188px;
	height:32px;
	text-indent:-9999999px;
}
div#col_izq a#novedades1 {
	background:url('imagenes/menu.png') no-repeat;
}
div#col_izq a#novedades1:hover {
	background:url('imagenes/menu.png') -188px 0px no-repeat;
}
div#col_izq a#programacion2 {
	background:url('imagenes/menu.png') 0px -32px no-repeat;
}
div#col_izq a#programacion2:hover {
	background:url('imagenes/menu.png') -188px -32px no-repeat;
}
div#col_izq a#verdiales {
	background:url('imagenes/menu_2_5.png')  no-repeat;
}
div#col_izq a#verdiales:hover {
	background:url('imagenes/menu_2_5b.png')  no-repeat;
}
div#col_izq a#chat3 {
	background:url('imagenes/menu.png') 0px -64px no-repeat;
}
div#col_izq a#chat3:hover {
	background:url('imagenes/menu.png') -188px -64px no-repeat;
}
div#col_izq a#foro4 {
	background:url('imagenes/menu.png') 0px -96px  no-repeat;	
}
div#col_izq a#foro4:hover {
	background:url('imagenes/menu.png') -188px -96px no-repeat;
}
div#col_izq a#fotos6 {
	background:url('imagenes/menu.png') 0px -128px no-repeat;
}
div#col_izq a#fotos6:hover {
	background:url('imagenes/menu.png') -188px -128px no-repeat;
}
div#col_izq a#contacto5 {
	background:url('imagenes/menu.png') 0px -160px no-repeat;
}
div#col_izq a#contacto5:hover {
	background:url('imagenes/menu.png') -188px -160px no-repeat;
}

div#col_der {
	float:right;
	background-color:#FFFFFF;
	width:629px;
}

div#contenido {
	min-height: 250px;
	height: auto !important;
	height: 250px;

	width:90%;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:20px;
	line-height:20px;
}


/* PIE */


div#pie {
	width:100%;
	height:36px;
	background-image:url('imagenes/fondo_pie.jpg');
}

p.menu_pie {
	font-weight:bold;
	color:#FFFFFF;
	width:100%;
	text-align:center;
	padding-top:10px;
}

div#pie a{
	text-decoration:none;
	color:#FFFFFF;
}

div#pie a:hover{
	text-decoration:underline;
}

.entry img {
	border:0px solid transparent;
	margin:10px;
}
.entry p {
	margin:10px 0px;
}
