/*
Documento CSS propiedad de FLEXO estudio digital.
Prohibida la reproducción total o parcial de este código salvo consentimiento expreso del autor.
*/


/* ---------- General ---------------------------------------------------------------------- */
body	{
	margin:0px;
	padding:20px;
	background: #EBE9E6 url(/img/pix_fondo_diagonales.gif);
	font: 0.7em  Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	color: #333333;	
	height: 100%;
 }
 
 
a img {
	border:none;
}
acronym {
	cursor: help;
 }

/* ----------------- Tablas ------------*/
table{
	margin: 20px 0px 10px 10px;
	}

th{
	text-align:center;
	font-size:90%;
	font-weight:normal;
	color:#666666;
	padding:3px;
	border-bottom: 1px solid #878780;
}

td{
	padding:4px;
	border-bottom: 1px solid #cccccc;
}



/* ---------- Capas ---------------------------------------------------------------------- */

#contenedor {
	margin:0px auto;
	padding:10px;
	width: 680px;
	background-color:#FFFFFF;
}

#cabecera{
	padding: 0px;
	background-image:url(/img/tt_datos_cab.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height:150px;
}

#logo {
	float:left;
	margin: 40px 0px 0px 0px;
	padding:0px;
	height:50px;
	width: 220px;
}

#linkscab {
	float:left;
	margin: 70px 0px 0px 0px;
	text-align:right;
	width: 240px;
	font-size:0.9em;
}

#menu {
	margin:0px;
	clear:both;
	float:left;
	height:20px;
	width: 470px;
	background-color:#000000;
}

#ruta {
	float:left;
	margin:10px 0px;
	width: 470px;
	height: 20px;
	background-color:#EBE9E6;
}

#contenidos {
	width: 680px;
	padding: 0px;
}
 
#principal {
	float: left;
	padding: 0px;
	width: 470px;
	padding:0px 0px 20px 0px;
	background-color: #FFFFFF;
	text-align: left;
	border-top: 2px solid #21ADB7;
}

#lateral {
	float:left;
	margin: 0px 0px 10px 10px;
	padding:0px 0px 10px 0px;
	width: 200px;
	background-color: #ebe9e6;
	text-align: left;
	border-top: 2px solid #21ADB7;

}

#contenidoshome {
	padding: 0px 10px;
	width: 680px;
	background-color:#FFFFFF;
	z-index: 50;
}
 
#fotohome{
	clear:both;
	padding: 10px;
	border-top: 2px solid #21ADB7;
	border-bottom: 2px solid #21ADB7;
	margin-bottom: 10px;
	background-color:#EBE9E6;
	}
 
#home1 {
	clear:both;
	position:relative;
	float:left;
	width: 230px;
	background-color:#ffffff;
	margin:0px;
}

#home2 {
	float:left;
	margin:0px 0px 10px 10px;
	width: 230px;
	background-color:#ffffff;

}

#home3 {
	position:relative;
	float: left;
	margin:0px 0px 10px 10px;
	width: 200px;
	background-color:#ffffff;
}

#separador {
	clear:both;
	font-size: 1px;
	height:1px;
}



#pie {
	clear:both;
	width: 675px;
	padding:5px 0px 0px 5px;
	color:#555555;
	font-size: 0.9em;
	background-color: #ffffff;
	border-top: 2px solid #21ADB7;
}


/* ---------- encabezados ---------------------------------------------------------------------- */

h1 {
	display: none;
 }
 
h2 {
	display:block;
	margin: 0px 0px;
	padding: 5px 5px 0px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
 }
 
h3 {
	display:block;
	background-color:#EBE9E6;
	margin: 5px 5px 0px 5px;
	padding: 5px 5px 5px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #333333;

 }

h4 {
 	margin: 5px 10px;
	padding: 5px 0px;
	font-size: 1em;
	font-weight: normal;
	color:#CC0066;


 }

/* ---------- parrafos ------------------------------------------------------------ */

p {
 	margin: 0px 10px;
	padding: 5px 3px;
	font-size: 1em;
	font-weight: normal;

 }
 
/* ---------- lista generica ------------------------------------------------------------ */

ul {
list-style-type:none;
margin:0px;
padding:0px;
}
li {
}

/* ---------- lista del menu ------------------------------------------------------------ */

#menu ul {
	margin: 0px;
	padding:1px 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* enlace de los elementos de la lista menu  */
#menu li a{
	color:#FFFFFF;
	padding: 4px 10px 5px 15px;
	font: 0.8em Small Fonts, Arial, Tahoma, Verdana, sans-serif;
	background-image: url(/img/ico_flechita_az.gif);	
	background-repeat: no-repeat;
	background-position: 5px;
}	

/* rollover de los elementos de la lista menu  */
#menu li a:hover {
	background-color:#21ADB7;
}	

/* ---------- lista de la ruta ------------------------------------------------------------ */

#ruta ul {
	margin: 0px;
	padding-left: 5px;
	padding-top: 4px;
	list-style: none;
}
#ruta li {
	vertical-align:top;
	display: inline;
	color:#333333;
	padding: 0px 2px 2px 15px;
	font: 0.8em Small Fonts, Arial, Tahoma, Verdana, sans-serif;
	background-image: url(/img/ico_cuad_az.gif);	
	background-repeat: no-repeat;
	background-position: 5px;
}

