.listacomunicados 
{
	border: 1px solid #d5d5d5;
	background: #fff;
	width: 500px;
	height: 250px;
}

.titulo_comunicado 
{
	height: 29px;
	width: 500px;
}

.texto_titulo_comunicado
{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	color: #960202;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.contenido_comunicado 
{
	float: left;
	width: 500px;
	height: 250px;
	text-align: left;
	margin-left: 5px;
}

.comunicado 
{
	float: left;
	width: 500px;
	height: 250px;
}

.texto_comunicado
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.texto_comunicado_menor
{
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.imagen_comunicado 
{
	float: left;
	width: 170px;
	height: 189px;
}

.barra_contenido 
{
	clear: both;
	background: #d5d5d5;
	width: 500px;
	height: 28px;
}

.comunicado_actual
{
	float: left;
	width: 100px;
	height: 27px;
	padding: 0 0 0 15px;
}

.circulo_actual
{
	float: left;
	width: 18px;
	height: 27px;
	background: url("punto-activo.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.circulo_no_actual
{
	float: left;
	width: 18px;
	height: 27px;
	background: url("punto-inactivo.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.contenedor_comunicados
{
	height: 250px;
	width: 500px;
	overflow:hidden;
}

.centro_comunicado
{
	height: 189px;
	width: 3000px;
	position:relative;
}

.flechas_comunicado
{
	float: right;
	width: 70px;
	height: 27px;
	padding: 0 10px 0 0;
}

.flecha_derecha_comunicado
{
	float:right;
	height: 27px;
	width: 30px;
	background: url("flecha-derecha-comunicado.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.flecha_derecha_comunicado_over
{
	float:right;
	height: 27px;
	width: 30px;
	background: url("flecha-derecha-comunicado-over.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.flecha_izquierda_comunicado
{
	float:right;
	height: 27px;
	width: 30px;
	background: url("flecha-izquierda-comunicado.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.flecha_izquierda_comunicado_over
{
	float:right;
	height: 27px;
	width: 30px;
	background: url("flecha-izquierda-comunicado-over.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
