html{
	background-color:#101b21;
	margin: 0;
	padding: 0;
	border: none;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	/*text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
	color: #FFF;
}

/* Ajustes básicos 

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
} */

.clear{
	clear: both;
	visibility: hidden;
	height: 0;
}

.right{
	float: right;
	margin: 0 0 3px 3px;
}

.left{
	float: left;
	margin: 0 3px 3px 0;
}

#wrapper{
	width: 720px;
	margin: 0 auto;
}

#logo{
	background:url(../img/logo.jpg) no-repeat;
	text-indent: -9999px;
	float:left;
}

#logo a{
	display: block;
	width: 246px;
	height: 66px;
	outline:none;
}

#vacio{
	float: right;
	position: relative;
	display:block;
	width: 460px;
}

#vacio-wrapper{
	height: 29px;
}

#menu-container{
	height:58px;
	float:right;
	margin-top: 15px;
	width: 460px;
	overflow:hidden;
	position:relative;
}

#menu{
	float:right;
	position:relative;
	margin-top: 0px;
	width: 460px;
}

#cabecera{
	height: 100px;
}

#equipo24{
	display: block;
	outline:none;
	height:29px;
	width:89px;
	background: url(../img/equipo24.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	/*opacity:0.7;*/
}

#sub-equipo24{
	float: right;
	position: relative;
	margin-top: 0px;
	border: 0;
	width:459px;
	/*opacity:0.7;*/
	padding:0;	
}

#sub-equipo24-wrapper{
	height:29px;
	/*position:relative;*/
}

#sub-servicios-wrapper{
	height:29px;
	/*position:relative;*/
}

#sub-servicios{
	float: right;
	position: relative;
	margin-top: 0px; /*cuando haya submenu de equipo24 habrá que ponerlo a -29px*/
	display:block;
	border:0;
	/*opacity:0.7;*/
	width: 410px;
}

#s-empresa{
	display: block;
	outline:none;
	height:29px;
	width:87px;
	background: url(../img/empresa.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	/*position:absolute;
	left:0px;*/
}

#s-casosexito{
	display: block;
	outline:none;
	height:29px;
	width:110px;
	background: url(../img/casosexito.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	/*position:absolute;
	left: 84px;*/
}

#s-prensa{
	display: block;
	outline:none;
	height:29px;
	width:56px;
	background: url(../img/prensa.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
}

#servicios{
	display: block;
	outline:none;
	height:29px;
	width:84px;
	background: url(../img/servicios.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	/*opacity:0.7;*/
}

#s-presentador{
	display: block;
	outline:none;
	height:29px;
	width:137px;
	background: url(../img/presentador.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
}

#s-tvinteractiva{
	display: block;
	outline:none;
	height:29px;
	width:101px;
	background: url(../img/tvinteractiva.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
}

#s-desarrollo{
	display: block;
	outline:none;
	height:29px;
	width:79px;
	background: url(../img/desarrollo.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
}

#s-consultoria{
	display: block;
	outline:none;
	height:29px;
	width:84px;
	background: url(../img/consultoria.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
}

#privada{
	display: block;
	outline:none;
	height:29px;
	width:125px;
	background: url(../img/privada.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	/*opacity:0.7;*/
}

#contacto{
	display: block;
	outline:none;
	height:29px;
	width:93px;
	background: url(../img/contacto.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	/*opacity:0.7;*/
}

#borde{
	height:159px;
	width: 690px;
	padding: 15px;
	background-color: #FFF;
}

#visor{
	width: 690px;
	height: 159px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#wrapper-visor{
	position: relative;
}

#img-equipo24{
	top: 0px;
	width:690px;
	height:159px;
	display: block;
	background: #FFF url(../img/loading.gif) center no-repeat;
}

#img-servicios{
	top: 159px;
	width:690px;
	height:159px;
	display: block;
	background: url(../img/loading.gif) center no-repeat;
}

#img-privada{
	top: 318px;
	width:690px;
	height:159px;
	display: block;
	background:  url(../img/loading.gif) center no-repeat;
}

#img-contacto{
	top: 477px;
	width:690px;
	height:159px;
	display: block;
	background: url(../img/loading.gif) center no-repeat;
}


.estandar{
	margin: 15px 0;
	background: #999;
	border: 0px;
	height: 1px;
	clear: both;
}

.texto-apunte{
	color: #e4ecf0;
}

#apunte{
	font-style: italic;
	width: 200px;
	height:250px;
	float:left;
	overflow:hidden;
	position: relative;
}

#wrapper-apunte{
	position: relative;
	padding-left: 2px;
}

#apun-equipo24{
	top: 0px;
	margin-bottom: 10px;
}

#apun-servicios{
	/*top: 0px;*/
	margin-bottom: 10px;
}

#apun-privada{
	/*top: 0px;*/
	margin-bottom: 10px;
}

#apun-contacto{
	/*top: 0px;*/
	margin-bottom: 10px;
}

#apunte h2{
	color: #e4ecf0;
	font-size: 1.5em;
	font-family: "Century Gothic";
}

#contenido h2{
	color: #e4ecf0;
	font-size: 1.4em;
	font-family:  "Century Gothic";
	font-style: italic;
}

.texto{
	color: #e4ecf0;
	font-size: 1.2em;
}

