* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../images/background.png) repeat-y  center top #83705e;
}

body {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 11px;
	background: url(../images/shadow.png) no-repeat center top;
}

#fade {
	display: none;
 	filter: alpha(opacity=0);
 	-moz-opacity:0;
 	opacity: .0;
 	-khtml-opacity: 0;
}

hr {
	display: none;
}

h1 {
 	margin: 0 auto 20px auto;
 	padding-top: 46px 0 0 100px;
 	width: 510px;
 	height: 70px;
 	font-size: 1px;
 	background: url(../images/logo.png) no-repeat right bottom;
}

h5 {
	margin: 0 auto;
	padding: 0 16px 0 0;
	width: 488px;
	font-size: 7pt;
	font-weight: normal;
	text-align:right;
	border-top: 1px solid #ccc;
	color: #aaa;
}

h5 a {
	text-decoration: underline;
	color: #666;
}

h5 a:hover {
	text-decoration: underline;
	color: #444;
}

h6 {
	margin: 0 auto;
	padding: 0 16px 100px 0;
	width: 488px;
	font-size: 7pt;
	font-weight: normal;
	text-align: right;
	color: #aaa;
}

h6 a {
	text-decoration: none;
	color: #aaa;
}

h6 a:hover {
	text-decoration: underline;
	color: #888;
}

#floatingmenu {
	visibility: hidden;
	position: absolute;
	padding-left: 8px;
	background: url(../images/menushadow.png);
}

#floatingmenu ul {
	display: block;
	border: 1px solid #888;
	border-right: 0;
	list-style: none;
	background: #fff;
	padding: 4px;
}

#floatingmenu li {
	display: inline;
}

#floatingmenu li.disabled {
	display: block;
	padding: 4px 18px;
	border: 1px solid #fff;
	color: #cf7714;
}

#floatingmenu a {
	display: block;
	padding: 2px 18px;
	text-decoration: none;
	border: 1px solid #fff;
	color: #444;
}

#floatingmenu a:hover {
	background: #cf7714;
	border-color: #cf7714;
	color: #fff;
}

.frame {
	margin: 0 auto 14px auto;
	width: 504px;
	padding: 1px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.button {
	position: absolute;
	margin: -8px 0 0 478px;
	width: 16px;
	height: 20px;
}

.content {
	padding-bottom: 10px;
 	overflow: hidden;
}

.content h3 {
	padding-top: 8px;
	margin: 0 14px 8px 8px;
	background: url() no-repeat 0 8px;
	line-height: 28px;
	text-indent: 32px;
	font-size: 11pt;
	cursor: hand;
}

.content p {
	margin: 0 14px 8px 14px;
	line-height: 16px;
	padding-left: 28px;
	text-align: justify;
	color: #333;
}

.content p.error {
	color: #900;
}

.content p.success {
	color: #43747c;
}

#quienes .button {
	background: url(../images/btn_quienes_cl.png);
}

#quienes .content {
	background: url(../images/bg_quienes.png) no-repeat center bottom #ededed;
}

#quienes .content h3 {
	background-image: url(../images/icn_quienes.png);
	color: #666;
	cursor: hand;
}


#about .button {
	background: url(../images/btn_about_cl.png);
}

#about .content {
	background: url(../images/bg_about.png) no-repeat center bottom #f5efe4;
}

#about .content h3 {
	background-image: url(../images/icn_about.png);
	color: #666666;
	cursor: hand;
}

#about .content p a {
	text-decoration: none;
	border-bottom: 1px dashed #6b743d;
	color: #4b541d;
}

#about .content p a:hover {
	border-bottom: 1px dashed #4b541d;
	color: #2b340d;
}


#servicios .button {
	background: url(../images/btn_servicios_cl.png);
}

#servicios .content {
	background: url(../images/bg_servicios.png) no-repeat center bottom #f2eee7;
}

#servicios .content h3 {
	background-image: url(../images/icn_servicios.png);
	color: #666;
	cursor: hand;
}


#portfolio .button {
	background: url(../images/btn_portfolio_cl.png);
}

#portfolio .content {
	background: url(../images/bg_portfolio.png) no-repeat center bottom #ededed;
}

#portfolio .content h3 {
	background-image: url(../images/icn_portfolio.png);
	color: #666;
	cursor: hand;
}

#contact .button {
	background: url(../images/btn_contact_cl.png);
}

#contact .content {
	background: url(../images/bg_contact.png) no-repeat center bottom #f6ecd1;
}

#contact .content h3 {
		background-image: url(../images/icn_contact.png);
		color: #43747c;
		cursor: hand;
}

table#coninfo {
	border-top: 1px solid #a7babf;
	margin: 0 10px 0 56px;
	width: 438px;
}

#coninfo td {
	padding: 0.5em;
	color: #444;
	vertical-align: top;
}

#coninfo td.desc {
	color: #999;
	text-align: right;
}

#coninfo td.top {
	text-align: left;
	color: #444;
}

#coninfo a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dashed #777;
}

#coninfo a:hover {
	color: #888;
	border-bottom: 1px dashed #bbb;
}

form {
 	margin: 0 10px 10px 56px;
}

form label {
	float: left;
	clear: left;
	width: 10em;
	text-align: right;
	margin-right: 0.5em;
	color: #888;
}

form input {
	font-size: 8pt;
	width: 24em;
	margin-bottom: 0.5em;
	color: #33646c;
}

form input.send {
	width: 104px;
	height: 34px;
	margin-left: 24em;
	padding-right: 34px;
	border: 0px solid #fff; /* stupid opera trick?? */
	background: none;
	background: url(../images/icn_send.png) no-repeat right;
	color: #555;
}

form textarea {
	margin-bottom: 2em;
	font: 8pt verdana;
	width: 24em;
	height: 15em;
	color: #33646c;
}

form br {
	clear: both;	
}

.logo {
	margin: 0 10px 0 56px;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
	overflow: hidden;
}

.logo h4 {
	position: relative;
	top: -8px;
	left: 6px;
	font: 36pt arial;
	line-height: 0.80em;
	font-weight: bold;
	text-align: right;
	color: #ccc;
}

.logo h4 i {
	display: none;
}

.logo img {
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
}

.logo ul {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-align: left;
	list-style: none;
}

.logo li {
	width: 100%;
	float: left;
	color: #999;
}

.logo lii {
	width: 50%;
	float: left;
	color: #999;
}

.right {
	text-align: right;
}

.logo li b {
	font-weight: normal;
	color: #555;
}

.logo br {
	clear: both;
	visibility: hidden;
}
.txt {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 11px;
	color: #666666;
	padding-top: 8px;
	margin: 0 14px 8px 14px;
	padding-left: 28px;
	line-height: 16px;
}
.manito {
	cursor: hand;
}
