body {
	margin: 0;
	padding: 0;
	background: #ef7c2f;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;

}
#wrapper{
width:100%;
margin:auto;
}

/* Header */

#header {
width: 700px;
height: 144px;
margin:auto;
padding-top:10px;
}
	
#header .h1{
float:left;
width:#93;
height:144px;
}

#header .h2{
float:left;
width:#393;
height:84px;
font-size:32px;
color:#ffffff;
text-align:center;
padding: 45px 0px 0px 40px;

}
#menu_holder{
width:100%;
height:30px;
background-color:#4897a2;

}
#menu{
width:700px;
height:32px;
margin:auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 25px;
	padding-top: 5px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}

#menu a:hover {
	color: #232323;
}

#menu .active a {
	background-color:#93b1b3;
	color: #FFFFFF;
}
#main{
width:100%;
height:420px;
background-color:#93b1b3;
border-top: #ffffff thin solid;
}
#holder{
width:700px;
margin:auto;
}
#holder_bio{
width:700px;
background-color:#ffffff;
margin:auto;
}
#holder_bio p{
color:#4897a2
}
#leftpan{
width:512px;
height:400px;
padding-top:15px;
padding-bottom:5px;
float:left;
background-color:#f1f1f1;

}
#rightpan{
width:148px;
height:380px;
background-color:#ffffff;
padding:20px;
float:right;
}
#rightpan p{
font-size:12px;
line-height:16px;
}
#rightpan_feature{
width:144px;
height:144px;
}
#leftpanpic{
width:512px;
height:415px;
padding-bottom:5px;
float:left;
background-color:#f1f1f1;

}
#rightpanpic{
width:148px;
height:380px;
background-color:#ffffff;
padding:20px;
float:right;
}
#content{
width:620px;
height:360px;
padding:30px;
color:#ffffff;
line-height:20px;
}

#caption{
width:400px;
height:10px;
float:left;
font-size:15px;
color:0891a4;
}
.imgPrincipal{
padding:5px;
}
.subtitle{
padding:10px;
}
#footer{
width:100%;
height:35px;
background-color:#0891a4;
border-top: #ffffff thin solid;
}
#footer_content{
width:700px;
height:35px;
margin:auto;
}
#footer p {
	text-align: left;
	font-size: 12px;
	color: #83B3CE;
}

#footer a {
	color: #83B3CE;
}