@import url("reset.css");

body {
	font-family:Arial;
	font-size:11px;
	background-color:#FFFFFF;
	color:#fff;
	text-align:center;
	margin: 0 auto;
	background-image:url(../images/fondo.jpg);
	background-repeat: repeat;
	background-position:-19px -14px;
	width: 1200px;
	
	
}

#pagina {
	width:939px; /*9*/
	height:auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position:top center ;
}

#cabecera {
	width:939px;
	height:140px;
}

.logo {
	float:left;
	height:76px;
	width:338px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position:center 80%;
	padding-top:35px;
}
/* Videos */
ul.visualvideos {
    text-align: left;
    padding: 10px 0px 10px 60px;
}

.visualvideos li {
	text-decoration: underline;
	cursor: pointer;
	margin: 5px 0px;
    line-height: 16px;
}

.visualvideos li:hover {
    color: #FF9933;
}
/* END Videos */

/* Caja Slider y noticias */
#caja_slider_noticias {
	height: 300px;
    background: black;
    border-radius: 6px;
}

#noticias .caja_noticia a,
.ver_todas a {
	text-decoration: none;
	color: #00a9db;
}

#noticias .caja_noticia a:hover,
.ver_todas a:hover {
    text-decoration: underline;
}

.cabecera_noticias {
	margin-bottom: 21px;
}

#dosier {
}

#dosier > img {
	width: 146px;
    height: 32px;
    position: relative;
    top: 22px;
}

a.leer_mas {
    float: right;
    color: #00a9db;
    text-decoration: none;
}

a.leer_mas:hover {
    text-decoration: underline;
}

#noticias {
	padding: 15px;
	width: 310px;
	padding-bottom: 0px;
	height: 220px;
}

.caja_noticia {
	text-align: left;
	float: left;
	width: 100%;
}

.caja_noticia, .contenido_int table {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 16px;
}

.caja_noticia + .caja_noticia {
	margin-top: 7px;
}

.caja_noticia > p + p {
	margin-top: 3px;
}

.caja_noticia img {
	margin: 20px 0px;
}

.text_noticias {
	float: left;
	font-size: 14px;
}

.ver_todas {
	float: right;
	margin-top: 20px;
}

#slider_y_pie {
	width: 584px;
	margin-left: 15px;
	margin-top: 15px;
}

#pie_slider {
    padding: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
}
#slider_y_pie, #noticias {
    float: left;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#coin-slider-coin-slider {
}
/* END Caja Slider y noticias */

/* Ver noticias (noticias.php) */
.noticias .fondo_cuerpo_contenido,
.noticia .fondo_cuerpo_contenido {
	background-color: rgba(0,0,0,.5);
    border-radius: 8px;
}
.noticias .contenido_int,
.noticias .fondo_cuerpo_contenido {
	height: auto;
	width: 100% !important;
	float: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.noticia .fondo_cuerpo_contenido {
	height: auto;
	padding: 0px 0px 50px 0px;
}
.noticia .contenido_int {
	margin: 0px;
	padding: 20px;
	float: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contenido_int a,
.titulo{
	text-decoration: none;
    color: #FF9933;
}

.titulo {
	margin-bottom: 10px;
}

.fecha {
	margin-top: 10px;
}

.fecha td,
p.fecha {
	border-bottom: dotted 1px white;
}

.mas a {
	float: right;
}

/* END Ver noticias (noticias.php) */

/* Tamaño fuente formulario de contacto */

#formulario_contacto dt{
    font-size: 12px !important;
    margin-bottom: 5px;
}

/* END Tamaño fuente formulario de contacto */

/* Area de las redes sociales */

#area{
    margin-left: -33px;
}

/* END Area de las redes sociales */

.idiomas {
	float:right;
	width:60px;
	height:20px;
	color:#fff;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:10px;
	margin-right:5px;
	display:block;
}

.idiomas a {
	text-decoration:none;
	color:#9ae5ff;
}

.idiomas a:hover {
	text-decoration:none;
	color:#fff;
}

.buscar {
	float:right;
	width:210px;/*112*/
	height:20px;
	color:#fff;
	font-size:12px;
	text-align:left;
	margin-top:5px;
	margin-botton:5px;
	margin-right:5px;
}

.buscar input {
	text-align:center;
	width:112px;
	font-size:10px;
}

.inicio_correo {
	float:right;
	width:70px;
	height:20px;
	color:#fff;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	margin-top:30px;/*17*/
	margin-right:0px;
	display:block;
}

.inicio_correo a {
	text-decoration:none;
	color:#9ae5ff;
}

