* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	background-color: #333333;
	background-image: url(../img/b_body_2.jpg);
	background-position: left top;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
a:active {
  position: relative;
  top: 1px;
}
.clear {
	clear: both;
}
/***********************header*****************************/
#header {
	height: 78px;
	background-image: url(../img/b_lang.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header img {
	float: left;
}
#header a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 115px;
	margin-right: 35px;
}
#header a:hover {
	text-decoration: underline;
}
#portfolio {
	height: 318px;
}

/***********************portfolio*****************************/
#portfolio h1 {
	font-size: 20px;
	color: #999900;
	text-align: center;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
#portfolio .big {
	font-size: 30px;
	color: #333333;
}
#portfolio img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left {
	float: left;
}
#right {
	float: right;
}
#left, #right {
	margin-top: 70px;
}
#slider {
	margin-right: auto;
	margin-left: auto;
}
#slider li {
	height: 225px;
	width: 270px;
	padding-right: 5px;
	padding-left: 5px;
}
#slider img {
	position: absolute;
}
.infobox {
	width: 230px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.infobox p {
	color: #333333;
	line-height: 125%;
	margin-bottom: 5px;
}
.infobox .etiqueta {
	font-weight: bold;
	color: #999900;
}
.infobox a {
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #666666;
	text-decoration: none;
}
.infobox a:hover {
	background-color: #999999;
}
/***********************info*****************************/
#info {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
#info h1 {
	color: #999900;
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 15px;
}
#info h2 {
	font-size: 15px;
	margin-bottom: 10px;
	color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
#info p {
	margin-bottom: 10px;
	line-height: 140%;
}
#info a, #footer a {
	color: #CCCCCC;
}
#info a:hover, #footer a:hover {
	color: #FFFFFF;
}
/***********************servicios*****************************/
#servicios {
	width: 550px;
	float: left;
}
#servicios ul {
	margin-left: 30px;
	list-style-type: square;
}
#servicios li {
	margin-bottom: 10px;
}
#servicios #col01, #servicios #col02 {
	width: 250px;
}
#servicios #col01 {
	float: left;
}
#servicios #col02 {
	float: right;
}
#servicios a {
	cursor: help;
}
/***********************contacto*****************************/
#contacto {
	float: right;
	width: 250px;
	height: 400px;
}

form {
	margin-top: 20px;
}
label {
	width: 66px;
	float: left;
	margin-bottom: 14px;
}
input, textarea {
	margin-bottom: 10px;
	width: 175px;
	float: right;
	background-image: url(../img/b_form.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.enviar {
	background-color: #333333;
	color: #CCCCCC;
	width: 180px;
	float: right;
	border: 1px solid #666666;
	font-weight: bold;
	background-image: none;
}
.enviar:hover {
	color: #333333;
	background-color: #CCCCCC;
}
#result, #loading {
	width:175px;
	text-align:center;
	float: right;
	height: 25px;
	display: none;
	margin-bottom: 30px;
}
#loading {
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/***********************footer*****************************/
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	height: 25px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	float: left;
}
#footer .w3c {
	float: right;
}

