/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	/*background-color:#1F90BA;*/
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	line-height:18px;
	background:#eee;
}
img{
	border:0;
}
a{
	text-decoration:none;
}
#centrado{
	width:980px;
	margin:0 auto;
}
#contenedor{
	width:980px;
	float:left;
	background-color:#fff;
}
#header{
	width:980px;
	height:53px;
	/*float:left;*/

}
#div_contenedor_logo{
	width:130px;
	height:43px;
	padding-top:10px;
	float:left;
}
.logo{
	float:left;
	width:45px;
	padding-left:12px;
}
.text_logo{
	float:right;
	width:71px;
	text-align:left;
	padding-left:2px;

}
.txt_azul_logo{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:12px;
	color:#1e81a5;
}
.txt_verde_logo{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:12px;
	color:#11878b;
}
.txt_amarillo_logo{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:12px;
	color:#df8d22;
}
#div_contenedor_menu{
	width:750px;
	float:right;
	height:41px;
	padding-top:12px;

}
#menusup{
	height:28px;
	float:right;
	
}

#wrapper{
	width:980px;
	float:left;
	min-height:300px;
}
#content_home{
	width:960px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
#div_left_home{
	width:200px;
	float:left;
}
.content_news_home{
	width:190px;
	padding:10px 5px;
	float:left;
}
.content_news_home a{
	font-size:11px;
	color:#1e81a5;
	text-decoration:none;
}
.content_news_home a:hover{
	text-decoration:underline;
}
#div_center_home{
	width:500px;
	padding-left:30px;
	padding-right:30px;
	float:left;
}
#div_right_home{
	width:200px;
	float:right;
}
#content_works_home{
	width:300px;
	padding:10px 0px;
}
.tabla_trabajos_home td{
	vertical-align:top;
}
#div_imagen_home{
	width:980px;
	height:125px;
}

#div_imagen_contenidos{
	width:980px;
	height:125px;
}
#div_contenedor_actual_redes{
	width:980px;
	float:left;
	
}

#div_apartado_actual{
	width:830px;
	height:15px;
	font-size:10px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#1e81a5;
	padding-left:3px;
	padding-bottom:5px;
	float:left;

}
#div_apartado_actual a{
	font-size:10px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#1e81a5;
	text-decoration:none;
}
#div_apartado_actual a:hover{
	text-decoration:underline;
}
#redes_sociales{
	width:130px;
	float:right;
	padding-top:5px;
	padding-bottom:10px;
	height:25px;
	padding-right:10px;
}

.texto_titulo_gris{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	/*"Century Gothic", Century, "Comic Sans MS";*/
	color:#666;
/*	font-weight:bold;*/
font-weight:100;
/*	letter-spacing:1px;*/
}

.texto_titulo_verde{
	font-size:14px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#11878b;
	font-weight:bold;
	letter-spacing:1px;
}

.texto_verde{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#11878b;
}

.texto_titulo_amarillo{
	font-size:14px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#df8d22;
	font-weight:bold;
	letter-spacing:1px;
}
.texto_titulo_azul{
	font-size:14px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#1E81A5;
	font-weight:bold;
	letter-spacing:1px;
}


.enlace_azul_min{
	font-size:9px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#1e81a5;
	text-decoration:none;
}
.enlace_azul_min:hover{
	text-decoration:underline;
}
.columna_izquierda{
	width:245px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	margin-top:10px;
}
#submenu{
	width:245px;
	float:left;
	margin-top:20px;
}

#submenu_portfolio{
	width:245px;
	float:left;
	margin-bottom:25px;
}
#submenu_portfolio ul{
	list-style-type:none;
	list-style-image:url(assets/square.gif);
	list-style-position:inside;
}
#submenu_portfolio ul li a{
	color:#1e81a5;
	text-decoration:none;
}
#submenu_portfolio ul li a:hover{
	color:#c12563;
	text-decoration:underline;
}
#submenu_portfolio ul li.paginaActual a{
	color:#1e81a5;
	text-decoration:underline;
}

.item_impar{
	width:245px;
	height:45px;
	background-color:#f3f3f3;
	float:left;
	margin-bottom:25px;
	border-bottom:solid 1px #f3f3f3;
}

.img_item_impar{
	float:left;
	width:110px;
	height:45px;
}
.div_texto_item_impar{
	float:right;
	width:135px;
	height:30px;
	text-align:center;
	padding-top:15px;
}

.div_contenidos_total{
	float:left;
	min-height:350px;
	padding:20px;
	width:940px;
}

.item_par{
	width:245px;
	height:45px;
	background-color:#f3f3f3;
	float:left;
	margin-bottom:25px;
	border-bottom:solid 1px #f3f3f3;
}
.img_item_par{
	float:right;
	width:110px;
	height:45px;
}
.div_texto_item_par{
	float:left;
	width:135px;
	height:30px;
	text-align:center;
	padding-top:15px;
}
.enlace_submenu{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:14px;
	color:#1e81a5;
	text-decoration:none;
}
.enlace_submenu:hover{
	color:#c12563;
}

