
#basic-accordian {
	z-index:2;
}

.accordion_headings {
	font:20px "Trebuchet MS", Arial;
	line-height:35px;
	height:39px;
	background: url(../images/barra_3_rep.jpg) repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	position:relative;
	border-right:1px solid rgb(112,135,166);
}

*html .accordion_headings {
	padding: 4px 0 0 0;
	height: 35px;
    width: 290px;
}


.accordion_headings:hover {
	background: url(../images/barra_2_rep.jpg) repeat-x;
}

.accordion_child {
	background:#fff;
	margin-right:15px;
	font-size:12px;
	color:#666;
}


.accordion_child h1 {
	font-size:14px;
	margin:0 0 4px 10px;
	padding:10px 0 0 0;
}

.header_highlight {
	background: url(../images/barra_1_rep.jpg) repeat-x;
}


.accordion_child p {
	margin: 0 15px 0 15px;
	padding:15px 0 0 0;
}

.accordion_headings img {
	vertical-align:middle;
}

.flechas { position:absolute; top:0; right:0; }

.ver_mas {
	color:#666;
	font:Bold 11px Arial;
	height:22px;
	text-decoration:underline;
	padding:6px 0 0 10px;
	margin:5px 5px 10px 5px;
	display:block;
	background:url(../images/repeat_lines.gif) repeat-x;
}

.ver_mas:hover {
	color: rgb(112,135,166)
}

.otras_noticias {
	font-size:14px;
	text-decoration:underline;
	color:#666;
	display:block;
	margin:7px 10px 0 10px;
}

.otras_noticias:hover {
	color:rgb(112,135,166);
}

.acordion_corner {
	display:block;
	height:12px;
	text-align:right;
	margin-top:15px;
}

.acordion_corner img {
	vertical-align: bottom;
}


.Acordion_menu {
}

.Panel_menu {
}

.Contenido_menu {
    overflow: hidden;
    width: 279px; /*279*/
    background:#fff;
    margin-right:15px;
    font-size:12px;
    color:#666;
}
* .Contenido_menu {
    width: 278px;
}
*html .Contenido_menu {
    width: 279px;
}

.Contenido_menu h1 {
    font-size:14px;
    margin:0 0 4px 10px;
    padding:10px 0 0 0;
}

.Contenido_menu p {
    margin: 0 15px 0 15px;
    padding:15px 0 0 0;
}