@charset "utf-8";
/*@font-face {
  font-family: "DIN";
  src: url("http://www.loop-interactiva.com/loop08/css/DINMedium.ttf") format("truetype");
}*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
	background-color: #F8F8F8;
	background-image: url(../imagenes/fondo_body.png);
	background-repeat:  repeat-x;
	background-position: top;
    }
a {

}
img {
	border: 0px;
}


#contenedor    {
	width: 838px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	z-index: 3;
	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
    }

#contenedor #tituloGeneral {
	z-index: 3;
	position: relative;
}

#contenido   {
	position: relative;
	background-color: #FFFFFF;
	margin-top: 24px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
/*	padding-left: 20px;
	padding-right: 12px;*/
    }
#contenido p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
}
#contenido a {
	text-decoration: none;
	color: #073771;
}
#contenido a:hover {
	text-decoration: none;
	color: #839BB8;
}


#contenido #columProductos {
	border: 1px solid #CCCCCC;
	background-image: url(../imagenes/colproductos/fondo_columna.png);
	background-repeat:  repeat-y;
	background-position: right;
	width: 268px;
	margin-top: 40px;
}
#contenido  #columProductos a {
	text-decoration: none;
	color: #073771;
}

#contenido #columProductos a:hover {
	text-decoration: none;
	color: #839BB8;
}
#contenido #columProductos a.blanco {
	text-decoration: none;
	color: #FFFFFF;
}
#contenido #columProductos a.blanco:hover {
	text-decoration: none;
	color: #FFCC00;
}


#contenido  #columProductos .articulo  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 11px;
	min-height: 91px;
	overflow:hidden;


	height:expression(
    this.scrollHeight < 91? "91px" : "auto" );
}
#contenido #columProductos .articulo .texto {
	text-align: right;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	margin-top: 10px;
}
#contenido #columProductos .articulo .texto img {
	padding-bottom: 10px;
}
#contenido #columProductos .articulo .texto strong {
	color: #345986;
}




#contenido #noticias {
	margin-right: 26px;
	padding-top: 20px;
	margin-left: 10px;
	width: 770px;
}
#contenido #noticias .noticia {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #254E7F;
	text-align: left;
	/*	background-image: url(../imagenes/colnoticias/fondo_separa.png);
	background-repeat:  repeat-x;
	background-position: bottom;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	min-height: 180px;
	overflow:hidden;




	height:expression(
    this.scrollHeight < 240? "240px" : "auto" );
	width: 770px;
	
}
#contenido #noticias .noticia h2 {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 20px;
	color: #6381A5;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 10px;
	text-align: left;
	line-height: normal;
}
#contenido #noticias .noticia img {
	margin-right: 24px;
	border: 10px solid #F3F5F8;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 26px;
	float: left;
}

#contenido #noticias .noticia p {
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 1.4em;
	color: #3A5978;
}



#contenido #fichaTrabajo {
	width: 552px;
	background-color: #FFFFFF;
	margin-left: 238px;
}
#fichaTrabajo  #marcaficha  {
	height: 90px;
	width: 130px;
	float: left;
	clear: right;
/*	background-image: url(../imagenes/separadorv.png);
	background-repeat: repeat-y;
	background-position: right center;*/
}
#fichaTrabajo #textoficha {
	margin-left: 148px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #073771;
}
#fichaTrabajo #textoficha a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #073771;
	background-image: url(../imagenes/iconoenlacewindow_a.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	text-decoration: none;
}

#fichaTrabajo #textoficha a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	background-image: url(../imagenes/iconoenlacewindow_b.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}
#fichaTrabajo #tituloficha {
	text-align: right;
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(../imagenes/fondo_titulos_portfolio.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	font-style: normal;
	color: #4A6484;
	/*word-spacing: 0.1em;*/
}


#fichaTrabajo #fotosficha {
	margin-bottom: 12px;
	margin-top: 12px;
	border: 1px solid #A4B5CB;
}
#fichaTrabajo #marcaytexto {
	background-image: url(../imagenes/separadorv_pq.png);
	background-repeat: repeat-y;
	background-position: 140px 6px;
}





#contenido #menuPortfolio {
	float: left;
	width: 200px;
}
#menuPortfolio a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	display: block;
	color: #3C618F;
	text-decoration: none;
	height: 18px;
}

#menuPortfolio a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	display: block;
	color: #782778;
	/*color: #839BB8;*/
	text-decoration: none;
	height: 18px;
	background-image: url(../imagenes/iconohoversubmenu.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
}






#menu {
	background-image: url(../imagenes/fondo_menu.png);
	background-repeat:  repeat-y;
	height: 142px;
	position: relative;
	z-index: 2;
}


#menu a {
	height: 142px;
	width: 84px;
	display: block;

}