.enlace_submenu_web{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:14px;
	color:#11878b;
	text-decoration:none;
}
.enlace_submenu_web:hover{
	color:#c12563;
}

.enlace_submenu_multimedia{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:14px;
	color:#df8d22;
	text-decoration:none;
}
.enlace_submenu_multimedia:hover{
	color:#c12563;
}
.enlace_submenu_design{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:14px;
	color:#1e81a5;
	text-decoration:none;
}
.enlace_submenu_design:hover{
	color:#c12563;
}


.item_impar.paginaActual{
	border-bottom:solid 1px #c12563;
}
.item_par.paginaActual{
	border-bottom:solid 1px #c12563;
}

.item_impar.paginaActual a{
	color:#c12563;
}
.item_par.paginaActual a{
	color:#c12563;}
	
.columna_derecha{
	float:left;
	width:654px;
	border-left:dotted 1px #ccc;
	margin-top:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
	min-height:350px;
}
/*#presentacion_home{
	width:980px;
	height:343px;
	float:left;
	background-image:url(assets/sombrillas.jpg);
	background-repeat:no-repeat;
}
#webymultimedia{
	width:980px;
	margin-top:3px;
	float:left;
	background-image:url(assets/dgr_home.jpg);
	background-repeat:repeat-y;
	font-size:14px;
}*/
.web{
	float:left;
	font-size:20px;
	color:#fff;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	padding-left:25px;
	height:30px;
	padding-top:10px;
}
.enlace_blanco{
	color:#fff;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	text-decoration:none;
}
.enlace_blanco:hover{
	text-decoration:underline;
}
.multimedia{
	float:right;
	font-size:20px;
	color:#fff;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	padding-right:25px;
	height:30px;
	padding-top:10px;
}

#contenedor_submenu_inferior{
	width:960px;
	float:left;
	height:100px;
	padding:30px 10px 15px 10px;
}

.div_submenu_inferior{
	width:119px;
	height:100px;
	border-right:dotted 1px #999;
	float:left;
}
.div_submenu_inferior_sin_borde{
	width:120px;
	height:100px;
	float:left;
}
.txt_verde_submenu{
	font-size:17px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#11878b;
	text-decoration:none;
}
.txt_verde_submenu:hover{
	color:#c12563;

}
.txt_verde_submenu_min{
	font-size:15px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#11878b;
	text-decoration:none;
}
.txt_verde_submenu_min:hover{
	color:#c12563;

}
.txt_amarillo_submenu{
	font-size:17px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#df8d22;
	text-decoration:none;
}
.txt_amarillo_submenu:hover{
	color:#c12563;
}

.txt_amarillo_submenu_smaller{
	font-size:16px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#df8d22;
	text-decoration:none;
}
.txt_amarillo_submenu_smaller:hover{
	color:#c12563;
}
.imagen_submenu{
	height:45px;
	width:110px;
	padding-right:5px;
	padding-left:4px;
	padding-top:5px;
}
.opaco:hover{
	filter: alpha(opacity=50); opacity: .5}
.texto_submenu{
	height:40px;
	width:109px;
	padding-right:5px;
	padding-left:4px;
	padding-top:10px;
	
}
.texto_submenu_right{
	height:40px;
	width:109px;
	padding-right:5px;
	padding-left:4px;
	padding-bottom:10px;
	text-align:right;
}

#contenedor_footer{
	width:980px;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:10px;
	color:#fff;
	letter-spacing:1px;
	background-color:#1F90BA;
}
#div_idioma{
	width:975px;
	float:left;
	height:18px;
	text-align:right;
	color:#c12563;
	font-size:9px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	padding-right:5px;
	background-color:#eaeaea;

}

.enlace_rojo{
	color:#c12563;
	font-size:9px;
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	text-decoration:none;
}
.enlace_rojo:hover{
	color:#1e81a5;
}
#footer{
	width:980px;
	float:right;
	height:15px;
}
#footer_left{
	width:200px;
	float:left;
}
#footer_right{
	width:775px;
	float:right;
	text-align:right;
	padding-right:5px;
}
#contenedor_footer a{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
#contenedor_footer a:hover{
	text-decoration:underline;
}

.titulo_normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
}

.texto_normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

.enlace_verde{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:11px;
	color:#11878b;
	text-decoration:none;
	}
	
.enlace_verde:hover{
	text-decoration:underline;
	}	
	
.enlace_amarillo{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:11px;
	color:#df8d22;
	text-decoration:none;
	}
	
.enlace_amarillo:hover{
	text-decoration:underline;
	}	
	
.contenedor_elementos_portfolio{
	width:654px;
	float:left;

}
	
.div_elemento_portfolio{
	width:654px;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
}

.div_elemento_portfolio_left{
	padding-top:10px;
	width:356px;
	float:left;
}

.div_elemento_portfolio_right{
	width:290px;
	text-align:right;
	float:right;
}


