body, html 
{
	margin:0px;		
}

body
{
	background-image: url(../images/fondo.jpg);
	background-repeat:repeat;
}
#header
{
	height:155px;
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/headerShadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header .container
{
	height:155px;
	width:940px;
	margin:0px auto;
}

#logo
{
	height:139px;
	width:131px;
	position:absolute;
	margin-left:15px;
	margin-top:7px;
}

#logo img
{
	border:none;
}

#menu
{
	height:60px;
	width:665px;
	margin-left:275px;
	margin-top:30px;
	position:absolute;
}

#menu ul li
{
	list-style:none;
	display:block;
	float:left;
}

#menu a
{
	color:#ffffff;
	font-family:"Trebuchet MS","Verdana","Arial";
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#menuIzq
{
	background-image:url(../images/menuIzq.jpg);
	height:65px;
	width:25px;
}

#menuDer
{
	background-image:url(../images/menuDer.jpg);
	height:65px;
	width:25px;
}

#menu li.menuBoton
{
	height:65px;
	padding:20px 7px 0px 7px;
	background-image:url(../images/menuBack.jpg);
	background-repeat:repeat-x;
}


#menu li.menuBoton:hover
{
	height:65px;
	padding:20px 7px 0px 7px;
	background-image:url(../images/menuBackOver.png);
	background-repeat:repeat-x;
}




#container
{
	margin:0px auto;
	margin-top:30px;
	width:940px;
}

#banner
{
	height:232px;
	width:915px;
	background-color:#ffffff;
	margin:0px auto;
}

#headForm
{
	height:28px;
	width:940px;
	background-image:url(../images/headForm.png);
}

#innerContainer
{
	width:940px;
	background-color:#ffffff;
}

#slogan
{
	position:relative;
	font:20px "Trebuchet MS",Verdana,Arial bold;
	font-style:italic;
	color:#969696;
	text-align:right;
	padding:20px;
}

#cuerpo
{
	width:940px;
	background-color:white;
	float:left;
	background-image:url(../images/containerBottomImage.png);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:800px;
}
#content
{
	width:538px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif regular;
	padding-left:100px;
	color:#666666;
	text-align:justify;
	line-height:2em;
	float:left;
}

#subtitulo
{
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif regular;
	margin:20px 0 0 0;
	padding:0 0 30px 0;
	background-image:url(../images/subtituloLinea.jpg);
	background-position:bottom;
	background-position:left;
	background-repeat:no-repeat;
}

#bannerLateral
{
	height:501px;
	width:193px;
	background-image:url(../images/bannerLateral.jpg);
	float:left;
	margin-left:60px;
}

#bannerText
{
	font:19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	text-align:center;
	line-height:2;
	color:#ffffff;
	margin:70px 10px 0 10px;
}

#footer
{
	float:left;
	background-image:url(../images/footerForm.png);
	height:172px;
	width:940px;
	margin: 0 0 30px 0;
}

#footerText
{
	margin:100px 0 0 0;
	font:16px "Trebuchet MS", Arial, Arial, Helvetica, sans-serif;
	color:white;
}

