/*estructura principal*/

* { 
	padding: 0px; 
	margin: 0px; 
}
body {
	background: url(images/fondo_pag.gif) repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
 	font-size: 10px;
}

#contenedor {
	width: 751px;
	border: 0px;
	margin: 10px auto 0px auto;	
	text-align:center;
}

#cabecera {
	height: 112px;
	width: 751px;
}
#contenido {
	background:url(images/fondo_contenido.gif) repeat-y;
	width: 741px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 5px 20px 6px;
	clear: both;
}
#pie {
	background-image: url(images/final_contenido.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	height: 13px;
	width: 741px;
	
	padding: 10px 5px 20px 6px;
	margin: 0px auto 20px auto;
}
.clear {
	clear: both;
}
/* estilos de letra */

h1 {
font-size: 10px;
font-weight: bold;
color: #cc3333;
}

h1 a{
color: #cc3333;
}

h1 a:hover{
color: #cc3333;
text-decoration: underline;
}

h2 {
font-size: 10px;
color: #333333;
}

h2 a{
color: #333333;
}

h2 a:hover{
color: #333333;
text-decoration: underline;
}

h3 {
font-size: 10px;
font-weight: bold;
color: #666666;
}

h3 a{
color: #666666;
}

h3 a:hover{
color: #666666;
text-decoration: underline;
}

h4 {
font-size: 10px;
color: #999999;
}

h4 a{
color: #003366;
}

h4 a:hover{
color: #003366;
text-decoration: underline;
}

h5{
font-size:14px;
color:#006699;
font-weight:bold;
}


/* estilos de enlace*/

a {
	color: #3342b4;
	font-weight: bolder;
	text-decoration: none;
}

/*a:visited {
	color: #6633CC;
	text-decoration: none;
}*/
a:hover {
	text-decoration: underline;
	color: #3342b4;
}

/* estilos de botonera*/

#botonera_cabecera {
background-color: #ffffff;
	text-align: center;
	height: 26px;
	width: 749px;
	border: solid #ccc 1px;
}

#nav {
	
	width: 749px;
	clear: both;
	text-align:center;
	line-height: 0px;
	margin: 0px;
}
#nav li{
	float:left;
	list-style: none;
}
#nav li a{
	height: 26px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}
#nav #nav-inicio a{
	width: 65px;
	background: url(images/boton_inicio.gif) no-repeat left top;
}
#nav #nav-inicio a:hover{
	background: url(images/boton_inicio.gif) no-repeat left bottom;
}
#nav #nav-inicio-current{
	width: 65px;
	background: url(images/boton_inicio.gif) no-repeat left bottom;
}
#nav #nav-quienes a{
	width: 107px;
	background: url(images/boton_quienes.gif) no-repeat left top;
}
#nav #nav-quienes a:hover{
	background: url(images/boton_quienes.gif) no-repeat left bottom;
}
#nav #nav-quienes-current{
	width: 107px;
	background: url(images/boton_quienes.gif) no-repeat left bottom;
}
#nav #nav-servicios a{
	width: 125px;
	background: url(images/boton_servicios.gif) no-repeat left top;
}
#nav #nav-servicios a:hover{
	background: url(images/boton_servicios.gif) no-repeat left bottom;
}
#nav #nav-servicios-current{
	width: 125px;
	background: url(images/boton_servicios.gif) no-repeat left bottom;
}
#nav #nav-clientes a{
	width: 119px;
	background: url(images/boton_clientes.gif) no-repeat left top;
}
#nav #nav-clientes a:hover{
	background: url(images/boton_clientes.gif) no-repeat left bottom;
}
#nav-servicios-clientes a{
	width: 119px;
	background: url(images/boton_clientes.gif) no-repeat left bottom;
}
#nav #nav-webchannel a{
	width: 98px;
	background: url(images/boton_webchannel.gif) no-repeat left top;
}
#nav #nav-webchannel a:hover{
	background: url(images/boton_webchannel.gif) no-repeat left bottom;
}
#nav #nav-webchannel-current{
	width: 98px;
	background: url(images/boton_webchannel.gif) no-repeat left bottom;
}	
/*#nav #nav-plataforma a{
	width: 96px;
	background: url(images/boton_plataforma.gif) no-repeat left top;	
}
#nav #nav-plataforma a:hover{
	background: url(images/boton_plataforma.gif) no-repeat left bottom;
}
#nav #nav-plataforma-current{
	width: 96px;
	background: url(images/boton_plataforma.gif) no-repeat left bottom;	
}
*/
#nav #nav-plataforma a{
	width: 130px;
	background: url(images/boton_proyectos.gif) no-repeat left top;	
}
#nav #nav-plataforma a:hover{
	background: url(images/boton_proyectos.gif) no-repeat left bottom;
}
#nav #nav-plataforma-current{
	width: 130px;
	background: url(images/boton_proyectos.gif) no-repeat left bottom;	
}
#nav #nav-blog a{
	width: 64px;
	background: url(images/boton_blog.gif) no-repeat left top;	
}
#nav #nav-blog a:hover{
	background: url(images/boton_blog.gif) no-repeat left bottom;
}
#nav #nav-blog-current{
	width: 64px;
	background: url(images/boton_blog.gif) no-repeat left bottom;	
}
#nav #nav-contacto a{
	width: 75px;
	background: url(images/boton_contacto.gif) no-repeat left top;	
}
#nav #nav-contacto a:hover{
	background: url(images/boton_contacto.gif) no-repeat left bottom;
}
#nav #nav-contacto-current{
	width: 75px;
	background: url(images/boton_contacto.gif) no-repeat left bottom;	
}

/*estilos de portada*/

