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

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

a {
	text-decoration: none;
}

h1 {
	border: 0;
	margin: 0;
	padding: 0;
	font: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	color: #FF0000;
	size: 12px;
}

h2, h3, img, ul, li {
	border: 0;
	margin: 0;
	padding: 0;
	font: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	color: #333;
	size: 10px;
}

li {
	list-style: none;
}

/* LOGO */

#logo {
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	width: 1021px;
}

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

/* CONTAINER */

#container {
	background: url(../images/bg_container_top.gif) 0 0 repeat-x;
	text-align: central;
}

/* MENU TOP */

#menuTop {
	margin: 0 auto;
	height: 24px;
	width: 1020px;
}

#menuTop li {
	float: left;
	padding: 0 54px;
	height: 43px;
}

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

#menuTop .home a {
	background: url(../images/menu_top_home.gif) no-repeat;
	width: 42px;
}

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

#menuTop .compania a {
	background: url(../images/menu_top_compania.gif) no-repeat;
	width: 72px;
}

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

#menuTop .servicios a {
	background: url(../images/menu_top_servicios.gif) no-repeat;
	width: 69px;
}

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



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

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

/* MAIN PICTURE */

#mainPicture {
	height: 225px;
	margin: 0 0 24px 0;
	width: 1020px;
}

/* CENTRAL */

#central {
	margin: 0 auto;
	width: 1020px;
}

#content {
	color: #666;
	font-size: 12px;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* 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;
	width: 700px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 34px;
	padding-left: 0px;
}

/* 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: #000000;
	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: Arial, Helvetica, sans-serif, Verdana, Tahoma;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #ff0000;
	width: 300px;
}
