/* ESTILOS GENERALES PARA EL LAYOUT Y FORMATOS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/background.gif);
	background-repeat: repeat;
}

.textonaranja {
	color:#0066CC;
}
.textogrande {
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;

}
.textopeq {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
}
.alinder {
	text-align: right;
}

p {
	text-align: justify;
	font-size: 0.6em;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 0.7em;
}
h2 {
	font-size: 0.8em;
}
ul {
	font-size: 0.6em;
}
.resetfloats {
	clear: both;
}
#envoltorio {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 400px;
	min-height: 400px;
	margin-bottom: 25px;
}
*>#envoltorio {              /* Aquí IE no sabe entrar */
	height: auto;            /* Que la altura se establezca de forma automática dependiendo del contenido */
}

/* Capa para el logo */
#encabezado {
	height: 70px;
	background-color: #e7e7e7;
	font-weight: bold;
	background-image: url(../img/fondo_sup.gif);
	background-repeat: no-repeat;
}

/* Capa de la barritra superior con accesos a Intranet, Empresa,... */
#barrasup {
	position: relative;
	height: 17px;
	background-color:#3366CC;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	font-size: 10px;
}
#barrasup  a:link, #barrasup a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#barrasup  a:hover {
	color: #000000;
}
#barrasup .fecha {
	position: absolute;
	left: 5px;
	top: 3px;
}
#barrasup .empresa {
	position: absolute;
	left: 457px;
	top: 3px;
}
#barrasup .empresa_ico {
	position: absolute;
	left: 441px;
	top: 1px;
}
#barrasup .localizacion_ico {
	position: absolute;
	left: 539px;
	top: 3px;
}
#barrasup .sobre {
	position: absolute;
	left: 674px;
	top: 6px;
}
#barrasup .candado {
	position: absolute;
	left: 368px;
	top: -11px;
}
#barrasup .intranet {
	position: absolute;
	left: 310px;
	top: 3px;
}
#barrasup .localizacion {
	position: absolute;
	left: 554px;
	top: 3px;
}
#barrasup .contacto {
	position: absolute;
	left: 689px;
	top: 3px;
}

/* Capa con el menú de navegación */
#nav {
	background-color: #FFFFFF;
	width: 150px;
	float: left;
	padding-top: 15px;
}
#nav #secciones {
	margin: auto;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	color: #666666;
	width: 131px;
	font-size: 0.6em;
}
#nav #secciones #sistemas {
	background-image: url(../img/sistemas.png);
	background-repeat: no-repeat;
	height: 15px;
}
#nav #secciones #desarrollo {
	background-image: url(../img/desarrollo.png);
	background-repeat: no-repeat;
	height: 15px;
}
#nav #secciones #formacion {
	background-image: url(../img/formacion.png);
	background-repeat: no-repeat;
	height: 15px;
}
#nav #secciones #innovacion {
	background-image: url(../img/innovacion.png);
	background-repeat: no-repeat;
	height: 15px;
}
#nav #secciones #teletrabajo {
	background-image: url(../img/teletrabajo.png);
	background-repeat: no-repeat;
	height: 15px;
}

#nav #secciones .normal {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 8px;
}
#nav #secciones .sinborde {
	border: none;
}
#nav #secciones a:link, #nav #secciones a:visited {
	color: #666666;
	text-decoration: none;
}
#nav #secciones a:hover {
	color: #333333;
}
#nav #acceso_clientes {
	width: 130px;
	height: 90px;
	border: 1px solid #e8e8e8;
	padding: 3px;
	margin-top: 20px;
	margin-left: 5px;
	position: relative;
	background-image: url(../img/fondo_clientes.gif);
	background-repeat: no-repeat;
	background-position: 3px 2.5px;
}
#nav #acceso_clientes h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color:#3366CC;
	color: #000000;
	font-size: 0.6em;
}
#nav #acceso_clientes form {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 17px;
	right: 0px;
	bottom: 17px;
}
#nav #acceso_clientes table {
	width: 100%;
	margin-top: 2px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav #acceso_clientes table td {
	font-size: 0.6em;
	margin: 0px;
	padding: 3px 0px 0px 3px;
	width: 50%;
}
#nav #acceso_clientes .cajatexto {
	font-size: 0.9em;
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}
#nav #acceso_clientes .boton {
	font-size: 0.9em;
	color: #0066CC;
	width: 21px;
	height:17px;
	background-color: #EFEFEF;
	border: 1px groove #BBBBBB;
	text-transform: lowercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Capa que alberga todos los contenidos */
#contenidos {
	width: 600px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contenidos h1 {
	margin: 0px;
	padding: 0px 0px 0px 2px;
}

