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

body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif, Verdana;
	color: #333;
	background: url(../images/bg_body_top.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	text-decoration: none;
}

h1, h2, h3, img, ul, li {
	border: 0;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/* LOGO */

#logo {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 1021px;
	height: 20px;
}

#logo img {
	width: 1021px;
	height: 20px;
	padding:0 0 0 0;
}


/* BOTONERA */

#botonera {
	text-align: central;
	margin: 0 auto;
	width: 1021px;
}

/* MENU TOP */

#menuTop {
	margin: 0 auto;
	text-align: right;
	height: 41px;
	width: 600px;
}

#menuTop li {
	float: right;
	padding: 0 21px;
	height: 43px;
}

#menuTop * a {
	border-top: 2px solid #FFF;
	display: block;
	height: 41px;
}

#menuTop .blanco a {
	background: url(../images/menu_top_blanco.gif) no-repeat;
	width: 135px;
}

#menuTop .Agencia a {
	background: url(../images/menu_top_agencia.gif) no-repeat;
	width: 135px;
}

#menuTop .Agencia a:hover, #menuTop .home a.selected {
	background: url(../images/menu_top_agencia_hover.gif) no-repeat;
	border-top: 2px solid #0078C1;
}

#menuTop .Portfolio a {
	background: url(../images/menu_top_portfolio.gif) no-repeat;
	width: 135px;
}

#menuTop .Portfolio a:hover, #menuTop .home a.selected {
	background: url(../images/menu_top_portfolio_hover.gif) no-repeat;
	border-top: 2px solid #0078C1;
}

#menuTop .Contacto a {
	background: url(../images/menu_top_contacto.gif) no-repeat;
	width: 135px;
}

#menuTop .Contacto a:hover, #menuTop .contacto a.selected {
	background: url(../images/menu_top_contacto_hover.gif) no-repeat;
	border-top: 2px solid #0078C1;
}

/* CENTRAL */

#central {
	text-align: central;
	margin: 0 auto;
	width: 1021px;
}

#content {
	color: #666;
	font-size: 12px;
	text-align: left;
}

/* LATERALS */

#central .lateral {
	float: left;
	clear: left;
	padding: 0 0 6px 0;
	width: 300px;
}

#central .lateral .title {
	height: 52px;
	width: 300px;
}

#central .lateral p {
	text-align: left;
	padding: 6px;
	margin: 10px 0;
}

#central .lateral p span {
	display: block;
	font-size: 12px;
	color: #999;
}

/* CONTENTS */

#content {
	float: right;
	padding: 0 0 34px 0;
	width: 700px;
}

/* FOOTER */

#footer {
	clear: both;
	font-weight: bold;
	background: url(../images/line_horizontal_2.gif) 0 6px repeat-x;
	height: 34px;
	padding: 14px 8px;
	width: 1004px;
}

#footer ul {
	float: left;
	height: 16px;
}

#footer ul li {
	float: left;
	padding: 0 8px 0 0;
}

#footer ul li a {
	color: #000099;
	font-size: 12px;
}

#footer .author {
	float: right;
	color: #999;
	font-size: 12px;
}

#footer .copy {
	clear: left;
	float: left;
	color: #999;
	font-size: 12px;
}

/* SECTIONS TITLES */

.h1-compania {
	background: url(../images/section_title_compania.gif) no-repeat;
	height: 57px;
	width:700px;
	color: #ff0000;
	text-indent: -5000px;
}

.h1-servicios {
	background: url(../images/section_title_servicios.gif) no-repeat;
	height: 57px;
	width: 700px;
	text-indent: -5000px;
}

.h1-contacto {
	background: url(../images/section_title_contacto.gif) no-repeat;
	height: 57px;
	width: 700px;
	color: #ff0000;
	text-indent: -5000px;
}

.texto-destacado {
	color: #781D7E;
}
#formContacto .input,textarea {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #000099;
	width: 300px;
}
