/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion_historia {
	background:#FFFFFF url(/img/global/gradient/h150.png) repeat scroll 0;
	height:650px;
	width: 800;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	/*margin-top: 30px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

/* accordion header */
#accordion_historia img {
	float:left;
	margin-right:2px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion_historia img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion_historia div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion_historia div h3 {
	color:#444;
	width:300px;
	font-size:15px;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}
	
#contenido_acerca #accordion_historia p {
	font-size:11px;
	width:250px;
	text-align: left;
	font-weight: normal;
	color: #666;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-left: 30px;
	padding: 0 0 0px 20px;
	background: url(/media/img/flecha6x4.gif) no-repeat 10px 5px;
}
#accordion_historia ul {
	list-style-type: none;
	text-align: left;
	color: #000;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
#accordion_historia strong {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	margin: 0px 2px 0px 15px;
	background-color: #BDBDBD;
	font-size: 12px;
	/*width:100px;*/
	display:block;
}

#accordion_historia ul li {
	display: block;
}
#foto_historia1 {
	width: 300px;
	height: 122px;
	background-image: url(/media/img/foto_1974.jpg);
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
		
}
#foto_historia2 {
	width: 300px;
	height: 122px;
	background-image: url(/media/img/foto_1980.jpg);
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
		
}
#foto_historia3 {
	width: 300px;
	height: 122px;
	background-image: url(/media/img/foto_1990.jpg);
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
		
}
#foto_historia4 {
	width: 300px;
	height: 122px;
	background-image: url(/media/img/foto_2000.jpg);
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
		
}
#foto_historia5 {
	width: 300px;
	height: 122px;
	background-image: url(/media/img/foto_2006.jpg);
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
		
}
#foto_historia6 {
	width: 300px;
	height: 122px;
	background-image: url(/media/img/foto_2007.jpg);
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
		
}
#foto_historia7 {
	width: 300px;
	height: 122px;
	background-image: url(/media/img/foto_2008.jpg);
	background-repeat: no-repeat;
	display: block;
	visibility: visible;
		
}
.espaciado_historia {
	padding-left: 30px;
}