/****Inicia Estructura************/
body {
	text-align:center;
	padding:0;
	margin:0;
    background:#52341f;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:15px;
}

#wrapper {
	width:1000px;
	background:transparent;
	display:inline-block;
}

#header {
	height:140px;
}

#photo {
	width:1000px;
}

#content_bg {
	width:1000px;
	background-color: #c34d00;
	float:left;
}

#left_menu {
	width:170px;
	background-color: transparent;
	float:left;
}

#content {
	width:830px;
    text-align:justify;
	background-color: #ffffcc;
	float:left;
	min-height:353px;
}

#footer {
    float:left;
    background-color: #c34d00;
    color:#ffffff;
	height:35px;
	width:1000px;
    padding-top:15px;

}

#info {
	border:0; 
	width:810px; 
	height:500px;
	background:#fff;
}

#yellow_box {
	background-color:#ffff66;
	text-align:justify;
	position:relative;
	left:20px;
	width:760px;
	padding:13px;
	border: #ffff2a solid 3px;
	-moz-border-radius: 15px;
    border-radius: 15px;
}


/****Finaliza Estructura************/

/************Clases*************/

#footer .text {
	font-size:13px;
    color:#ffffff;
}

.resum {
	text-align:justify;
	font-size:13px;
	width:370px;
	float:left;
	padding:20px;
}

.bigresum {
	text-align:justify;
	font-size:14px;
	width:770px;
	float:left;
	padding:20px;
}

.centerimage {
	margin: 0 11%;
}

.textright {
	text-align:right;
}

.textleft {
	text-align:left;
}

.lab {
	width:810px;
	padding:5px;
}

.lab2 {
	width:500px;
	padding:25px;
}

td .tdimg {
	width:210px;
}

.people {
	padding:10px;
	text-align:left;
}

.centrado {
	text-align:center;
	margin-left:60px;
}

h3 {
	text-align:center;
}

#yellow_box .title {
	font-size:21px;
}

img {
	border:none;
}


















