/*DISEŅO CABECERA*/
#contieneticker{
	float:left;
	position:relative;
	width:100%;
	min-width:61.9em;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-size:0.7em;
	}

.izquierda_ticker{
	float:left;
	position:relative;
	width:10%;
	min-width:73px;
	background-image: url(../ticker/images/ticker_11.jpg);
	background-repeat:no-repeat;
	}

.centro_ticker{
	float:left;
	position:relative;
	width:80%;
	min-width:40ems;
	list-style:none;
	list-style-image:none;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:2px;

}
	
.derecha_ticker{
	float:left;
	position:relative;
	width:10%;
	min-width:73px;
	text-align:right;
		}


.enlaces_ticker{
	color:#333333;
	text-decoration:none;
	background-color:#FFFFFF;
	}

.enlaces_ticker:hover{
	color:#c00000;
	text-decoration:underline;
	background-color:#FFFFFF;
	}
