/*----CSS RESET ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----FIN CSS RESET ----*/


body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
/*------------- header ------------------*/
#header {
	width: 948px;
	margin: auto;
	position:relative;
}
.top {
	background-repeat: repeat-x;
	height: 24px;
	background-color: #FFFFFF;
}

/*------LOGO----*/
#logo h1 a{
	width: 390px;
	height: 100px;
	display: block;
	position: absolute;
	top: 40px;
	float:left;
	margin:0;
	padding:0;
}
/*------CONTENEDOR----*/
#container {
	width: 948px;
	margin: auto;
	position:relative;
}

/*------MENU----*/
#menu {
	width: 948px;
	height: 42px;
	background-image: url(../image/menu/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu li {
	list-style:none;
	display:block;
	float:left;
	height:42px;
	padding: 0px;

}
#menu ul {
	list-style:none;
	margin: 0;
	padding-left: 59px;
}
/*----bt home--------*/
#menu li a.bt_home{
	background-image: url(../image/menu/inicio.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 104px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a:hover.bt_home{
	background-image: url(../image/menu/inicio_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 104px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

#menu li a.home_current{
	background-image: url(../image/menu/inicio_out.gif);
	background-repeat: no-repeat;
	height: 42px;
	width:104px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

/*------------- bt empresa ------------------*/
#menu li a.bt_empresa {
	background-image: url(../image/menu/empresa.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 121px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a:hover.bt_empresa{
	background-image: url(../image/menu/empresa_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 121px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a.empresa_current{
	background-image: url(../image/menu/empresa_out.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 121px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

/*------------- bt servicios------------------*/
#menu li a.bt_servicios{
	background-image: url(../image/menu/servicios.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 123px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

#menu li a:hover.bt_servicios{
	background-image: url(../image/menu/servicios_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 123px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a.servicios_current{
	background-image: url(../image/menu/servicios_out.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 123px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

/*------------- bt equipo------------------*/
#menu li a.bt_equipo{
	background-image: url(../image/menu/equipo.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 112px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

#menu li a:hover.bt_equipo{
	background-image: url(../image/menu/equipo_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 112px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a.equipo_current{
	background-image: url(../image/menu/equipo_out.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 112px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

/*------------- bt clientes------------------*/
#menu li a.bt_clientes{
	background-image: url(../image/menu/clientes.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 119px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

#menu li a:hover.bt_clientes{
	background-image: url(../image/menu/clientes_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 119px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a.clientes_current{
	background-image: url(../image/menu/clientes_out.gif);
  	background-repeat: no-repeat;
	height: 42px;
	width: 119px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

/*------------- bt novedades------------------*/
#menu li a.bt_novedades{
	background-image: url(../image/menu/novedades.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 134px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

#menu li a:hover.bt_novedades{
	background-image: url(../image/menu/novedades_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 134px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a.novedades_current{
	background-image: url(../image/menu/novedades_out.gif);
  	background-repeat: no-repeat;
	height: 42px;
	width: 134px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

/*------------- bt contacto------------------*/
#menu li a.bt_contacto{
	background-image: url(../image/menu/contacto.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 122px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

#menu li a:hover.bt_contacto{
	background-image: url(../image/menu/contacto_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 122px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}
#menu li a.contacto_current{
	background-image: url(../image/menu/contacto_out.gif);
  	background-repeat: no-repeat;
	height: 42px;
	width: 122px;
	float:left;
	overflow:visible;
	text-indent:-9999px;
}

/*------------- TEXTO H  ------------------*/

h2{
	font-size: 16px;
	font-weight: normal;
	width: 175px;
	padding-bottom: 12px;
	padding-top: 8px;
}
h3{
	font-size: 11px;
	font-weight: bold;
}

h4{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: normal;
	line-height: 12px;
	text-transform: none;
	text-decoration: none;
	text-align: justify;
	margin-bottom: 8px;
	margin-top: 8px;
}

.destacado_1 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	font-size: 11px;
	font-weight: bold;
}
.destacado_2 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #02385b;
	font-size: 11px;
	font-weight: bold;
}
.destacado_3{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #02385b;
	font-size: 12px;
	font-weight: bold;
}
.destacado_4{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	font-size: 12px;
	font-weight: bold;
}
.item{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #0088cc;
	background-image: url(../image/bullet_1.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left:12px;
	padding-bottom: 8px;
	line-height: 14px;
}
#caja_cliente{
	margin: 0;
	padding: 0;
	width: 270px;
	top: 140px;
	position: absolute;
}
#bloque_contenido {
	margin: 0;
	float: left;
	width: 897px;
	padding-left: 51px;
}
#bloque_contenido #noticia {
	margin: 0;
	padding: 0;
	float: left;
	width: 545px;
}
#bloque_contenido #imagen {
	float: right;
	width: 330px;
	margin: 0;
	padding: 0;
}

/*------------- imagen ------------------*/

.imag_equipo {
	padding: 0;
}
.imag_home {
	height: 179px;
	width: 488px;
	position: absolute;
	top: 410px;
}
.imag_empresa {
	height: 204px;
	width: 276px;
	position: absolute;
	top: 240px;
	left: 670px;
}
.box_bienvenida {
	position: absolute;
	top: 10px;
	width: 220px;
}
.box_equipo {
	position: absolute;
	top: 10px;
	width: 218px;
}
.box_integrante {
	margin: 0px;
	width: 450px;
	float: left;
	position: relative;
	padding-top: 10px;
}
.integrante{
	float: left;
	position: relative;
	margin: 0px;
	width: 320px;
}
.image{
	margin: 0px;
	float: right;
	position: relative;
	padding-bottom: 8px;
}
.caja_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/*------------- footer ------------------*/
#footer {
	background-color: #02385b;
	background-image: url(../image/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 65px;
	padding: 0px;
	margin-top: 35px;
}
#footer2 {
	background-color: #02385b;
	background-image: url(../image/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 65px;
	padding: 0px;
	margin-top: 20px;
}
#main_footer{
	width: 948px;
	margin: auto;
	text-align: center;
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.bt_contacto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.bt_contacto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.copyrigth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #78aacb;
	margin-top: 8px;
}

/*------------- acordeon ------------------*/

#accordion {
	width:589px;
	border-top:none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.accordion {
	width:589px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.accordion dt {
	width:589px;
	height: 24px;
	cursor:pointer;
	background-image:url(../image/empresa/tabs.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#02385b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 16px;
	line-height: 24px;
}
.accordion dt:hover {
	background-color:#ffffff;
	}
.accordion .open {
	background-image:url(../image/empresa/tabs_over.jpg);
}
.accordion dd {
	overflow:hidden; 
	background:#fff;
}
.accordion span {
	display:block;
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	text-align: justify;
}

/*------------- acordeon 2 ------------------*/

#accordion2 {
	width:615px;
	border-top:none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.accordion2 {
	width:615px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.accordion2 dt {
	width:615px;
	height: 24px;
	cursor:pointer;
	background-image:url(../image/tabs_servicios.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#02385b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 16px;
	line-height: 24px;
}
.accordion2 dt:hover {
	background-color:#ffffff;
	}
.accordion2 .open {
	background-image:url(../image/empresa/tabs_over.jpg);
}
.accordion2 dd {
	overflow:hidden; 
	background:#fff;
}
.accordion2 span {
	display:block;
	width:590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	text-align: justify;
}

