/* GLOBAL */

body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #000;

}
.container {
	background-color: #de6700;
	margin: 0px auto 0px auto;
	width: 955px;
}
.float-right {
	border-width: 0px;
	float: right;
}
.float-left {
	border-width: 0px;
	float: left;
}
a {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#de6700;
}
#scroll{
	overflow-x: hidden;
	overflow-y: auto;
}
.active {
	color: #000;
}


/* HEADER */

#top {
	height: 120px;
	min-width: 800px;
	background-color: #000;
	clear: both;
}
#logo {
	width: 100px;
	height: 90px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#sublogo {
	float: right;
	width: 700px;
	height: 120px;
}
.idioma {
	margin-top: 30px;
	padding: 0px;
	float: left;
}
.idioma img {
	border: 0px;
}
.idioma ul {
	margin: 0px;
	padding: 0px;
}
.idioma li {
	margin-right: 5px;
	display: inline;
	vertical-align: middle;
}
.idioma a:hover img {
	border: 1px solid #fff;
}

/* CONTENT */

.content {
	border: 5px solid #de6700;
	min-height: 446px;
	clear: both;
}
/* MENU */

#menu {
	width: 170px;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: none;
	color: #de6700;
}
#navbar {
	margin-top: 15 bpx;
	font-size: 12px;
	margin-bottom: 15px;
}
#navbar ul {
	list-style-type: none;
	text-align: left;
}
#navbar li {
	margin: 0px;
}
#navbar a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 8px;
	height: 17px;
}
#navbar a:hover {
	text-decoration: none;
	color: #000;
}
#login{
	font-size: 10px;
	color: #FFF;
	margin-top: 5px;
}
#login table{
	border: 1px solid #5C2B00;
}
#login thead {
	background-color: #5C2B00;
}
#login tbody {
	text-align: right;
}
.login{
	background-image: url('/images/boton-login.jpg');
	background-repeat: no-repeat;
	width: 65px;
	height: 20px;
	padding-top: 2px;
	margin-right: 10px;
	float: right;
}
#telefono {
	background-image: url('/images/telefono.jpg');
	background-repeat: no-repeat;
	font-size: 10px;	
	width: 80px;
	height: 55px;
	margin-top: 15px;
	margin-left: 8px;
	color: #FFF;
	padding-top: 8px;
	padding-left: 70px;
}
#pie {
	font-size: 8px;	
	margin-top: 5px;
	color: #FFF;
	text-align: center;	
}
#pie a {
  color:#FFF;
  text-decoration: none;
}
#pie a:hover {
  color:#000;
}

/* MAIN CONTENT */

.maincontent {
	width: 545px;
	min-height: 446px;
	float: left;
	background-color: #FFF;
	padding: 0px;
}

/* RIGHT MENU */

#rightmenu {
	width: 220px;
	min-height: 446px;
	padding-left: 4px;
	float: right;
	background-color: #000;
}
#rmtop {
	color: #FFF;
}
#sanidad {
	background-image: url('/images/sanidad.jpg');
	background-repeat: no-repeat;
	width: 206px;
	height: 42px;
	margin-bottom: 10px;
	color: #875e28;
	padding-top: 10px;
	padding-left: 10px;
}
#finanzas {
	background-image: url('/images/finanzas.jpg');
	background-repeat: no-repeat;
	width: 206px;
	height: 42px;
	margin-bottom: 10px;
	color: #875e28;
	padding-top: 10px;
	padding-left: 10px;
}
#seguridad {
	background-image: url('/images/seguridad.jpg');
	background-repeat: no-repeat;
	width: 206px;
	height: 42px;
	margin-bottom: 10px;
	color: #875e28;
	padding-top: 10px;
	padding-left: 10px;
}
#gobierno {
	background-image: url('/images/gobierno.jpg');
	background-repeat: no-repeat;
	width: 206px;
	height: 42px;
	margin-bottom: 10px;
	color: #875e28;
	padding-top: 10px;
	padding-left: 10px;
}
#rmnoticias{
	margin-top: 10px;
}
#rmnoticias thead {
	background-color: #5C2B00;
	color: #FFF;
}
#rmnoticias tbody {
	background-color: #FFFFFF;
}