/* Estilos del contenido de la página principal */
#contenidos #princ_sup {
	width: 600px;
}
#contenidos #princ_sup #general {
	height: 85px;
	width: 407px;
	float: left;
	border: 1px solid #e8e8e8;
}
#contenidos #princ_sup #general h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
	

#contenidos #princ_inf {
	width: 592px;
	margin-top: 15px;
	border: 1px solid #e8e8e8;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#contenidos #pie_princ_inf {
	clear: both;
}
#contenidos #princ_inf #proyectos_destacados {
	float: left;
	width: 407px;
	background-image: url(../img/fondo_proyectos_destacados.gif);
}
#contenidos #princ_inf #proyectos_destacados a:link, #contenidos #princ_inf #proyectos_destacados a:visited {
	font-size: 0.9em;
	color:#3366CC;
	text-decoration: none;
}
#contenidos #princ_inf #proyectos_destacados a:hover {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
#contenidos #princ_inf #proyectos_destacados h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #B7B7B7;
	color: #FFFFFF;
}
#contenidos #princ_inf #proyectos_destacados #lista_proyectos {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	color: #0066CC;
	font-size: 0.6em;
}
#contenidos #princ_inf #proyectos_destacados #lista_proyectos th {
	text-align: left;
	padding-left: 3px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#contenidos #princ_inf #proyectos_destacados #lista_proyectos .col1 {
	width: 0%;
}
#contenidos #princ_inf #proyectos_destacados #lista_proyectos .col2 {
	padding-left: 10px;
	color: #666666;
	padding-right: 60px;
	padding-bottom: 15px;
}
#envoltorio #contenidos #princ_inf #proyectos_destacados #lista_proyectos .col2 #flechita{
	text-align: left;

}
#contenidos #princ_inf #servicios{
	width: 180px;
	float: right;
}
#contenidos #princ_inf #servicios a:link, #contenidos #princ_inf #servicios a:visited{
	color: #0066CC;;
	text-decoration: underline;
}
#contenidos #princ_inf #servicios a:hover{
	color: #000000;
	text-decoration: underline;
}
#contenidos #princ_inf #servicios h1 {
	background-color: #B7B7B7;
	color: #FFFFFF;
	text-align: right;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contenidos #princ_inf #servicios p {
	padding-top: 15px;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenidos #princ_inf #servicios ul {
	color: #0066CC;
	list-style-type: square;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#contenidos #princ_inf #servicios .info {
	margin-left: 140px;

}

#contenidos #princ_inf #servicios table {
	width: 100%;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contenidos #princ_inf #servicios table th {
	color: #0066CC;
	text-align: left;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contenidos #princ_inf #servicios table .col1 {
	width: 65%;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
#contenidos #princ_inf #servicios table .col2 {
	text-align: right;
	padding-right: 2px;
}
#contenidos #princ_inf #servicios table .col2 .flechita {
	text-align: right;
	padding-right: 2px;
}

#contenidos #princ_inf #servicios p {
	color: #666666;
	margin: 3px 0px 5px;
	padding: 0px;
}

/* Estilos de los encabezados de presentación de cada sección */
#contenidos #encsec1 {
	width: 601px;
	margin-bottom: 25px;
}

