@charset "utf-8";
*	{
	margin: 0;
	padding: 0;
}
.main, .header, .footer, .portfolio-index, .main2	{
	float: left;
	width: 100%;
}
.header  li, .footer li {
	list-style-type: none;
}
h1, h2, h3 {
	font-weight: bold;
	font-size: 17px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	line-height: 18px;
}

.caja {
	padding: 0px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.header  {
	background-image: url(../images/img_01.jpg);
	background-repeat:  repeat-x;
	height: 161px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #303030;
}

.header .logo img  {
	border: 0;
}

.logo {
	padding-top: 20px;
	float: left;
}

.top_menu a {
	height: 12px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	background-image: url(../images/img_07.gif);
}

.top_menu li {
	display: inline;
}

.top_menu {
	float: right;
	padding: 46px 0 0 0;
}
.content .header .const {
	background-image: url(../images/const.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index: 999;
	top: 0px;
	right: 0px;
	height: 100px;
	width: 100px;
}

.main {
	background-image: url(../images/textura.jpg);
	background-repeat: repeat;
}

.main, .main2	{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 30px 0 30px 0;

}
.main h1 {
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.boton   {
	background-image: url(../images/boton.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 161px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float: left;
	text-decoration: none;
	padding-left: 18px;
	margin-top: 15px;
}

a.boton:hover {
	background-position: 0px -19px;
}

.separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 100%;
	padding: 0px;
	height: 1px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	float: none;
}

.btn_inicio {
	background-position: 0px 0px;
	width: 48px;
}

a.btn_inicio:hover 	{
	background-position: 0px -12px;
}

.btn_empresa {
	background-position: -48px 0px;
	width: 68px;
}

a.btn_empresa:hover 	{
	background-position: -48px -12px;
}

.btn_servicios {
	background-position: -116px 0px;
	width: 72px;
}

a.btn_servicios:hover	{
	background-position: -116px -12px;
}

.btn_portfolio {
	background-position: -187px 0px;
	width: 75px;
}
a.btn_portfolio:hover	{
	background-position: -187px -12px;
}

.btn_contacto {
	background-position: -262px 0px;
	width: 72px;
}

a.btn_contacto:hover	{
	background-position: -262px -12px;
}

.footer {
	background-image: url(../images/img_01.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	padding-top: 35px;
}
.validation p {
	float: left;
	padding-right: 10px;
}

.footer .caja a, .footer .caja p  {
	padding: 0;
	margin: 10px 0 0 0;
}
.footer  .caja  {
	background-image: url(../images/formas_de_pago.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.footer .caja a:hover {
	text-decoration: underline;
}

.footer  li {
	display: inline;
	padding-right: 10px;
}

.footer  .caja, .footer .caja a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

input, select, textarea {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}
