@charset "UTF-8";
/* CSS Document */

.escondido {
	display: none;
}
/* CSS Document */
*{
margin: 0;
padding: 0;
}
body,html {
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #5a5a5a;
	line-height: 20px;
	background-color: #fff;
}
/* *********************** */
h1 {
	text-align: left;
	font-size: 18px;
	padding: 0px 0px 3px 0px;
}
/* *********************** */
a, a:link {
	color: #8281b7; 
	text-decoration: none;
}
a:active { 
	color: #8281b7; 
	text-decoration: none;
}
a:visited {
	color: #8281b7; 
	text-decoration: none;
}
a:hover {
	color: #8281b7; 
	text-decoration: underline; 
}
/* *********************** */
a.footer, a.footer:link {
	color: #c9c9c9; 
	text-decoration: underline;
}
a.footer:active { 
	color: #c9c9c9; 
	text-decoration: underline;
}
a.footer:visited {
	color: #c9c9c9; 
	text-decoration: underline;
}
a.footer:hover {
	color: #9d9d9d; 
	text-decoration: underline; 
}
/* *********************** */
#container{
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	background-color: #fff;
	text-align: left;
}
/* *********************** */
.title {
	width: 780px;
	text-align: left;
	height: 63px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: solid 1px #e5e5e5;
}
.work {
	width: 780px;
	text-align: left;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #e5e5e5;
}
#drawer {
	background: #fff url(../images/background.jpg) repeat-x top;
	width:780px;
	height: 275px;
	border:0px solid red;
	padding:0px 0px 0px 0px;
	text-align:left;
	border-bottom:solid 1px #e5e5e5;
}
#close {
	background: transparent;
	width:771px;
	border:0px solid red;
	padding: 7px 9px 5px 0px;
	text-align:right;
}
.pic {
	position: relative;
	float: left;
	background-color: #fff;
	padding: 0px;
	margin: 0px 15px 15px 0px;
	border: solid 5px #ccc;
}
#text_left {
	position: relative;
	float: left;
	background: transparent;
	width:360px;
	padding: 0px 0px 5px 15px;
	text-align:left;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #5a5a5a;
	line-height: 20px;
}
#text_right {
	position: relative;
	float: left;
	background: transparent;
	width:350px;
	padding: 0px 25px 5px 30px;
	text-align:left;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #5a5a5a;
	line-height: 20px;
}
#title {
	position: relative;
	float: left;
	background: transparent;
	width: 765px;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

#footer {
	width: 780px;
	padding: 4px 0px 0px 0px;
	text-align: right;
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #c9c9c9;
}