#contenidos #encsec1 h1 {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 3px;
	background-repeat: no-repeat;
	height: 16px;
}
#contenidos #encsec1 p {
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
#contenidos #encsec1 ul {
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#contenidos #encsec1 ul li {
	margin-bottom: 2px;
}
#contenidos #encsec1 .empresa {
		background-image: url(../img/tit_empresa.jpg);
}
#contenidos #encsec1 .localizacion {
		background-image: url(../img/tit_localizacion.jpg);
}
#contenidos #encsec1 .contacto {
		background-image: url(../img/tit_contacto.jpg);
}
#contenidos #encsec1 .implantacion {
		background-image: url(../img/tit_implantacion.jpg);
}
#contenidos #encsec1 .mantenimiento {
		background-image: url(../img/tit_mantenimiento.jpg);
}
#contenidos #encsec1 .ingenieria {
		background-image: url(../img/tit_ingenieria.jpg);
}
#contenidos #encsec1 .equipamiento {
		background-image: url(../img/tit_equipamiento.jpg);
}
#contenidos #encsec1 .alojamiento {
		background-image: url(../img/tit_alojamiento.jpg);
}
#contenidos #encsec1 .consultoria {
		background-image: url(../img/tit_consultoria.jpg);
}
#contenidos #encsec1 .aviso_legal {
		background-image: url(../img/tit_aviso_legal.jpg);
}
#contenidos #encsec1 .cursos {
		background-image: url(../img/tit_cursos.jpg);
}
#contenidos #encsec1 .portfolio_sistemas {
		background-image: url(../img/tit_portfolio_sistemas.jpg);
}
#contenidos #encsec1 .portfolio_formacion {
		background-image: url(../img/tit_portfolio_formacion.jpg);
}
#contenidos #encsec1 .portfolio_desarrollo {
		background-image: url(../img/tit_portfolio_desarrollo.jpg);
}
#contenidos #encsec1 .desarrollo_web {
		background-image: url(../img/tit_desarrollo_web.jpg);
}
#contenidos #encsec1 .disenio {
		background-image: url(../img/tit_disenio.jpg);
}
#contenidos #encsec1 .imagen_corp {
		background-image: url(../img/tit_imagen_corp.jpg);
}
#contenidos #encsec1 .aplic_informaticas {
		background-image: url(../img/tit_aplic_informaticas.jpg);
}
#contenidos #encsec1 .turismo_gps {
		background-image: url(../img/tit_turismo_gps.jpg);
}
#contenidos #encsec1 .informatica_accesible {
		background-image: url(../img/tit_informatica_accesible.jpg);
}
#contenidos #encsec1 .parque_educativo {
	background-image: url(../img/tit_parque_educativo.jpg);
}
#contenidos #encsec1 .ework {
		background-image: url(../img/tit_ework.jpg);
}
#contenidos #encsec1 .simulacion {
		background-image: url(../img/tit_simulacion.jpg);
}
#contenidos #encsec1 .telecentros {
		background-image: url(../img/tit_telecentro.jpg);
}
#contenidos #encsec1 .consultoria_tt {
		background-image: url(../img/tit_consultoria_tt.jpg);
}
#contenidos #encsec1 .todas_red {
		background-image: url(../img/tit_todas_enlared.jpg);
}
#contenidos #encsec1 .guia_formacion {
		background-image: url(../img/tit_guia_formacion.jpg);
}

#contenidos #encsec2 h1 {
	margin: 0px 0px 2px;
	padding: 0px 3px 0px 0px;
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
#contenidos #encsec2 #encsec2sub {
	background-image: url(../img/fondo_encsec2.gif);
	height: 150px;
}
#contenidos #encsec2 p {
	padding: 0px;
	margin: 0px;
}
#contenidos #encsec2 ul {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	color: #666666;
}
#contenidos #encsec2 ul li {
	margin-bottom: 7px;
}

/* Estilos del apartado de texto de cada sección */
#contenidos #datos {
	clear: both;
	width: 600px;
	color: #666666;
}
#contenidos #datos a:link, #contenidos #datos a:visited {
	color: #0066CC;
	text-decoration: underline;
}
#contenidos #datos  a:hover {
	color: #000000;
	text-decoration: underline;
}
#contenidos #datos h2 {
	background-color:#3366CC;
	color: #FFFFFF;
	padding-left: 3px;
}
/* Seccion portfolio: #tabla*/
#contenidos #datos .tabla_portfolio {
	width: 100%;
	background-image: url(../img/fondo_destacado.gif);
	background-repeat: repeat;
	border: thin solid #F0F0F0;
	margin-bottom: 10px;
}
#contenidos #datos .tabla_portfolio .col1 {
	font-size: 0.6em;
	color: #666666;
	font-weight: bold;

}
#contenidos #datos .tabla_portfolio .col2 {
	width: 60%;
	border-top: medium #EBEBEB;
	border-right: medium #EBEBEB;
	border-bottom: medium #EBEBEB;
	border-left: medium #EBEBEB;

}
#contenidos #datos #tabla_portfolio p {
	padding: 10px;
	margin: 0px;

}

/* Seccion aviso legal: #tabla de los datos de empresa*/
#contenidos #datos #datosempresa{
	font-size: 0.7em;
	width: 100%;
}
#contenidos #datos #datosempresa .col1{
	background-color: #F7F7F7;
	border: 1px dashed #CCCCCC;
	width: 45%;
	font-size: 0.9em;
	padding-left: 10px;
}
#contenidos #datos #datosempresa .col2{
	width: 55%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	padding-left: 10px;
}

/* Seccion contacto: #tabla del formulario*/
#contenidos #datos #formulario{
	font-size: 0.7em;
	width: 75%;
	margin-left: 75px;
}
#contenidos #datos #izda{
	text-align: left;
}
#contenidos #datos #formulario .boton{
	font-size: 0.8em;
	background-color: #EEEEEE;
	border: 1px dashed #CCCCCC;
}
#contenidos #datos #formulario .col1{
	background-color: #F4F4F4;
	border: 1px dashed #CCCCCC;
}
/* Seccion imagen corporativa*/
#contenidos #datos #imagen {
	background-image: url(../img/fondo_destacado.gif);
}
#contenidos #datos #imagen2 {
	background-image: url(../img/fondo_destacado.gif);
}
/* Listado por defecto en #datos */
#contenidos #datos ul {
	margin: 5px 0px 0px 25px;
	padding: 0px 0px 10px;
	list-style-type: square;
	list-style-position: inside;
	color: #666666;
}
#contenidos #datos ul li {
	margin-bottom: 8px;
}