/* HOME */

.home {
	width: 420px;
	height: 346px;
	margin-top: 100px; 
	margin-left: 60px; 
}
.home img{
	display: block;
}
.home p{ 
	margin-top:20px;
	margin-bottom:10px; 
	margin-left: 5px;
	float:left; 
	width:330px; 
	font-size: 16px; 
	font-style: italic;
}
.home p.destacado{
	color: #df6c00;
	padding-left: 175px; 
	margin-right: 5px;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
}


/* EMPRESA */

.empresa {
	width: 505px;
	height: 406px;
	padding: 20px;
	background-image: url('/images/empresa.jpg');
	background-repeat: no-repeat;	
	background-position: right bottom;

}
.empresa p{
	margin-top: 0px;
	margin-bottom: 10px;
}
.empresa p.destacado{
	color: #df6c00;
	font-size: 13px;
}
.empresa img{
	border: 0px;
}
.empresa ul {
	margin: 0px;
	padding: 0px;
}
.empresa li {
	margin-right: 15px;
	display: inline;
	vertical-align: middle;
}	
/* SECTORES */

.sectores {
	width: 545px;
	height: 441px;
	padding-top: 5px;
	background-repeat: no-repeat;	
	background-position: right bottom;
}
.sectores_menu {
	width: 535px;
	height: 18px;	
	margin: 0px 5px 5px 5px;
	padding-top: 2px;
	background-color: #de6700;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.sectores_menu ul {
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
}
.sectores_menu li {
	margin-left: 6px;	
	display: inline;
}
.sectores_menu a {
  color:#FFF;
  text-decoration: none;
}
.sectores_menu a:hover {
  color:#000;
}
.sectores p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.dbtitle {
	width: 525px;
	height: 46px;	
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	background-image: url('/images/linea.jpg');
	background-repeat: repeat-x;	
}
.dbtitle a {
  color:#000;
  text-decoration: none;
}
.dbtitle a:hover {
  color:#de6700;
}
.dbtitle .subtitulo {
	color: #df6c00;
	font-size: 10px;
	width: 250px; 
	margin-top: 10px;
	float: right; 
	text-align: right;
}
.dbtitle .links {
	font-size: 8px;
	text-align: left;
}
.dbtitle .alink  {
	margin: 5px;
	padding: 0px;
	float: left;	
}
.sectores .contents{
	width: 505px;
	height: 315px;	
	margin-top: 2px;
	padding: 20px;
}
/* EMPRESA */

.empresa {
	width: 505px;
	height: 406px;
	padding: 20px;
	background-image: url('/images/empresa.jpg');
	background-repeat: no-repeat;	
	background-position: right bottom;

}
.empresa p{
	margin-top: 0px;
	margin-bottom: 10px;
}
.empresa p.destacado{
	color: #df6c00;
	font-size: 13px;
}
.empresa img{
	border: 0px;
}
.empresa ul {
	margin: 0px;
	padding: 0px;
}
.empresa li {
	margin-right: 15px;
	display: inline;
	vertical-align: middle;
}	

/* SOLUCIONES */

.soluciones {
	width: 545px;
	height: 441px;
	padding-top: 5px;
	background-repeat: no-repeat;	
	background-position: right bottom;
}
.soluciones_menu {
	width: 535px;
	height: 18px;	
	margin: 0px 5px 5px 5px;
	padding-top: 2px;
	background-color: #de6700;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.soluciones_menu ul {
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
}
.soluciones_menu li {
	margin-left: 6px;	
	display: inline;
}
.soluciones_menu a {
  color:#FFF;
  text-decoration: none;
}
.soluciones_menu a:hover {
  color:#000;
}
.soluciones p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.soluciones .contents{
	width: 505px;
	height: 290px;	
	margin-top: 2px;
	padding: 20px;
}


