body
{
text-align: center
}
#content {
	text-align: left;
	width: 700px;
	margin: 0 auto
	}
#bocadillo {
		position:absolute;
		background-color:transparent;
		z-index=2;
		top: 135px;
		left: 359px;
		height: 368px;
		width: 368px;
		margin:0px auto;
		overflow:auto;
		padding-right:10px;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		scrollbar-face-color : rgb(255,182,108);
		scrollbar-highlight-color : white;
		scrollbar-3dlight-color : white;
		scrollbar-shadow-color : white;
		scrollbar-darkshadow-color : white;
		scrollbar-track-color : white;
		scrollbar-arrow-color : white;
		filter: alpha(opacity=100);
		opacity:1.0;
		
		
	}
#imagen_fondo {
		position: relative;
		z-index=0;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;

	}


.bocadillo_text{
		font-family:'Verdana';
		font-size:11.0pt;
		text-align:justify;
		font-weight:bold;
		
		
	}
.bocadillo_title, .corp_color{
		color:rgb(255,102,0);
	}
.bocadillo_title{
		font-family:'Verdana';
		font-size:11.0pt;
		text-align:left;
				
	}
