#acordeon1{
	margin:0;
	width:116px;
	background-color: #DDF7EF;
}
/*Color por defecto de la pestaña*/
/*Forzamos el cursor a forma de mano para indicar que es seleccoinable*/
.pestana {
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #199571;
	background-image: url(../Auxiliar/cambioexto.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 22px;
	padding-top: 2px;
	font-weight: bold;
	margin-top: 2px;
	padding-bottom: 2px;
}
.AccordionFocused .pestana {
	background:#FF9933;
}
.AccordionFocused{
	outline:none;
}
.AccordionFocused .AccordionPanelOpen .pestana{
	cursor:default;
	background:#FF0000;
}
.contenido {
	background-color: #FFFFFF;
	width: auto;
}
#m1 {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../Auxiliar/cambioexto.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.logo {
	width: 450px;
	background-image: url(../web/images/faviconlogo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 182px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2184CE;
	padding-top: 15px;
}