/* SERVICIOS */

.servicios {
	width: 545px;
	height: 441px;
	padding-top: 5px;
	background-repeat: no-repeat;	
	background-position: right bottom;
}
.servicios_menu {
	width: 535px;
	height: 18px;	
	margin: 0px 5px 5px 5px;
	padding-top: 2px;
	background-color: #de6700;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.servicios_menu ul {
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
}
.servicios_menu li {
	margin-left: 6px;	
	display: inline;
}
.servicios p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.
.servicios .contents{
	width: 505px;
	height: 315px;	
	margin-top: 2px;
	padding: 20px;
}


/* PRODUCTOS */

.familia {
	width: 525px;
	height: 386px;
	padding: 10px;  
	padding-top: 50px;
}
.familia a {
	color:#000;
	text-decoration: none;
}
.familia a:hover {
	color:#de6700;
}
.familia .titulo {
	height: 50px;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	background-repeat: repeat-y;
}
.familia .info{
	width: 50px;
	padding-top: 14px;
	padding-left: 360px;
	float: left;
	font-size: 10px;
}
.familia .imagen{
	margin-top: -30px;
	float: right;
}
.productos {
	width: 535px;
	height: 400px;
	padding: 5px;
}
.productos a {
	color:#000;
	text-decoration: none;
}
.productos a:hover {
	color:#de6700;
}
.family_titulo {
	height: 25px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 12px;
	background-repeat: repeat-y;
}
.family_subtitulo {
	margin-top: 10px;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}
.family_subtitulo p{
	margin: 0px;
}
.prod {
	width: 262px;
	height: 96px;
	margin-left: 3px;
	margin-right: 2px;
	margin-bottom: 10px;
	float: left;
	background-repeat: no-repeat;
}
.product_menu .imagen{
	margin-top: 1px;
	margin-left: 1px;
	width: 90px;
}
.product_menu p{
	margin: 0px;
}
.product_menu .titulo{
	float:right; 
	width: 160px; 
	padding-top: 4px; 
	padding-right: 10px; 
	font-size: 14px;
	text-align: right;
}
.product_menu .resumen{
	float:right; 
	width: 165px;
	height: 50px;
	padding-right: 5px;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
}
.product_menu .pdf {
	float:right; 
	height: 25px;
	margin-right: 4px;
	margin-top: -3px;
}
.product_menu .info {
	margin-top: 6px;
	margin-right: 5px;
	float: right;
	font-size: 10px;
}
.pagination {
	width: 535px;
	float: right;
	text-align: right;
	padding: 5px;
}
.pagination_desc {
 	font-style: italic;
 	float: right;
}
.pager {
	width: 180px;
	float: right;
}
.pager a {
	color:#000;
	margin-right: 4px;
}
.pager a:hover {
	color:#de6700;
}
.pagination img {
	vertical-align: middle;
	border: 0px;
}
.family_top {
	height: 25px;
	margin-left: 5px;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 12px;
	background-repeat: repeat-y;
}
.titulo_family {
	float:left; 
}
.titul{
	float:right; 
	padding-right: 10px; 
	font-size: 14px;
	text-align: right;
}
.sectores .conten{
	width: 505px;
	height: 300px;	
	margin-top: 2px;
	padding: 20px;
}


/* CONTACTO */