/* enlace de los elementos de la lista ruta  */
#ruta li a {
	color:#333333;
	background: none;
}	


/* ---------- lista de vinculos ------------------------------------------------------------ */

#vinculos ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#vinculos li {
	padding: 0px 0px;
	text-align:center;
	display:block;
	height:52px;
}

#vinculos li a {
	background: none;
	padding: 0px 0px;
}	
#vinculos li a:hover {
	background: none;
	padding: 0px 0px;
}	




/* ---------- lista lateral  ------------------------------------------------------------ */

.lateral ul {
margin:0px;
}

.lateral li a{
	list-style-type: none;
	margin-left:10px;
	padding-left: 10px;
	background-image: url(/img/ico_cuad_gr.gif);	
	background-repeat: no-repeat;
	background-position: 1px;
}

/* ---------- lista interior  ------------------------------------------------------------ */

#principal ul {
	margin: 10px 0px;
	padding: 0px;

}

.interior li {
	list-style: none;
	margin-left: 20px;
	padding-left: 10px;
	background-image: url(/img/ico_cuad_gr.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
}


/* ---------- submenu: lista lateral con enlaces ------------------------------------------------------------ */

.submenu li {
	list-style: none;
}

.submenu li a{
	list-style: none;
	margin-left: -35px;
	padding-left: 10px;
	background-image: url(/img/ico_cuad_az.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

/* ----------------- lista de noticias ------------*/
.listanoticias ul{
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
	display:inline;
}
.listanoticias li {
	margin: 0px 10px 0px 20px;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	color:#444444;
}
.listanoticias li a{
	display:inline;
	font-weight:bold;
	text-decoration: none;
}
.listanoticias a:hover {
	text-decoration: none;
}


/* ---------- estilos class ---------------------------------------------------------------------- */

.mapa {color: #00CCFF;}
.blanco{color:#ffffff;}
.negro {color:#000000;}
.rosa {color:#CC0066;}
.gris {color:#666666;}
.poyecto {font-weight:bold;}

.fechanot {font-size:90%; color:#CC0066; argin:0px;}
.fuentenot {font-style:italic;}
.volver{font-size:0.9em; margin:0px 0px 0px 10px;}
.tecla {text-decoration: underline;}
.oculto{display:none;}
.marcohome {border:10px solid #EBE9E6;}

.marcoclaro {
	border:10px solid #EBE9E6;
	margin-bottom:10px;
}

.marcoscuro {
	border:10px solid #D3D3CF;
	margin-bottom:10px;
}


.linea {
border-top:1px solid #cccccc;
margin: 5px;
}

.paginacion{
	border-top:1px solid #CCCCCC;
	margin:10px 10px;
	padding:5px 5px;
	}
	
/* ---------- enlaces ---------------------------------------------------------------------- */

a {
 text-decoration: none;
 color:#009999;
}
a:hover {
	text-decoration: none;
	background-color:#21ADB7;
	color: #ffffff;
}

#menu a:hover{
text-decoration:none;
}

#pie a {
font-weight:normal;
}

#subir a{
 margin-left: 20px;
 font: 9px Small Fonts, Trebuchet MS, Tahoma, Verdana, sans-serif;
 color: #403B37;
 text-decoration: none; 
}

#subir a:hover{
  color: #fff;
  background: #403B37;
}

/*-------- estilos de texto-imagen ----------------------------------------------------------------------------*/


.tt_somos{
background-image:url(/img/tt_bl_quienes.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_hacemos{
background-image:url(/img/tt_bl_quehacemos.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_experiencia{
background-image:url(/img/tt_bl_expyesp.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_vinculos{
background-image:url(/img/tt_ma_vinculos.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_servicios{
background-image: url(/img/tt_bl_nuservicios.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_proyectos{
background-image: url(/img/tt_bl_proydest.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_clientes{
background-image:url(/img/tt_ma_listado.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_noticias{
background-image: url(/img/tt_bl_noticias.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_masnoticias{
background-image: url(/img/tt_ma_masnoticias.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_articulos{
background-image: url(/img/tt_bl_articulos.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_contacto{
background-image: url(/img/tt_bl_contacto.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_disposicion{
background-image: url(/img/tt_ma_asudisp.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_accesibilidad{
background-image: url(/img/tt_bl_accesibilidad.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_queesacce{
background-image: url(/img/tt_ma_queesacce.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_mapaweb{
background-image:url(/img/tt_bl_mapaweb.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}

.tt_porque{
background-image:url(/img/tt_bl_porque.gif);
background-repeat:no-repeat;
height:22px;
margin:10px 0px 0px 10px;
padding:0px;
}



/*-------- elementos de formulario ----------------------------------------------------------------------------*/

form {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 10px 20px 0px 20px;
	margin:0px;
}


input, select, textarea {
 	font: 1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	background-color: #E9E6E0;
	border: 0px none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.boton {
	font-family: Small Fonts,Tahoma, Verdana, sans-serif;
	font-size: 9px;
	background-color: #E9E6E0;
	border: 1px solid #333;
}