.texto a{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #f1f1f1;
}

.texto a:hover{
	text-decoration: underline;
	border-bottom: 0;
	color: #98e2ff;
}

#contenido{
	float: right;
	width: 500px;
	margin-bottom: 30px;
	overflow: hidden;
	position:relative;
}

#wrapper-contenido{
	position:relative;
	width: 1300px;
}

#cont-equipo24{
	left:0px;
	width: 500px;
}

/*#cont-servicios{
	top: 0px;
	left: 650px;
	width:600px;
	position: absolute;
}*/

#cont-s-consultoria{
	top: 0px;
	left: 550px;
	width:500px;
	position: absolute;
}

#cont-s-desarrollo{
	top:  0px;
	left:  1100px;
	width: 500px;
	position: absolute;
}

#cont-s-tvinteractiva{
	top:  0px;
	left:  1650px;
	width: 500px;
	position: absolute;
}

#cont-s-presentador{
	top:  0px;
	left:  2200px;
	width: 500px;
	position: absolute;
}

#cont-privada{
	top: 0px;
	left: 2750px;
	width:500px;
	position: absolute;
}

#cont-contacto{
	top: 0px;
	left: 3300px;
	width: 500px;
	position:  absolute;
}

#pie{
	clear:both;
	width: 100%;
	text-align: right;
}

.mini{
	font-size: 0.9em;
}

.mini a{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #f1f1f1;
}

.mini a:hover{
	text-decoration: underline;
	border-bottom: 0;
	color: #98e2ff;
}

.img-left{
	float:  left;
	padding: 3px;
	border: #686c6e 1px solid;
	margin: 5px 5px 2px 0px;
}

.img-right{
	float:  right;
	padding: 3px;
	border: #686c6e 1px solid;
	margin: 5px 0px 2px 5px;
}

.img-center{
	margin: 0 auto;
}

/*Formulario privado*/

.overflow-layer{
	margin-bottom:  5px;
	overflow:  hidden;
	float: right;
}

.log {
	float: right;
	/*padding: 0.5em;*/
	margin-left: 0px;
	/*width: 290px;*/
	height: 45px;
	/*border: 1px solid #d6d6d6;*/
	/*border-left-color: #e4e4e4;*/
	/*border-top-color: #e4e4e4;*/
	margin-top: 10px;
	
	width: 100%;
	border: none;
}
 
#log_res {
	overflow: auto;
	
	text-align: center;
	font-size: 1.2em;
	width:  100%;
}

#log_res2 {
	overflow: auto;
	text-align: center;
	font-size: 1.5em;
	width:  100%;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../img/spinner.gif) no-repeat center;
}

#log_res2.ajax-loading {
	padding: 20px 0;
	background: url(../img/spinner.gif) no-repeat center;
}

#privateForm{
	padding: 5px 5px 0px 5px;
	width: 200px;
	border: #FFF 4px solid;
	/*float: right;*/
	margin: 0 0 5px 15px;
	background: url(../img/fondo-form1.jpg) no-repeat bottom right;
}

.campo{
	margin-bottom: 10px;
	border: 2px solid #FFF;
	background: #101b21;
	background-color: #101b21;
	background-repeat: no-repeat;
	padding: 3px;
	color: #bfe8f3;
	font-size: 1em;
}

#login{
	/*height:  10px;*/
	width: 191px;
	/*padding-right: 10px;*/
}

#password{
	/*height:  10px;*/
	width: 191px;
	/*padding-right: 10px;*/
}

#message{
	height: 100px;
	width: 464px;
	overflow: hidden;
	padding-right:10px;
}

#name{
	/*height: 10px;*/
	width: 473px;
}

#email{
	/*height: 10px;*/
	width: 473px;
}

.label{
	font-size: 1.2em;
	display: block;
	margin: 5px 0px;
	padding:  0px;
}

#contactForm{
	/*margin: 0 auto;*/
	padding: 5px;
	width: 482px;
	border: #FFF 4px solid;
	margin: 0 0 5px 0px;
	background: url(../img/fondo-form2.jpg) no-repeat bottom right;
}

.correcto{
	background-color: #101b21;
	color: #bde7ff;
}

.incorrecto{
	background-color: #101b21;
	color: #ff9c66;
}

#mapaweb-wrapper{
	margin: 30px;
}

#mapaweb{
	margin:  0px auto;
	color: #e4ecf0;
	font-size: 1.2em;
}

#mapaweb li{
	padding: 3px;
}

#autoria{
	margin:  0px auto;
}

.enlace-ajax{
	color: #F3F3F3;
	text-decoration:  none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.enlace-ajax:hover{
	text-decoration:  underline;
	border-bottom: none;
}

.thumbnail{
	padding: 8px;
	background-color: #FFF;
	margin: 5px;
}

#autores-wrapper{
	padding: 30px;
}

#privacidad-wrapper{
	margin: 30px;
}

#toplink{
	background: #101b21 url(../img/boton-arriba.jpg) no-repeat;
	padding-left:  16px;
	display:  block;
	text-decoration: none;
	color:  #FFF;
	width: 60px;
	font-size: 1.2em;
	float: right;
	margin-bottom:5px ;
}

#validation img{
	border: 0;
}

#validation a{
	outline: none;
	border: 0;
}