#menu a:hover {
	background-image: url(../imagenes/fondo_menu_over.png);
	background-repeat:  repeat-y;
	display: block;
	background-position: right top;
}
#tituloPortfolio {
	margin-bottom: 20px;
}



#menu  #btn01 {
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 2;
	height: 142px;
	width: 84px;
}

#menu #btn02 {
	position: absolute;
	left: 85px;
	top: 0px;
	z-index: 2;
	height: 142px;
	width: 84px;
	padding-left: 1px;
}
#menu #btn03 {
	position: absolute;
	left: 170px;
	top: 0px;
	z-index: 2;
	height: 142px;
	width: 84px;
	padding-left: 1px;
}
#menu #btn04 {
	position: absolute;
	left: 255px;
	top: 0px;
	z-index: 2;
	height: 142px;
	width: 84px;
	padding-left: 1px;
}

/*#menu #btn02:hover {
	position: absolute;
	left: 85px;
	top: 1px;
	z-index: 2;
	height: 142px;
	width: 84px;
	border: 1px solid #B4B4B4;
}

#menu #btn01:hover {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	height: 142px;
	width: 84px;
	border: 1px solid #B4B4B4;
}
*/

#menu #btn05 {
	position: absolute;
	left: 340px;
	top: 0px;
	z-index: 2;
	height: 142px;
	width: 84px;
	padding-left: 1px;
}

#menu #btnIni {
	position: absolute;
	left: 425px;
	top: 0px;
	z-index: 2;
	height: 142px;
	width: 52px;
	padding-left: 1px;
}

#menu #logoloop {
	position: absolute;
	left: 536px;
	top: 0px;
	z-index: 2;
	height: 142px;
	width: 30px;
	padding-left: 1px;
}
#barra {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:169px;
	z-index:2;
	background-image: url(../imagenes/fondo_barra.png);
	background-repeat:  repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

#menu #submenu {
	position: absolute;
	z-index: 4;
	left: 85px;
	top: 111px;
	height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#menu #submenu a {
	height: 30px;
	float: left;
	width: 85px;
}

#menu #submenu a:hover {
	background-position: right;

}


#pie {
	clear: both;
	background-repeat:  repeat-x;
	background-color: #F8F8F8;
}

#pie #infoPie {
	text-align: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 165px;
	padding-top: 50px;
	background-image: url(../imagenes/papelroto.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}


#contenedor #texto_secciones {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
	width: 230px;
	text-align: left;
	float: left;
	line-height: 13px;
}

#contenedor #contenido_dch {
	margin-left: 250px;
	text-align: right;
}

#contenido td {
	vertical-align: top;
}

#contenedor #contenido .curriculum {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
	margin-top: 27px;
}

#contenedor #contenido .curriculum p {
	width: 190px;
}
#contenido .curriculum li {
	list-style-image: url(../imagenes/guion.png);
	list-style-position: outside;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: -20px;
	padding: 0px;
}


#contenedor #contenido .colservicios {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
	margin-top: 27px;
	white-space: nowrap;
}

#contenedor #contenido .colservicios p {
	line-height: 150%;
	/*min-width: 190px;*/
}

#contenedor #contenido .contactoinfo {
	text-align: left;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	min-height: 16px;
	margin-left: 10px;
}

#contenedor #contenido .contactoinfo a {
	color: #073771;
	text-decoration: none;
	display: inline;
	padding-bottom: 2px;
}

#contenedor #contenido .contactoinfo a:hover {
	color: #707070;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #073771;
	border-bottom-color: #073771;
}

#contenido #formcontacto .etiquetaform {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
}

#contenedor #contenido #formcontacto .contactocampoform {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	background-color: #F9F9F9;
	border: 1px solid #B3BECB;
}

#contenido #formcontacto .btnenviar {
	background-image: url(../imagenes/ico_btn01_a.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	padding-left: 18px;
	background-color: #F9F9F9;
	border: 1px solid #B3BECB;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #B3BECB;
}

#contenido #formcontacto .btnenviar:active {
	background-image: url(../imagenes/ico_btn01_a.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 18px;
	background-color: #F9F9F9;
	border: 1px solid #073771;
}

#contenido span {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #073771;
}

#contenido #aniPrincipal {
	width: 518px;
}

#contenedor #tituloGeneral .version {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	position: absolute;
	right: 0px;
	top: 6px;
}

#contenedor #tituloGeneral .version a {
	color: #073771;
	text-decoration: none;
}

#contenedor #tituloGeneral .version a:hover {
	color: #333333;
	text-decoration: underline;
}
.bordeEnlace {
	border: 3px solid #C1CDDB;
}

.bordeEnlace:hover {
	border: 3px solid #782778;
}

#sombra {
	text-align: center;
	z-index: 1;
	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../imagenes/fondoSombra.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#contenido .curriculum ol {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #0033CC;
}
.TITUL {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #C0C0C0;
	padding-bottom: 30px;
	font-weight: normal;
}

