h3 { margin-top: .5em; }


    

li { list-style-type: none; }


.basic  {
	width:298px;
	height:45px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background: #1e1f21 url(../img/bgslider.jpg) repeat-x;
	color:#fff;
	/* Si se establece un padding top o bottom, la animación del acordeón mueve las cabeceras hacia abajo. */
	padding-left: 10px;
	padding-right: 10px;
	font-weight:normal;
	font-size:100%;
	height:190px;	
}
#slider{
	float:right;
	margin:-1px 0px 0px 0px;
    height: 390px;
    overflow: hidden;
	
}
#img01{
float:left;
width:680px;
height:379px;
}
#img02{
float:left;
width:680px;
height:379px;
}
#img03{
float:left;
width:680px;
height:379px;
}
#img04{
float:left;
width:680px;
height:379px;
}
#img01hidden{
display:none;
float:left;
width:680px;
height:379px;
}
#img02hidden{
display:none;
float:left;
width:680px;
height:379px;
}
#img03hidden{
display:none;
float:left;
width:680px;
height:379px;
}
#img04hidden{
display:none;
float:left;
width:680px;
height:379px;
}
.bluelink{color:#00a9f6;}
.bluelink a:hover{color:#00a9f6; text-decoration:underline;}
.basic p {
	margin-bottom : 0px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%px;
	margin: 0px;
	/* Nota: si se quiere establecer un padding específico a los párrafos dentro de cada sección del acordeón,
	 sólo se puede establecer aquí. En caso contrario, las animaciones desplazan las cabeceras que no deben moverse. */
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:0.7em 1em;
	margin-top: 0;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 17px;
	color: #ffffff;
	font-family:trebuchet ms;
	background: #000 url(../img/bg_acordeon_a.jpg) repeat-x 0 0;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #333;*/
}
.basic a:hover {
	color: #ffc802;
}
.basic a span {
	cursor:pointer;
	color: #ffc802;
	font-family:trebuchet ms;
}

.basic div p strong a{

	/* Estilo para los enlaces contenidos dentro de cada sección del acordeón (más información) */

	color: #fff;
	border-top: 0;
	border-bottom: 0;
	background: 0;
	padding:0;
	font-size:0.9em;
	text-transform:none;
	font-weight:bold;

}
