﻿/*destacado*/
div#nifty{ margin: 0 ;background: #eee}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background: #eee}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
/*fin destacado*/
a
{
    color:#000000;
    text-decoration:none;
}
.cuerpo
{
    background-color:White;
}
.tituloMod
{
    font-size:15px;
    text-decoration:underline;
    /*font-weight:600;*/
    /*filter:Alpha(opacity=80) Gray Glow(color=#003366, strength=7)*/ 
}
#tituloWebcasts
{
    font-size:15px;
    text-decoration:underline;
}
#tituloWhitepapers
{
    font-size:15px;
    text-decoration:underline;
}
.modulo
{
    width:90%;
    padding:10px;
}
.modulo a
{
    text-align:left;
}
.tituloNot
{
    text-align:left;
    font-size:12px;
    color:#000000;
    text-decoration:none;
    font-weight:600;
}
#TituloLabel a
{
    text-align:left;
    font-size:11px;
    color:#000000;
    text-decoration:none;
    font-weight:600;
}
.entradilla
{
    text-align:justify;
    text-decoration:none;
}
#EntradillaLabel
{
    text-align:justify;
    text-decoration:none;
}
#bordetablainf
{
	background-image: url(https://www.idg.es/images/bordeinfeidgconnect.png);
	background-color:#cccccc;
}
#bordetablaizq
{
    width:10px;
    background-attachment: scroll;
    background-image: url(https://www.idg.es/images/bordeizqidgconnect.png);
}
#bordetablader
{
    background-attachment: scroll;
    background-image: url(https://www.idg.es/images/bordederidgconnect.png);
    width:10px;
}
/***********************Menú principal****************************/
.gral
{
    background-image: url(https://www.idg.es/images/menuidgconnect.jpg);  
    color:#ffffff;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    border:#ffffff solid 1px;
}
.gral a
{
    color:#ffffff;
}
.gralsel
{
    padding-left:5px;
    background-image:none;
    background-color:#eeeeee;
    color:#000000;
}
.visible
{
    visibility:visible;
    background-color:#eeeeee;
    display:block;
}
   
.oculto
{
    visibility:hidden;
    display:none;
}
/******/
.menu
{
    background-image: url(https://www.idg.es/images/menuidgconnect.jpg);
    color:#ffffff;
    padding-left:15px;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
}
.menuprinc
{
    background-image: url(https://www.idg.es/images/menuidgconnect.jpg);
    color:#ffffff;
    width:100%;
}
.menu a
{
    color:#ffffff;
}
.subm
{
    padding:3px;
    background-color:#eeeeee;
    border:#111111 solid 0.3px;
}
.subm a
{
     color:#000000;
}
.subm a:hover
{
     color:#ffffff;
}
#nav, #nav ul {     
padding: 0;     
margin: 0;     
list-style: none;
clear:left;
/*Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=50, StartY=0, FinishX=800, FinishY=0);*/
} 
#nav a {     
display: block;     
width: 14em; 
} 
#nav li {     
float: left;     
width: 12em; 
}
#nav li ul {     
position: absolute;     
width: 14em;     
left: -999em; 
} 
#nav li:hover ul 
{
left: auto; 
}
#nav li ul li
{
}
#nav li ul li:hover
{
    background-image: url(https://www.idg.es/images/menuidgconnect.jpg);      
    padding-top:5px;
    padding-bottom:5px;
   /* background-color:#555555;*/
} 

/***********************Menú principal****************************/
/*********************Seccion contactar******************************/
.accordionLink
{
    color:#000000;
    }
    .accordionHeader a
    {
        color:Black;
        }
    .accordionHeader
{
    border: 1px solid #2F4F4F;
    color: Black;
    /*background-image: url(https://www.idg.es/images/menuidgconnect.jpg);   */
    background-color: #ffffff;/*2E4d7B*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: Black;
    background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/*********************************************************************/
/* Eliminamos el CSS predeterminado del navegador */

/* Modelos de caja (márgen, espaciado, borde, alineación) */
/* Márgen */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, dd, form, fieldset, dir, menu {margin:0;}
/* Espaciado */
table {border-spacing: 0;}
pre, tt, code, pre, :before, :after {white-space: normal;}
/* Bordes */
:focus {outline: none;}
hr {border: none;}
/* Alineación */
caption, th {text-align: left;}
sub, sup, thead, tfoot, th {vertical-align: baseline;}
/* Tipografía (familia, tamaño, peso, estilo, decoración) */
/* Familia */
kbd, samp {font-family: inherit;}
/* Tamaño */
h1, h2, h3, h4, h5, h6, big, small, sub, sup {font-size: 1em;}
/* Peso (negritas) */
h1, h2, h3, h4, h5, h6, th {font-weight:inherit;}
/* Estilo (cursivas) */
cite, em, var, address {font-style: normal;}
ul, ol {list-style-type: none;}
/* Decoración */
s, strike, del, u, ins, :link, :visited {text-decoration: none;}
ol ul, ul ol, br:before {content: ""; text-indent:0px;}
li, ul {padding:0px; margin:0px;}
h1, h2, h3, h4, h5, h6 {display:inline;}

/*Etiquetas*/
body{
	text-align:center;
	background-image:url(https://www.idg.es/images/fondoHome.gif);
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-size:0.75em;
	font-family:Verdana, Geneva, sans-serif;
	}
a{
	color:#333;
	}	
h1{
	font-weight:bold;
	}	
h2{
	font-weight:bold;
	}	

/*Bloques principales*/
#contenedor{
	width:990px;
	background-color:#ffffff;
	margin:0 auto 0 auto;
	text-align:left;
	border:#333 solid 1px;
	padding-bottom:10px;
	}
#cabecera{
	border-top:#333 solid 1px;
	}	
#publi
{
	padding:5px;
	text-align:center;
	}	
#publicaciones
{
    clear:both;
	background-color:#333;
	background-image:url(https://www.idg.es/images/fondoMenu.gif);
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	padding:5px;
	}
#publicaciones a{
	color:#FFF;
	}	
#publicaciones li{
	display:inline;
	}	
#servicios{
	padding:5px;
	text-align:center;
	}	
#servicios li{
	display:inline;
	}
