@charset "utf-8";
/* CSS Document */
@import url('header.css');
@import url('nav.css');
@import url('left.css');
@import url('contenido.css');
@import url('footer.css');
/*@import url('homepage.css');*/

html
{
	margin:0;
	padding:0;
}

body
{
	margin: 0px;
	background-image: url(../img/body/fondo.png);
	background-repeat: repeat-x;
	background-color: #EFF3FF;
}

#index_container
{
	width: 950px;
	min-height: 47em;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
	
.noshow
{
	position: absolute;
	top:-9999px;
	left:-9999px;
	height: 1px;
	width: 1px;
}

/*	
.sectionTitle
{
	display: block; 
	margin-bottom: 2px;	
}
*/
