* {  
padding: 0;    
margin: 0;   
border: 0;
}
body {
	border:0;
	margin: 0;
	padding: 0;
	background:#fff url(images/bg.png) repeat-x;
	font-family: Arial, Verdana, Tahoma, Arial;
	font-size: 12px; 
	color: #333;
	}
	
h1 { margin:0; padding:0;  }
h1 a {
	position: absolute;
	padding:0;
	margin:0;
	top:40px;
	left:10px;
	width: 225px;
	height:225px;
	text-indent:-8000px;
	display:block;
	z-index:60;
 }

span, input, checkbox { margin:0; padding:0; border:0; }

ul { list-style:none; }

h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	}

p, form {
	padding: 0;
	margin: 0 0 15px 0;
	line-height:150%;
	}

img { border:0; }

a {	color: #003C6E; text-decoration: none;	}
a:hover { color:#aaa; text-decoration: none; }

/* h */

h2, h4 {
	margin:0 0 15px 0;
	padding:0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:lighter;
	text-align:left;
	text-transform:uppercase;
	color:#0679C1;
}
h2 a {	color:#0679C1; }

h3 {
	margin:0 0 15px 0;
	padding:0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:27px;
	font-weight:lighter;
	text-align:left;
	color:#272727;
}
h3 a { color:#272727; }

/* Generales */

.clear { clear:both; height:0; background:transparent;  }
* html .clear { display:inline; }

.floatizq { float:left; }
.floatder { float:right; }
.medio { vertical-align:middle; }

.fotoizq { float:left; padding:2px; margin:0 15px 10px 0; border:1px solid #ccc; }
.fotoder { float:right; padding:2px; margin:0 0 10px 15px ; border:1px solid #ccc; }

.azul { color: #0C81C7; }

.destacado { font-size:15px; color:#1791D1; text-align:justify; }

.googlegroups img { vertical-align:middle; margin-right:3px;}
.googlegroups span{ font-size:10px; }
.googlegroups a{ font-weight:bold; color: #888!important; }

.error { color:#C00; }
	
/* divs */

#contenedor {
	background: url(images/logo.png);
	background-position:center 4px;
	background-repeat:no-repeat;
	width:100%;
}

.dentro {
	position:relative;
	width: 700px;
	margin: 0 auto;
	padding:0;
	background:#fff;
}

#cabecera {
	position: relative;
	width: 700px;
	height:160px;
	margin: 0 auto;
	padding: 0;
}

#txt {
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

#txt .izq {
	float:left;
	width: 300px;
	margin: 0;
	padding:275px 0 0 0;
	color:#999;
}
#txt .izq a { color: #999; }
#txt .izq a:hover { color: #999; text-decoration:underline; }

#txt a.tv {	color: #0C81C7; }
#txt a:hover.tv {	color: #0C81C7; text-decoration:underline; }

#txt .der {
	float:right;
	width: 385px;
	margin: 0;
	padding: 0;
}

#txt .post {
	margin: 0 0 15px 0;
	padding:0 0 5px 0;
	background:url(images/bgpost.png) no-repeat left bottom;
}

a.download {
	width:146px;
	height:36px;
	background:url(images/bt_download.png);
	text-indent:-8000px;
	display:block;
}
a:hover.download {
	width:146px;
	height:36px;
	background:url(images/bt_download.png) bottom;
}

#popup {
	width:500px;
	height:395px;
	overflow-y:auto;
}
#popup .cont{
	padding:20px;
}
#popup strong{
	font-size:15px;
}

/* LISTAS */

.carrusel {
	margin-bottom:15px!important;
	}
.carrusel ul {
	list-style:none;
	}
.carrusel ul li {
	background:url(images/ico_ok.png) left 3px no-repeat;
	padding-left:30px;
	line-height:250%;
	}
	
/* REDES SOCIALES */

#redes { margin:15px 0 15px 0; }
#redes a img { margin-left:5px; }

/* SCREENSHOTS */

#screenshots li{
	position:relative;
	margin:0 0 15px 0;
	height:114px;
	width:184px;
	}
#screenshots li.iz{ float:left; }
#screenshots li.de{ float:right; }
#screenshots li a img{
	border:1px solid #D3E8F5;
	padding:7px;
	margin:0 0 14px 0;
	z-index:4;
	}
#screenshots li a:hover img{
	filter: alpha(opacity=50);
	opacity: .5;
	}
#screenshots li span{
	position:absolute;
	bottom:-2px;
	right:-2px;
	width:22px;
	height:22px;
	background:url(images/ico_lupa.png) no-repeat;
	z-index:5;
	}
	
#tags { z-index:-1; }
	
/* LISTAS */

