﻿#acordiones, .acordion {
	width:580px;
}
.acoTitulo, .acoContenido, .acoFooter {
	width: 560px;
	
}
.acoTitulo, .acoFooter {
	
	background:#2498D1 url(../imagenes/acoOff.jpg) no-repeat right bottom;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #FFFFFF solid;
	text-align:left;
	padding:5px 20px 5px 20px;
	font-family: Arial;
	color:#FFFFFF;
	cursor: pointer;
	}

.acoContenido {
	font-size:12px;
	text-align:justify;
	font-family: Arial;
	color:#676767;
}
.acoTitulo, .acoSeleccionado, .acoFooter {
	
	font-size:14px;
	font-weight:600;
}

#acordiones .acoSeleccionado {
	background:#2498D1 url(../imagenes/acoOn.jpg) no-repeat right bottom;
}
.acoFooter a
{
	color: #FFFFFF;
}
.acoFooter a:hover
{
	color:#0F698E;
}

/*=======================*/