#fecha {
	text-align: right;
	width: 740px; 
	height: 15px;
	padding-top: 3px;
}
#ed_especial {
	width: 545px;
	height: 258px;
	background: url(images/ed_especial.jpg) no-repeat;
	text-align: center;
}

#botones_destacados {
	width: 206px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	float: left;
}

#botones_destacados li{
	list-style: none;
	padding-bottom: 5px;
}

#diana {

	width: 293px;
	height: auto;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
	float: right;
}
/* estilos de columnas*/

#izquierda {
	width: 175px;
	float: left;
	overflow: hidden;
}
#derecha {
	width: 555px;
	height: auto;
	float: right;
	text-align: left;
}
#webchannel_sidebar {
	width: 175px;
	height: 188px;
	margin-bottom: 8px;
}
#avisos_sidebar {
	background: url(images/fondo_avisos_sidebar.gif) repeat-y;
	width: 175px;
	height: auto;
	min-height: 50px;
	text-align: center;
}	
#avisos_sidebar li{
	list-style: none;
	border-bottom: 1px solid #cccccc;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 165px;
}	

#columnas_home {
	width: 555px;
	height: auto;
	text-align: center;
	padding-top: 10px;
}

/*#columnas_home img{
	margin-left: 1px;
}*/
#columna_proyectos {
	float: left;
	width: 175px;
	height: auto;
	background: url(images/fondo_columnas_home.gif) no-repeat bottom;
	margin: 0px 5px 10px 0px;
}

#columna_noticias {
	float: left;
	width: 175px;
	height: auto;
	background: url(images/fondo_columnas_home.gif) no-repeat bottom;
	margin: 0px 5px 10px 3px;
}

#columna_destacados {
	float: left;
	width: 175px;
	height: auto;
	background: url(images/fondo_columnas_home.gif) no-repeat bottom;
	margin: 0px 5px 10px 3px;
}

#columna_opinion {
	float: left;
	width: 175px;
	height: auto;
	background: url(images/fondo_columnas_home.gif) no-repeat bottom;
	margin: 0px 5px 10px 3px;
}

#columna_neutro {
	float: left;
	width: 175px;
	height: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#texto_columnas {
	width: 165px;
	height: auto;
	text-align: justify;
	padding: 5px;
}
#texto_proyectos {
	width: 165px;
	height: auto;
	text-align: justify;
	padding: 5px;
}
#texto_noticias {
	width: 165px;
	height: auto;
	text-align: justify;
	padding: 5px;
}

/* estilos de sub menu*/

#submenu {
	background: #fff url(images/fondo_submenui.gif) no-repeat bottom;
	width: 175px;
	height: auto;
	font-size: 11px;
	padding-bottom: 10px;
	text-align: left;
}

#submenu li {
	list-style-image: url(images/li_sub_menu.gif);
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
	padding-right: 5px;
}

/*estilos de contenidos*/

#contenido_internas {
	width: 550px;
	height: auto;
	background: #fff url(images/fondo_contenido_internas.gif) no-repeat bottom;
	text-align: justify;
}
.txt_noticias{
	padding:0px 5px 0px 5px;
	color: #000;
}

#contenido_internas li{
	margin-left: 20px;
	margin-bottom: 5px;
	text-align: left;
}

#video_internas {
	width: 550px;
	height: auto;
	background: #fff url(images/fondo_contenido_internas.gif) no-repeat bottom;
	text-align: center;
}

#staff_internas {
	width: 540px;
	height: auto;
	background: #fff url(images/fondo_contenido_internas.gif) no-repeat bottom;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
}

#staff_internas li {
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

#texto_internas {
	float: left;
	width: 350px;
	height: auto;
	padding: 10px 5px 15px 5px;
	color: #000;
}

#texto_internas_full {
	width: 530px;
	height: auto;
	padding: 10px 5px 15px 5px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
}

#foto_interna {
	float: left;
	width: 180px;
	height: auto;
	padding: 10px 5px 15px 5px;
	vertical-align: bottom;
	text-align: center;
}

#columnas_especialidades {
	width: 540px;
	height: 280px;
	text-align: center;
	margin-left: 5px;
}

#columna_modelo {
	float: left;
	width: 175px;
	height: auto;
	margin: 0px 5px 10px 0px;
}

#columna_medios {
	float: left;
	width: 175px;
	height: auto;
	margin: 0px 5px 10px 0px;
}

#columna_sistema {
	float: left;
	width: 175px;
	height: auto;
	margin: 0px 5px 10px 0px;
}
#texto_columnas {
	width: 165px;
	height: auto;
	text-align: justify;
	padding: 5px;
}
#texto_proyectos {
	width: 165px;
	height: auto;
	text-align: justify;
	padding: 5px;
}
#texto_noticias {
	width: 165px;
	height: auto;
	text-align: left;
	padding: 5px;
}
#top{
	background-image:url(images/banner_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 23px;
}
#center{
background-image:url(images/banner_centro.jpg);
background-position:top;
background-repeat:repeat-y;
}
#bottom{
background-image:url(images/banner_bottom.jpg);
background-position:top;
background-repeat:no-repeat;
}
.titulo_noticias{
font-family:Arial, Helvetica, sans-serif;
font-size:24;
color:#006699;
}
img#cont{
margin: 5px;
float:right;
}

img#cont2{
margin: 5px;
float:left;
}
.uppercase{
	text-transform: uppercase;
	}
	
	
.destacado_nuestr_serv{
	color:#06C;
}#contenedor #contenido #izquierda #center table tr td {
	text-align: center;
	color: #2a90b6;
	font-weight: bold;
}
#contenedor #contenido #izquierda table tr td {
	text-align: center;
}

