body {
	background-color:#FFFBF0;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-size:15px; color:#FFFBF0;
	font-family:Calibri, Tahoma, @Arial Unicode MS, Verdana;

}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 100%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 100%;
}


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}


/*
.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font:"Chaparral Pro";
	text-indent: 0;
}*/





#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 375px;
	height: 400px;
	overflow: auto;
	
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.2em auto;
	padding: 15px;
	left: 10px;
	top: 40px;
	/*background-color:red;*/
	text-align:justify;
	
}

#mycustomscroll p{margin:0px;}

.content-text {
	
		position: relative;
		
		/*nos posicionamos en el centro del navegador*/
		top:5px;
		left:40px/*50%*/;
		
		/*determinamos una anchura*/
		width:310px;
		
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-40px/*-155px*/;
		
		/*determinamos una altura*/
		height:auto;
		
		/*indicamos que el margen superior, es la mitad de la altura*/
		margin-top:0px;
		
		/*border:1px solid #808080;
		padding:5px;*/
				
		
		text-align:justify;
	
		z-index:10;
		
		color:White;
		
	
	
}



#scrollfotos{

/* Typical fixed height and fixed width example */
	width: 522px;
	height: 510px;
	overflow: auto;
	
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px auto 0px auto;
	padding: 5px;
	left: 0px;
	top: 10px;
	/*background-color:#fff;*/
	text-align:left;

}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

