* {
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#b6d5ee url("../imagenes/hallofondito2.jpg");
	margin-bottom:10px;
}

#main{
	width:935px;
	margin:0px auto;
}

#header{
	margin:0px auto;
	text-align:center;
}

#navigation{
	background:transparent url("../imagenes/black.jpg") repeat-x top left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	border:1px solid #7a7a7a;
	margin:0px 6px -20px;
	z-index:100;
	position:relative;
	background-color: #FD5378;
	background-image: url("imagenes/black01.jpg");
}

#navigation ul{
	margin:0px auto;
	width:auto;
}

#navigation ul li {
display:inline;	
text-transform:uppercase;
border-right:1px solid #808856;
line-height:33px;
padding:9px 12px 9px 9px;
}

.first{
	border-left:1px solid #808856;
}

#navigation ul li a{
	color:#35007D;
	text-decoration:none;
/*	background:#000;*/

}

#navigation ul li a:hover{
/*		background:#fff;*/
color:#eaeaea;
}

.clear{
clear:both;	
}

#contentHolder{
/*	background:url("../imagenes/bottomBg01.png") repeat-x bottom center;*/
/*	background:url("../imagenes/02.png") no-repeat bottom center;
	padding:0px 0px 115px;
/*	border:1px solid gray;*/
}

#back{
	background:url("../imagenes/01.png") no-repeat bottom center;

	padding:0px 6px;
}

#content{
/*	background:url("../images/contentBg.png") repeat-y top center;*/
	background:url("../imagenes/04.png") repeat-y top center;	
/*	border:1px solid red;*/
}

.bottomImg{
		text-align:left;
/*		border:1px solid green;*/
	/*	margin:0px -6px 7px -6px;*/
	margin:0px -1px;
}

#leftpart{
float:left;
width:197px;
margin:40px 0px 0px 16px;
}

h1{
background:url("../imagenes/hBg.jpg") repeat-x;	
font-size:14px;
text-transform:uppercase;
padding:8px;
}

#leftpart ul{
	
}

#leftpart ul li{
list-style:none;
background:#FFFFFF;
border-bottom:0px solid #FE6C83;
border-top:1px solid #FE6C83;
padding:10px;
}

#leftpart ul li a{ color:#FE2949; text-decoration:none;}

#leftpart ul li:hover { background:#FFE6EA; cursor:pointer;}

.container{
border:0.5px solid #FE6C83;	
}

.button{
text-align:right;
padding:40px 10px 10px 0px;
background:#e9e9e9;
}

.learnmore{
background:url("../imagenes/btBg.png") no-repeat;
width:114px;
height:24px;
border:none;
text-transform:uppercase;
color:#ffffff;
font-size:12px;
padding-bottom:4px;
}

.learnmore:hover { color:#000; cursor:pointer;}

#middlepart{
float:left;
margin:40px 5px 0px 7px;
width:480px;
}

#middlepart a {
	color:#000;	
    text-decoration: none;
}

p{
margin:10px 0px;	
}

#rightpart{
float:right;
margin:40px 16px 0px 0px;
width:197px;
}

#rightpart .learnmore{
background:url("../imagenes/rBtBg.png") no-repeat;
width:84px;
height:24px;
border:none;
text-transform:capitalize;
color:#ffffff;
font-size:11px;
margin:70px 15px 10px 0px;
}

#rightpart .learnmore:hover { color:#000;}

.wind1{
background:url("../imagenes/windImg01.jpg") no-repeat center;
height:101px;
margin:10px auto;
text-align:right;
}

 

.wind2{
background:url("../imagenes/windImg02.jpg") no-repeat center;
height:101px;
margin:10px auto;
text-align:right;
}

.space{
height:10px;	
}

#footer{
	color:#3f3f3f;
	font-size:10px;
	margin:-5px 8px 0px;
	line-height:normal;
	font-weight:bold;
}

#footer a {
	color:#3f3f3f;
	font-size:10px;
	margin:-5px 8px 0px;
	line-height:normal;
	font-weight:bold;
    text-decoration: none;
}

.copy{
	float:left;
	width:auto;
}

.design{
float:right;
margin-top:-13px;
width:auto;
}