.contacto {
	width: 525px;
	height: 406px;
	padding: 10px;
}
.contacto a {
  color: #9b9b9b;
  text-decoration: none;
}
.contacto a:hover {
  color: #de6700;
}
.contacto img{
	border: 0px;
	float: left;
}
.contacto .nosotros{
	width: 320px;
	height: 130px;
	border: 1px solid #de6700;
	float: left;
	color: #9b9b9b;
	font-size: 18px;
}
.nosotros p img{
	margin-left: 10px;
	margin-right: 10px;
}
.contacto .ellos{
	width: 200px;
	height: 130px;
	border: 1px solid #de6700;
	float: right;
	color: #9b9b9b;
}
.contacto .ellos .titulo_form{
	padding: 10px 10px 10px 10px;
	line-height: 14px;
}
.contacto .ellos .titulo_boton {
	width: 87px;
	height: 27px;
	margin-left: 55px;
	padding-top: 7px;
	text-align: center;
	background-image: url('/images/boton_contacto.jpg');
	background-repeat: no-repeat;
}
.contacto .mapa{
	width: 320px;
	height: 260px;
	margin-top: 20px;
	border: 1px solid #de6700;
	float: left;
}
.contacto .llegar{
	width: 200px;
	height: 260px;
	margin-top: 20px;
	border: 1px solid #de6700;
	float: right;
}
.contacto .llegar .direccion{
	padding: 0px 5px 0px 10px;
	font-size: 10px;
	line-height: 14px;
}
.contacto .llegar .direccion img{
	margin-bottom: 5px;
	margin-right: 100px;
}
.contacto .llegar .direccion p{
	margin: 10px 0px 10px 0px;
}
.contacto .llegar .direccion p img{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}
.contacto .titulo{
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	color: #FFF;
	background-color: #de6700;
	text-align: right;
	font-size: 12px;
}
.formulario{
	width: 515px;
	height: 416px;
	padding: 15px;
}
.formulario .titulo{
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #de6700;
	text-align: left;
	font-size: 12px;
}
.formulario form {  
	margin: 0px; 
	margin-top: 10px;  
}
.formulario ul {  
	margin: 0px;  
	padding: 0px;  
	list-style: none;
}
.formulario li {  
	height: 30px;
	width: 100%;
}
.formulario label {  
	display: block;
	float: left;  
	width: 70px;  
	margin-right: 10px; 
	text-align: right; 
}
.formulario em {  
	display: block;
	color: red;  
	font-size: 9px;  
	font-style: normal;  
	text-transform: uppercase;
}
.formulario strong { 
	color: red;  
}
.formulario .left {
	width: 250px;
	height: 250px;
	float: left;
}
.formulario .right{
	width: 250px;
	height: 250px;
	float: right;
}
.formulario .last label {  
	display: block;
	float: left;  
	width: 200px;  
	margin-right: 10px; 
	margin-left: 5px; 
	text-align: left; 
}
.formulario .last select {  
	width: 200px;
	height: 20px;
	float: right;  
	margin-right: 20px; 
	margin-bottom: 5px;
	font-size: 10px;
}
.formulario .last em {  
	margin-left: 5px; 
	display: inline;
	color: red;  
	font-size: 9px;  
	font-style: normal;  
	text-transform: uppercase;
}
.formulario textarea {  
	width: 400px;
	height: 60px;
	float: right;  
	margin-right: 10px; 
}
.clear {  
	clear: both; 
}
.footer {  
	clear: both; 
}
.footer a {
  color: #000;
  text-decoration: none;
  float: left;
}
.footer a:hover {
  color: #de6700;
}
.submit{  
	width: 87px;
	height: 27px;
	margin-left: 10px; 
	padding-top: 7px;
	display: block;
	float: left;  
	text-align: center;
	background-image: url('/images/boton_contacto.jpg');
	background-repeat: no-repeat;
}
.condiciones{
	padding-right: 10px;
	font-size: 9px;
	text-align: right;
}
.condiciones #contacto_condiciones{  
	display: block;
	float: left;  
	margin-left: 80px; 
}
.condiciones #descargas_condiciones{  
	display: block;
	float: left;  
	margin-left: 80px; 
}
.condiciones label {  
	display: block;
	float: right;  
	width: 200px;  
	margin-left: 5px; 
	margin-top: 2px;
	text-align: right;
}
.condiciones p{
	margin: 0px;
	margin-right: 9px;
}
.condiciones a {
  color: #000;
  text-decoration: underline;
}
.condiciones a:hover {
  color: #de6700;
}
#map {
	width: 545px;
	height: 446px;
	background: url('/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}


/* PRIVACIDAD */

.privacidad{
	width: 515px;
	height: 416px;
	padding: 15px;
}
.privacidad .titulo{
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #de6700;
	text-align: left;
	font-size: 12px;
}
.privacidad p{
	margin-top: 10px;
	margin-bottom: 0px;
}
.privacidad a {
  color: #000;
  text-decoration: none;
}
.privacidad a:hover {
  color: #de6700;
}
.privacidad .contenido{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* GRACIAS */

.gracias {
	width: 420px;
	height: 180px;
	margin-top: 80px; 
	margin-left: 60px; 
}
.gracias img{
	display: block;
}
.mensaje{
	margin-top:20px;
	margin-bottom:30px; 
	margin-left: 5px;
	float:left; 
	width:400px; 
	font-size: 16px; 
	font-style: italic;
	text-align: center;
}
.gracias p{ 
	margin-top:20px;
	margin-bottom:10px; 
	margin-left: 50px;
	float:left; 
 	font-size: 16px; 
	font-style: italic;
}
.gracias p.destacado{
	color: #df6c00;
	padding-left: 100px; 
	margin-right: 5px;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
}

/* NOTICIAS */

.noticias{
	width: 545px;
	height: 431px;
	padding-top: 15px;
	background-image: url('/images/noticias.jpg');
	background-repeat: no-repeat;	
	background-position: right bottom;
}
.noticias .titulo{
	height: 25px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFF;
	background-color: #de6700;
	text-align: left;
	font-size: 12px;
}
.news {
	width: 259px;
	height: 178px;
	margin-left: 8px;
	margin-right: 2px;
	margin-bottom: 10px;
	float: left;
	background-image: url('/images/cajetin_noticias.jpg');
	background-repeat: no-repeat;
}
.news .titulo_news{
	width: 259px; 
	height: 25px;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	color: #de6700;
}
.news .resumen{
	width: 249px;
	height: 130px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 10px;
}
.news p{
	margin: 0px;
}


/* CONTACTO */

.sdk_gratis {
	width: 525px;
	height: 426px;
	padding: 10px;
}

.sdk_gratis h1{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;	
}

.sdk_gratis .sensor_uru{
	margin: 50px;
	display: block;	
}

.sdk_gratis .caja{
	margin-bottom: 25px;
	display: block;	
}

.sdk_gratis .windows{
	width: 250px;
	height: 426px;
	padding: 5px;
	padding-left: 15px;
	float: left;
	text-align: left;
}

.sdk_gratis .linux {
	width: 236px;
	height: 426px;
	padding: 5px;
	float: right;
	text-align: right;
}

.sdk_gratis p{
	width: 220px;
	margin: 10px;
	paddin: 0px;
	font-size: 10px;
}

.sdk_gratis .destacado{
	color: #de6700;
}

.sdk_gratis .win {
	margin-right: 40px;
	float: right;
}

.sdk_gratis .lin {
	margin-left: 30px;
	margin-top: 13px;
	float: left;
}

.sdk_gratis img{
	border: 0px;
}
.sdk_gratis ul {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.sdk_gratis li {
	heght: 20px;
	margin-right: 15px;
	display: inline;
	vertical-align: middle;
}

.delay{
	text-align: center;
}

.download{  
	width: 100px;
	height: 37px;
	margin-left: 230px; 
	padding-top: 10px;
	display: block;
	float: left;  
	text-align: center;
	background-image: url('/images/boton_descarga.jpg');
	background-repeat: no-repeat;
}




















