@charset "utf-8";
/* CSS Document */

html,body {margin:0;padding:0;height:100%;font-family:Arial, Helvetica, sans-serif;}
body{ background:#303030 url(imagenes/body-bg.png) repeat-x top left; height:auto !important; height:100%;min-height:100%;}

p{padding:0; margin:0;}

#container{position:relative; margin:0 auto;width:100%; padding-top:100px; }
.content_all{ width:810px; margin:0 auto;overflow:hidden;}
	#content_row {width:100%;}
	
#imagen {
background:url("imagenes/info.png") no-repeat scroll 50% 0 transparent;
height:300px;
padding-left:120px;
padding-right:135px;
position:relative;
text-align:center;
width:553px;
}

	/*footer*/
div#footer{position:absolute; bottom:0; width:100%;text-align:center; background:url(layout/black/footer-bg.png) repeat-x 0 0; height:25px; padding-top:5px; color:#616161; font-size:11px;}

.tipsy {}
  .tipsy-inner {max-width: 200px; text-align: center;}
	.tipsy-east { background-image: url(layout/black/tooltip-right-arrow.gif); background-position: center right; padding-right:4px;}
	.tipsy-west { background-image: url(layout/black/tooltip-left-arrow.gif); background-position: left center;padding-left:4px;}
	.tipsy-inner span{ border:1px solid #4a4a4a;background-color:#000;padding:2px 4px; float:left; color:#919191; font-size:11px; }
	.tipsy-inner span.east{border-right:0px none;}
	.tipsy-inner span.west{border-left:0px none; }