body {
	background: #769715;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
}

/* Contenedores y secciones del cuerpo - comienzo */

#contenedor {
    width: 100%;
    margin: 0px;
	padding: 0;
    text-align:left;
}

#wrapper {
    width: 1143px;
    margin: 0px;
	padding: 0;
    text-align: left;
}

.blanco {
	background-color: #FFFFFF;
}

#header {
    padding: 0;
	background-image: url(images/top.jpg);
	background-repeat:no-repeat
	background: #024b4b;
}

#menu {
    background: #02909d;
	background-image: url(images/bg2.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 0;
}

#seccion_cuerpo {
	padding: 0;
}

#cintillo_pre_pie {
	background: #02909c;
	padding: 0;
	margin: 0;
}

#pie_de_pagina {
	background: #024b4b;
	background-image:url(images/fondofinal.jpg);
	padding-top: 13px;
	padding-bottom: 19px;
	padding-left: 19px;
	margin: 0;
}

/* Contenedores y secciones del cuerpo - fin */

/* Menu Horizontal - comienzo */

.cuerpo_menu {
	font-family: Verdana;
	font-size: 14px;
	color: #2992b5;
	text-decoration: none;
	font-weight: normal;
}

A.cuerpo_menu_link, A:visited.cuerpo_menu_link, A:hover.cuerpo_menu_link {
	font-family: Verdana;
	font-size: 14px;
	color: #2992b5;
	text-decoration: none;
	font-weight: normal;
}

A:hover.cuerpo_menu_link {
	color: #f0f0f0;
	text-decoration: underline;
}

/* Menu Horizontal - final */

/* Textos - comienzo */

.cuerpo {
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.header_principal {
	font-family: Arial;
	font-size: 22px;
	color: #126c86;
	text-decoration: none;
	font-weight: bold;
}

.header_principal_2 {
	font-family: Arial;
	font-size: 22px;
	color: #126c86;
	text-decoration: none;
	font-weight: none;
}

.texto_bienvenida {
	font-family: arial;
	font-size: 12px;
	color: #616161;
	text-decoration: none;
	font-weight: normal;
}

.texto_bienvenida_bold {
	font-family: arial;
	font-size: 12px;
	color: #616161;
	text-decoration: none;
	font-weight: bold;
}

/* Textos - final */

/* Enlaces - comienzo */

A.default_link, A:visited.default_link, A:hover.default_link {
	font-family: Arial;
	font-size: 12px;
	color: #27889b;
	text-decoration: underline;
	font-weight: normal;
}

A:hover.default_link {
	text-decoration: none;
}

A.link_descubre, A:visited.link_descubre, A:hover.link_descubre {
	font-family: Arial;
	font-size: 12px;
	color: #164a54;
	text-decoration: underline;
	font-weight: bold;
}

A:hover.link_descubre {
	text-decoration: none;
}

/* Enlaces - final */

/* Enlace pie de pagina - comienzo */

.texto_pie_1 {
	font-family: tahoma;
	font-size: 10px;
	color: #ebff97;
	font-weight: normal;
}

.texto_pie_2 {
	font-family: tahoma;
	font-size: 10px;
	color: #b4cfda;
	font-weight: normal;
}

A.menu_footer, A:visited.menu_footer, A:hover.menu_footer {
	font-family: tahoma;
	font-size: 11px;
	color: #c4c9cd;
	text-decoration: none;
	font-weight: normal;
}

A:hover.menu_footer {
	text-decoration: underline;
}

.menu_footer_texto {
	font-family: tahoma;
	font-size: 11px;
	color: #c4c9cd;
	font-weight: normal;
}

/* Enlace pie de pagina - final */

/* Sobre nosotros textos - comienzo */

.scroll {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}

.scroll_2 {
	padding-left: 20px;
	padding-right: 15px;
	text-align: justify;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}

.scroll_3 {
	padding-left: 80px;
	padding-top: 35px;
	text-align: justify;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
}

.titulo_servicios {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

A.link_titulo_servicios, A:visited.link_titulo_servicios, A:hover.link_titulo_servicios {
	font-family: tahoma;
	font-size: 13px;
	color: #ebff97;
	text-decoration: underline;
	font-weight: bold;
}

A:hover.link_titulo_servicios {
	color: #FFFFFF;
}

/* Sobre nosotros textos - final */

.boton_contacto {
	font-size:11px;
	font-family:tahoma;
	font-weight:normal;
	color:white;
	background:#58730a;
	border: 1px solid #dddddd;
	width:120px;
	height:26px;
}

.bordeado {
	border: 5px solid #AAAAAA;
}

#splash_fondo {
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/portafolio_deg.jpg);
}

#splash_menu {
  padding: 0;
  width: 100%;
  background-color: #024b4b;
}

#splash_menu a {
  font-family: tahoma;
  font-size: 11px;
  color:#fff;
  font-weight: bold;
  display:block;
  padding: 6px 10px;
  text-decoration: none;   
}

#splash_menu a:hover {
  color:#fff;
  background-color:#02909d;
  text-decoration: none;
}

#splash_menu a.activo {
  background-color:#02909d;
  font-family: tahoma;
  font-size: 11px;
  color:#fff;
  font-weight: bold;
  display:block;
  padding: 6px 10px;
  text-decoration: none;   
}

#splash_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;  
}

.borde_inferior {
/*  border-bottom:1px solid #ccc;*/
}

#splash_menu li {
/*  background-repeat:no-repeat;
  background-position:0 6px;
  padding-left:10px;*/
  
  border-bottom: 1px solid #bbb;
  padding: 1px 0;
}

#splash_menu li:hover {
/*  background-color:#333333;*/
}

/* Sobre nosotros textos - final */