.div_texto_contenido{

	width:544px;
	padding-left:110px;
	padding-top:20px;
	float:left;
}.contenido_amarillo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #df8d22;
}
.contenido_verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #11878b;
}
.texto_resaltado_verde{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #11878b;
}
.texto_resaltado_amarillo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #df8d22;
}
.texto_grande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

.texto_amarillo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #df8d22;
}
.div_contenido_sin_submenu{
	width:860px;
	float:left;
	padding-left:80px;
	padding-top:20px;
}
.div_left_contenido_sin_submenu{
	width:420px;
	float:left;
	padding-right:10px;
}
.div_right_contenido_sin_submenu{
	width:420px;
	float:right;
	padding-left:10px;
}

.enlace_verde_con_rollover{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#11878b;
	text-decoration:none;
}
.enlace_verde_con_rollover:hover{
	color:#c12563;
}
.enlace_amarillo_con_rollover{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#df8d22;
	text-decoration:none;
}
.enlace_amarillo_con_rollover:hover{
	color:#c12563;
}
.enlace_azul_con_rollover{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#1e81a5;
	text-decoration:none;
}
.enlace_azul_con_rollover:hover{
	color:#c12563;
}
.enlace_azul_con_rollover_grande{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#1e81a5;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
.enlace_azul_con_rollover_grande:hover{
	color:#c12563;
}
.enlace_rojo_con_rollover{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	color:#c12563;
	text-decoration:none;
}
.enlace_rojo_con_rollover:hover{
	color:#1e81a5;
}
.enlace_grande_azul{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:14px;
	color:#1e81a5;
	text-decoration:none;
}
.enlace_grande_azul:hover{
	color:#c12563;
}

.div_mapa_sangria{
	width:390px;
	padding-left:30px;
	padding-top:10px;
	line-height:20px;
	padding-bottom:15px;
}
.div_mapa_sangria2{
	width:390px;
	margin:5px 0px 5px 30px;
	padding-left:5px;
	line-height:20px;
	border-left:solid 1px #df8d22;
}
.titulo_grande{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:16px;
	color:#666;

}
.titulo_grande_azul{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:16px;
	color:#1e81a5;
	font-weight:bold;
}
.titulo_grande_verde{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:16px;
	color:#11878b;
	font-weight:bold;
}
.titulo_grande_amarillo{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:16px;
	color:#df8d22;
	font-weight:bold;
}
.titulo_grande_rosa{
	font-family:"Century Gothic",Arial, Century, "Comic Sans MS";
	font-size:16px;
	color:#c12563;
	font-weight:bold;
}
.enlace_rojo_contenido{
	color:#c12563;
	text-decoration:none;
}
.enlace_rojo_contenido:hover{
	color:#1e81a5;
}
.anclas_portfolio{
	width:634px;
	background:#f6f6f6;
	padding:10px;
}
.tabla_clientes{
	margin:0 auto;
}
.tabla_clientes td{
	text-align:center;
}
.thumb_bioinformatics{
	text-align:center;
}
.div_barra_content{
	width:100%;
	background:#d6d6d6;
	background-image:url(assets/bg_barra_content.jpg);
	background-repeat:repeat-x;
	float:left;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
}
.div_barra_content_left_2{
	padding:0px 10px;
	margin-top:10px;
	margin-bottom:10px;

}
.div_barra_content_right_2{
	text-align:left;
	padding:0px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
.lista_contenidos_cuadro{
	margin-left:15px;
}
.lista_contenidos_cuadro li{
	list-style-type:square;
	list-style-position:outside;
	font-size:11px;
}
.lista_contenidos{
	margin-left:20px;
}
.lista_contenidos li{
	list-style-image:url(assets/square.gif);
	list-style-position:outside;
	line-height:25px;
}
.resaltado{
	background-color:#11878b;
	font-size:14px;
	text-align:center;
	padding:5px;
	color:#fff;
}

.table_program td{
	padding:5px;
}
tr.celda_fondo{
	background-color:#1e81a5;
	color:#fff;
	font-weight:bold;
}
tr.par{
	background-color:#f0f0f0;
}
tr.impar{
	background-color:#f8f8f8;
}
.texto_fecha{
	font-size:11px;
	font-style:italic;
}
/* LOGIN CSS*/
#contenedor_login{
	width:250px;
	margin:0 auto;
	height:240px;
	padding-left:45px;
	padding-top:50px;
	background-repeat:no-repeat;
	text-align:left;
}
.input_text_login{
	background-color:#CCCCCC;
	width:165px;
	height:22px;
	margin-top:2px;
	background:none;
}
.text_login{
	color:#1e81a5;
	font-size:14px;
}
.button_login{
	background-color:#1e81a5;
	color:#fff;
	font-size:12px;
	padding:3px 5px;
	border:0;
}
.input_submit{
	background-color:#1e81a5;
	color:#fff;
	font-size:12px;
	padding:3px 5px;
	border:0;
}
.tabla_equipo td{
	vertical-align:top;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label a {
	color: #fff;
}
.label-dp {
	background-color: #1E81A5;
}