@charset "utf-8";
/* CSS Document */

.stretch{
	padding:0px;
	cursor: hand;
	/*border:1px solid red;*/
	//colores y bordes del stretch
}

.stretcher .stretch{
	padding:0px;
	//acá irian las propiedades para los stretch anidados
}

.stretch span{

	//cuando sea necesario poner una flecha de fondo o darle caracteristicas
	//al texto que va dentro del stretch
}

.stretch.abierto small{
	/*background-image:url(images_plantilla/img_cerrar.gif);
	background-repeat:no-repeat;
	float: right;
	width: 49px;
	height: 16px;
	margin-top:4;*/
	padding:0px;

	//esto corresponde a la foto cuando está abierto.
	//se le debe dar un ancho, alto, float right y foto de fondo
}

.stretch.cerrado small{
	/*background-image:url(images_plantilla/img_abrir.gif);
	background-repeat:no-repeat;
	float: right;
	width: 49px;
	height: 16px;
	margin-top:4;*/
	padding:0px;
//lo mismo para cerrado
}

.stretcher{
	color:#666666;
	padding:0px;


//color de fondo y de textos
; 	margin-bottom: 10px;
}

.contenido_stretcher{
	padding:0px;
	/*border:1px solid #009900;*/
	//margen, padding, border, etc.
}
.AccordionPanel {

}