.inicio_correo a:hover {
	text-decoration:none;
	color:#fff;
}

.menu {
	height:27px;
	width:939px;
	float:left;
	background: -webkit-linear-gradient(#15446e, #02213e);
    background: -o-linear-gradient(#15446e, #02213e);
    background: -moz-linear-gradient(#15446e, #02213e);
    background: linear-gradient(#15446e, #02213e);
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu_izquierda {
	background-image:url(../images/menu_izquierda.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	float:left;
	width: 25px;
	height:27px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menu_contacto, .menu_contacto a {
	/*border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

.menu a {
	color: white;
    text-decoration: inherit;
    line-height: 28px;
    padding: 7px;
}

.menu > div {
	background: -webkit-linear-gradient(#15446e, #02213e);
    background: -o-linear-gradient(#15446e, #02213e);
    background: -moz-linear-gradient(#15446e, #02213e);
    background: linear-gradient(#15446e, #02213e);
	background-repeat: no-repeat;
	background-position:top left;
	float:left;
	height:27px;
}

.menu > div > a:hover {
	background: -webkit-linear-gradient(#224A6D, #204F7B);
    background: -o-linear-gradient(#224A6D, #204F7B);
    background: -moz-linear-gradient(#224A6D, #204F7B);
    background: linear-gradient(#224A6D, #204F7B);
}

#cuerpo {
	width:939px;
	height:auto;
}

.separador {
	width: 939px;
	float:left;
	height:10px;
	background-image:url(../images/separador.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#contenido {
	float:left;
	width: 939px;
	height:auto;
	margin-top:10px;
	min-height:470px;
}

.cuerpo_empresas {
	width:939px;
	float:left;
	height:214px;
	background-image:url(../images/fondo_index_empresas.png);
	background-repeat: no-repeat;
	background-position:top left;
	margin-bottom:10px;
}

.cuerpo_productos {
	width:939px;
	float:left;
	height:214px;
	background-image:url(../images/fondo_index_productos.png);
	background-repeat: no-repeat;
	background-position:top left;
	margin-bottom:10px;
}

.cuerpo_sol_person {
	width:939px;
	float:left;
	height:214px;
	background-image:url(../images/fondo_index_sol_person.png);
	background-repeat: no-repeat;
	background-position:top left;
	margin-bottom:10px;	
}

.cuerpo_sol_sector {
	width:939px;
	float:left;
	height:214px;
	background-image:url(../images/fondo_index_sol_sector.png);
	background-repeat: no-repeat;
	background-position:top left;
	margin-bottom:10px;
}

.col_empresas {
	float:left;
	width:223px;
	height:auto;
	margin-top:40px;
	margin-left:6px;
}

.img_empresas {
	float:left;
	width: 222px;
	height: 113px;
}

.link_empresas {
	float:left;
	width: 220px;
	height: 43px;
	margin-top:5px;
	background-repeat:no-repeat;
}


#link_ind_emp_asm a:hover {
	background-image:url(../images/ind_emp_asm_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_emp_vp a:hover {
	background-image:url(../images/ind_emp_vp_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_emp_nn a:hover {
	background-image:url(../images/ind_emp_nn_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_emp_ts a:hover {
	background-image:url(../images/ind_emp_ts_link_on.jpg);
	float:left;
	text-decoration:none;
}

.col_productos {
	float:left;
	width:176px;
	height:auto;
	margin-top:40px;
	margin-left:7px;
}

.img_productos {
	float:left;
	width: 176px;
	height: 118px;
	background-repeat: no-repeat;
}

.link_productos {
	float:left;
	width: 176px;
	height: 44px;
	margin-top:5px;
}

#link_ind_pro_uw a:hover {
	background-image:url(../images/ind_pro_uw_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_pro_tt a:hover {
	background-image:url(../images/ind_pro_tt_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_pro_nt a:hover {
	background-image:url(../images/ind_pro_nt_link_on1.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_pro_iptv a:hover {
	background-image:url(../images/ind_pro_iptv_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_pro_ra a:hover {
	background-image:url(../images/ind_pro_ra_link_on.jpg);
	float:left;
	text-decoration:none;
}


.col_sol_person {
	float:left;
	width:223px;
	height:auto;
	margin-top:40px;
	margin-left:6px;
}

.img_sol_person {
	float:left;
	width: 223px;
	height: 114px;
}

.link_sol_person {
	float:left;
	width: 221px;
	height: 43px;
	margin-top:5px;
}

#link_ind_sol_person_si a:hover {
	background-image:url(../images/ind_sol_person_si_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_person_hi a:hover {
	background-image:url(../images/ind_sol_person_hi_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_person_il a:hover {
	background-image:url(../images/ind_sol_person_il_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_person_zi a:hover {
	background-image:url(../images/ind_sol_person_zi_link_on.jpg);
	float:left;
	text-decoration:none;
}


.col_sol_sector {
	float:left;
	width:146px;
	height:auto;
	margin-top:40px;
	margin-left:7px;
}

.img_sol_sector {
	float:left;
	width: 146px;
	height: 116px;
}

.link_sol_sector {
	float:left;
	width: 146px;
	height: 45px;
	margin-top:4px;
}

#link_ind_sol_sector_tt a:hover {
	background-image:url(../images/ind_sol_sector_tt_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_sector_tm a:hover {
	background-image:url(../images/ind_sol_sector_tm_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_sector_th a:hover {
	background-image:url(../images/ind_sol_sector_th_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_sector_ts a:hover {
	background-image:url(../images/ind_sol_sector_ts_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_sector_tho a:hover {
	background-image:url(../images/ind_sol_sector_tho_link_on.jpg);
	float:left;
	text-decoration:none;
}

#link_ind_sol_sector_tc a:hover {
	background-image:url(../images/ind_sol_sector_tc_link_on.jpg);
	float:left;
	text-decoration:none;
}

.fondo_cuerpo_contenido {
	float: left;
	width: 939px;
	height:460px;
}

.empresas {
	float:right;
	margin-top:11px;
	width:521px;
	height:17px;
	margin-right:17px;
}

.empresas_activa {
	background:url(../images/fondo_naranja_emp.png) no-repeat scroll 0px 0;	
	float:left;
	width:148px;
	height:17px;
	padding-top:2px;
}

.empresas_no_activa {
	float:left;
	width:105px;
	height:17px;
	padding-top:2px;
}

.empresas_no_activa a {
	text-decoration:none;
	color: #fff;
}

.empresas_no_activa a:hover {
	text-decoration:none;
	color: #9ae5ff;
}

.sol_sector_no_activa {
	float:left;
	width:84px;
	height:17px;
	padding-top:2px;
}

.sol_sector_no_activa a {
	text-decoration:none;
	color: #fff;
}

.sol_sector_no_activa a:hover {
	text-decoration:none;
	color: #9ae5ff;
}

.separador_empresas {
	background-image:url(../images/separador_emp.png);
	background-repeat:no-repeat;
	width:19px;
	height:15px;
	float:left;
	margin-top:1px;
}

.contenido_int {
	float:right;
	width:700px;
	height:375px;
	margin-right:17px;
	font-size: 12px;
}

.contenido_int_logo {
	float:left;
	width: 155px;
	height: 38px;
	margin-top:30px;
}

.contenido_int_texto {
	margin-top:30px;
	float:left;
	width: 675px;
	height: auto;
	color:#fff;
	text-align:justify;
	line-height:16px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.acceder_sitio {
	background-image:url(../images/fondo_naranja_acceder.png);
	background-repeat:no-repeat;
	width:102px;
	height:17px;
	float:right;
	margin-right:-10px;
	color:#000;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-left:4px;
	margin-top:-15px;
}

.acceder_sitio a {
	text-decoration:none;
	color:#000;
}

.acceder_sitio a:hover {
	text-decoration:none;
	color:#9ae5ff;
}

.mapa_contacto {
	float:left;
	width:410px;
	height: 220px;
	margin-right:20px;
}

#formulario_contacto {
	float:left;
	width:300px;
	height:200px;
	margin-left:20px;
	text-align:left;
}

#formulario_contacto input {
	font-size:11px;
	border: none;
	height:16px;
}

#formulario_contacto textarea {
	width:290px;
	height:50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
}

dt {

	margin: .5em 0 0 0;
	color:#FF9933;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.boton_enviar {
	display:block;
	margin: 1em 0em;
	background-color:transparent;
	border:0;
}


#pie{
	margin-top:10px;
	height:36px;
	width:939px;
	text-align:center;
	padding-top:10px;
	font-size:12px;
	float:left;
	color:#9ae5ff;
	background-image:url(../images/linea_pie.png);
	background-position:top center;
	background-repeat: no-repeat;
}

#pie a {
	text-decoration:none;
	color:#d79606;
}

#pie a:visited {
	text-decoration:none;
	color:#d79606;
}

#pie a:active {
	text-decoration:none;
	color:#d79606;
}

#pie a:hover {
	text-decoration:none;
	color:#777;
}

.linea_pie {
	background-image:url(../images/linea_pie.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	width:100%;
	float:left;
	margin-top:-30px;
}

