@charset "utf-8";
/*		# Site: Splash Screen for PIISL.com
		# Date: September 2010
		# Author: (serienmörder)
		# elementocero.com.mx 		     		*/		   


/***********************************************************************************************************************************************************
                         Reset
 ***********************************************************************************************************************************************************/
*	{ margin:0;padding:0; }
	a:link, a:visited, a:hover { text-decoration:none; }
	fieldset,img { border:0; }
	ul { list-style:none; }
	q:before,q:after { content:''; }
	abbr,acronym { border:0; }



/***********************************************************************************************************************************************************
                         Basic / Typography
 ***********************************************************************************************************************************************************/
html, body { height:100%; }
body { background:#fff; margin:0; padding:0; }

.left { float:left; }
.dere { float:right; }

#clear		{ clear:both; }
.clear		{ clear:both; }
span  { display:none; }
.cntr { text-align:center; }



/***********************************************************************************************************************************************************
                         Divisions
 ***********************************************************************************************************************************************************/
#wrapper { background:none; border:0; margin:0 auto; padding:0 auto; width:100%; min-height:100%; height:auto !important; height:100%; margin:0 auto -100px; }
#wrapper img{ border:0; background:#efefef; }

#header     { background:none; color:#000; margin:0 auto; padding:0 auto; overflow:hidden; width:371px; height:170px;   }

#content-wrap { background:#fff url(images/bk.jpg) repeat-x; width:100%; }
#content      { min-height:200px; padding:0; margin:0 auto 10px; width:371px; }
#content p    { font:normal 13px/19px Arial, Helvetica, sans-serif; }


.push  { height:100px; }
#footercont { background:none; margin:0 auto; width:100%; height:100px; bottom:0;  }
#footer { padding:0; margin:0 auto; width:371px; }
#footer p {  color:#646060; font:normal 13px/19px Arial, Helvetica, sans-serif; }


	ul.boton { display:inline; list-style:none; margin:0; padding:0; width:185px; }
	ul.boton li { display:inline; float:left; }
	ul.boton li a.fadeinfadeout { cursor:pointer; width:185px; height:99px; }
	ul.boton li span { display:block; overflow:hidden; width:185px; height:99px; }
	ul.boton li a.fadeinfadeout:hover { background:#fff; }
	ul.boton li a { color:#fff; display: block;}



/*******************************************************************************************************************************************  END  **********/