.lista{
	margin:0 0 15px 0;
	list-style:none;
}
.lista li{
	margin:0 0 3px 0;
	padding-left:15px;
	background:url(images/ico_flecha.png) left 5px no-repeat;
}
.lista li a{ color:#000; }
.lista li a:hover{ color:#003C6E; }

/* MENU DOWNLOAD */

#download_en {
	width: 434px;
	height: 82px;
	overflow: hidden;
	list-style: none;
	margin:0 0 15px 0;
}
#download_en li {
	float: left;
	list-style: none;
}
#download_en li a {
	position: relative;
	display: block;
	height: 82px;
	background-image: url(images/download_en.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#download_en li#free a {width: 143px; background-position: 0 0; }
#download_en li#free a:hover { background-position: 0 -82px; } 

#download_en li#comercial a { width: 148px; background-position: -143px 0; }
#download_en li#comercial a:hover { background-position: -143px -82px; }

#download_en li#plus a { width: 143px; background-position: -291px 0; }
#download_en li#plus a:hover { background-position: -291px -82px; }

/* BLOG */

#commentform{ 
margin:0;
padding:0;
}
#commentform input{ 
margin:0;
padding:3px;
width:180px;
border:1px solid #ccc;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0679C1;
}
#commentform textarea{ 
margin:0;
padding:3px;
width:330px;
border:1px solid #ccc;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0679C1;
}
#commentform input#submit{ 
margin:0;
padding:3px;
width:180px;
border-left:1px solid #079AF1;
border-top:1px solid #079AF1;
border-right:1px solid #046299;
border-bottom:1px solid #046299;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#0679C1;
color:#fff;
font-weight:bold;
letter-spacing:1px;
}

ol.comentarios {
margin:0;
padding:0;
list-style:none;
}
ol.comentarios li {
margin:0 0 10px 0;
padding:0 0 2px 0;
background:url(images/bgpost.png) no-repeat left bottom;
}

/* MENU */

#menu_idioma {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 161px;
	height: 29px;
	overflow: hidden;
	list-style: none;
}

#menu_idioma li {
	min-height: 36px;
	float: left;
	list-style: none;
}
	
#menu_idioma li a {
	position: relative;
	display: block;
	height: 29px;
	background-image: url(images/menu_idioma.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#m_en a {width: 68px; background-position: 0 0; }
#m_en a:hover { background-position: 0 -29px; }
#m_en a.activo { background-position: 0 -29px; } 

#m_es a { width: 93px; background-position: -68px 0; }
#m_es a:hover { background-position: -68px -29px; }
#m_es a.activo { background-position: -68px -29px; }

/* MENU_EN */

#menu_en {
	position: absolute;
	top: 71px;
	right: 0px;
	width: 385px;
	height: 30px;
	overflow: hidden;
	list-style: none;
}
#menu_en li {
	min-height: 36px;
	float: left;
	list-style: none;
}
#menu_en li a {
	position: relative;
	display: block;
	height: 30px;
	background-image: url(images/menu_en.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#menu_en li#home a {width: 61px; background-position: 0 0; }
#menu_en li#home a:hover { background-position: 0 -30px; }
#menu_en li#home a.activo { background-position: 0 -30px; } 

#menu_en li#download a { width: 131px; background-position: -61px 0; }
#menu_en li#download a:hover { background-position: -61px -30px; }
#menu_en li#download a.activo { background-position: -61px -30px; }

#menu_en li#documentation a { width: 134px; background-position: -192px 0; }
#menu_en li#documentation a:hover { background-position: -192px -30px; }
#menu_en li#documentation a.activo { background-position: -192px -30px; }

#menu_en li#blog a { width: 59px; background-position: -326px 0; }
#menu_en li#blog a:hover { background-position: -326px -30px; }
#menu_en li#blog a.activo { background-position: -326px -30px; }

/* MENU_ES */

#menu_es {
	position: absolute;
	top: 71px;
	right: 0px;
	width: 385px;
	height: 30px;
	overflow: hidden;
	list-style: none;
}
#menu_es li {
	min-height: 36px;
	float: left;
	list-style: none;
}
#menu_es li a {
	position: relative;
	display: block;
	height: 30px;
	background-image: url(images/menu_es.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#menu_es li#home a {width: 59px; background-position: 0 0; }
#menu_es li#home a:hover { background-position: 0 -30px; }
#menu_es li#home a.activo { background-position: 0 -30px; } 

#menu_es li#download a { width: 137px; background-position: -59px 0; }
#menu_es li#download a:hover { background-position: -59px -30px; }
#menu_es li#download a.activo { background-position: -59px -30px; }

#menu_es li#documentation a { width: 134px; background-position: -196px 0; }
#menu_es li#documentation a:hover { background-position: -196px -30px; }
#menu_es li#documentation a.activo { background-position: -196px -30px; }

#menu_es li#blog a { width: 55px; background-position: -330px 0; }
#menu_es li#blog a:hover { background-position: -330px -30px; }
#menu_es li#blog a.activo { background-position: -330px -30px; }