/* Listado para #datos de Implantacion */
#contenidos #datos #listaimp {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style-type: square;
	list-style-position: inside;
	color: #666666;
}
#contenidos #datos #listaimp li {
	margin-bottom: 15px;
}

/* Listado para #datos en Ingenieria */
#contenidos #datos .listaing {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: square;
	list-style-position: inside;
	color:#3366CC;	
}
#contenidos #datos .listaing li {
	margin-bottom: 2px;
}

#contenidos #datos #tblprecioshosting {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	font-size: 0.6em;
}
#contenidos #datos #tblprecioshosting .col1 {
	width: 35%;
	text-align: left;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #EAEAEA;
}
#contenidos #datos #tblprecioshosting .cols {
	text-align: center;
	width: 13%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#contenidos #datos #tblprecioshosting .fondonaranja {
	background-color:#3366CC;
	color: #FFFFFF;
}
#contenidos #datos #tblprecioshosting .filaprecios {
	font-weight: bold;
	background-color: #EAEAEA;
}
/*todas en la red*/
#contenidos #datos .ulbotones {
	text-align: center;
	margin-bottom: 10px;
}
#contenidos #datos .ulbotones li {
	display: inline;
	padding: 4px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #99bf00;
	background-color: #F7F7F7;
}
#contenidos #datos .ulbotones a:link,  #contenidos #datos .ulbotones a:visited {
	font-weight: bold;
	color:#3366CC;
	text-decoration: none;
}
#contenidos #datos .ulbotones a:hover {
	color: #999999;
}
#contenidos #datos #derecha {
	float: right;
}
#contenidos #datos .botones {
	margin: 5px;
	height: 20px;
	width: 100px;
}
#contenidos #datos .datosform {
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
#contenidos #datos .tituloform{
	font-weight: bold;
	color: #99bf00;
	padding-left: 5px;
}
#contenidos #datos .botonesform {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#contenidos #datos .botona{
	font-size: 0.7em;
	background-color: #EEEEEE;
	border: 1px dashed #CCCCCC;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}
#contenidos #datos .botonb{
	font-size: 0.7em;
	background-color: #EEEEEE;
	border: 1px dashed #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
	float: right;
}
#contenidos #datos .cuadroform{
	background-color: #F4F4F4;
	border: 1px dashed #CCCCCC;
	width: 28%;
	padding-right: 2px;
	padding-left: 2px;
}
#contenidos #datos .cuadroformS{
	background-color: #F4F4F4;
	border: 1px dashed #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
}
#contenidos #datos .areatxt {
	width: 100%;
}
#contenidos #datos .celdaareatxt {
	width: 72%;
}
/* Pie de página */
#pie {
	position: relative;
	clear: both;
	text-align: right;
	width: 770px;
	background-image: url(../img/fondo_pie.gif);
	background-repeat: no-repeat;
	height: 45px;
	background-position: 10px;
}

#pie .aviso {
	position: absolute;
	left: 15px;
	top: 15px;
}
#pie .aviso a:link, #pie .aviso a:visited {
	font-size: 0.6em;
	color: #000000;
	text-decoration: none;
}
#pie .aviso a:hover {
	font-size: 0.6em;
	color: #FFFFFF;
	text-decoration: none;
}
#pie .xhtml {
	position: absolute;
	right: 65px;
	top: 15px;
}
#pie .xhtml a:link, #pie .xhtml a:visited {
	font-size: 0.6em;
	color: #000000;
	text-decoration: none;
}
#pie .xhtml a:hover {
	font-size: 0.6em;
	color: #FFFFFF;
	text-decoration: none;
}
#pie .css2 {
	position: absolute;
	right: 6px;
	top: 15px;
}
#pie .css2 a:link, #pie .css2 a:visited {
	font-size: 0.6em;
	color: #000000;
	text-decoration: none;
}
#pie .css2 a:hover {
	font-size: 0.6em;
	color: #FFFFFF;
	text-decoration: none;
}
#pie .direccion {
	position: absolute;
	top: 33px;
	font-size: 0.55em;
	color: #666666;
	left: 12px;
	text-align: center;
}
#pie .direccion a:link, #pie .direccion a:visited {
	color: #3366CC;
	text-decoration: none;
}
#pie .direccion a:hover {
	color: #999999;
	text-decoration: none;
}