#textlink{
	background-color:#CCC;
	color:#000;
	text-align:left;
	padding:5px;
	border-bottom:#333 solid 1px;
	border-top:#333 solid 1px;
	padding-left:15px;
	}
#textlink a{
	color:#000;
	}	
#col1{
	width:328px;
	border:#F00 solid 0px;
	float:left;
	text-align:center;
	color:#333;
	margin-top:10px;
	}	
#col2{
	width:328px;
	border:#03C solid 0px;
	float:left;
	text-align:center;
	margin-top:10px;
	}	
#col3{
	width:328px;
	border:#3C3 solid 0px;
	float:left;
	text-align:center;
	margin-top:10px;
	}
#2col{
	width:656px;
	float:left;
	padding-left:10px;
	}	
#pie{
	border-top:#333 solid 1px;
	padding:10px;
	font-size:10px;
	}	
.modulo{
 clear:both;
 text-align:left; 
 width:300px; 
 margin:auto;
 padding-bottom:10px;
 }	
#desArticulos{
	 display:none;
	 }
#desNoticias{
	display:none;
}
#tit{
	padding:5px;
	background-color:#333;
	color:#FFF;
	border:#FFF solid 1px;
	cursor:pointer;
	}
#serviciosinf{
	margin-top:15px;
	padding-left:10px;
	padding-bottom:5px;
	padding-top:3px;
	background-color:#333;
	background-image:url(https://www.idg.es/images/fondoMenu.gif);
	background-repeat:repeat-x;	
	color:#FFF;
	}
#serviciosinf a{
	color:#FFF;
}
#serviciosinf li{
	display:inline;
	}
#titulo
{
    font-size:14px;
    margin-left:15px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    border-bottom:solid 1px #000;
    margin-right:15px;
    }	
#logos
{
    background-color:#ffffff;
    }    
