* {
    padding: 0px;
    margin: 0px;
	font-family: verdana, arial, helvetica;
}
body {
	background:#EBA714;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
	text-decoration:underline;	
}

.clear {
	clear:both;
}

.panel {
	width:1001px;
	height:720px;
	margin: 0 auto;
	position:relative;
}

.cabecera {
	width:1001px;
	height: 75px;
	background: #ECA815 url('img/header.jpg') center no-repeat;
}

.cabecera .canasta {
	float:right;
}

.contenido { 
	background: #bebdbc url('img/piebg.jpg') right bottom no-repeat;
	width:1001px; 
	height: 645px;
}
.colAB {
	float:left;
}
.colA {
	position:absolute;
	top:80px;
	width:215px;
	height: 590px;
	padding: 10px 10px 0 10px;
}

.colA_cont {
	background: #ecebea url('img/progactbg.jpg') bottom center no-repeat;
	width:215px;
	height: 560px;
}

.colB {
	position:relative;
	top:0px;
	left: 240px;
	background: #7c7978 url('img/colBbg.jpg') top center no-repeat;
	width:403px;
	height: 635px;
	padding: 10px 10px 0 10px;
}

.colB_cont {
	background-color: #7c7978;
	width:403px;
	height: 635px;
}

.colC {
	position:relative;
	float:right;
	right:15px;
	top:15px;
	background: #ecebea url('img/progactbg.jpg') bottom center no-repeat;
	width:290px;
	height: 570px;
	padding: 10px 10px 0 10px;
}

.colC_cont {
	
	width:290px;
	height: 570px;
}

.colA h3,.titonline {
	font-family: helvetica, arial, tahoma;
	font-size:16px;
	text-align:center;
	
}

.titonline {
	text-align:center;
	font-weight:bold;
	color:#ffffff;

}

.colB_cont .por {
	float:right;
	font-size:12px;
	color:#fff;
}

.progact {
	text-align:center;
	font-family: arial, helvetica;
	font-size:12px;
	color: #000;
}

.progact h3 {
	font-size:13px;
	text-align:center;
	padding-top:5px;
}

.progact h4 a {
	font-size:13px;
	text-align:center;
	padding-top:5px;
	color:#333;
	font-weight:normal;
}

.progact div {
	color:#379F31;
	margin:5px 0px;
}

.progact div a {
	color:#333;
}

.ondacadiz {
	z-index:99;
	height: 280px;
	text-align:center;
}
#online {
	clear:both;
	border:1px solid #000;
	background: #A09F9D;
	height:450px;
	color: #fff;
	padding:10px 10px 10px 10px;
}
#online .online {
	overflow:auto;
	height:430px;
	border:1px solid #dedede;
}
#online .online p.fila0 {
	background:#aEaDaC;
}
#online .online p {
	font-family: arial, helvetica;
	font-size:12px;
	margin-bottom:5px;
	padding:4px;
}
#online .online p .hora {
	color: #000;
	font-weight: bold;
}

.puntoradio {
	background: #000;
	width:402px;
	height: 60px;
	text-align:center;
	padding:20px 0px 20px 0px;
}
.mensajes {
	font-size:10px;
	padding:0px;
}
.mensajes h3,.form_mensajes h3 {
	font-size:14px;
	text-align:center;
}
.mensajes #chatmensajes .hora {
	color: #379F31;
}
.mensajes #chatmensajes p {
	padding:3px;
}
.mensajes #chatmensajes p.fila0 {
	background:#fafafa;
}
.mensajes #chatmensajes {}

.mensajes #chatmensajes .chatmensajes {
	overflow:auto;
	height:170px;
	width:290px;
	border:1px solid #dedede;
}

.form_mensajes {
	text-align:center;
}
.form_mensajes label {
	float:left;
	font-size:12px;

}
.form_mensajes input {
	border:1px solid #dedede;
	width:200px;
	float:right;

}
.form_mensajes .boton {
	padding:2px 4px;
	background:#A09F9D;
	font-size:12px;
}
