@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* ---------- GENERALES ---------- */
/* ------------------------------- */

body{
	background:#000;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	cursor:default;
}

*{ margin:0; padding:0; }

a{ color:#ccc; text-decoration:none; cursor:pointer; }
a:hover{ text-decoration:underline; }

div.clear{
	display:block;
	clear:both;
	height:5px;
}

div.clearB{
	display:block;
	clear:both;
	border-bottom:#600 solid 1px;
	width:80%;
	margin:30px auto;
}


img{ border:none; }

p.code{ font-family:"Courier New", Courier, monospace; }

/* ------------------------------- */
/* ----------- FORMATO ----------- */
/* ------------------------------- */

div#formato{
	width:710px;
	margin:10px auto;
}

/* ------------------------------- */
/* ------------ HEADER ----------- */
/* ------------------------------- */


div#headTop{
	width:710px;
	height:9px;
	background:url(img/headtop.png) no-repeat top center;
}
div#head{
	background:url(img/headbg.png) repeat-y center;
	padding:0 5px;
}
div#top{ height:180px; }
div#iso{
	background:url(img/iso.png) no-repeat;
	width:220px;
	height:180px;
	float:left;
}
div#iso a{
	width:220px;
	height:170px;
	display:block;
}

div#head h1{
	background:url(img/logo.png) no-repeat;
	text-indent:-9999px;
	width:460px;
	height:70px;
	float:left;
	margin-left:-20px;
	margin-top:15px;
}

div#head h1 a{
	display:block;
	width:460px;
	height:50px;
}

div#head p{
	text-align:right;
	margin-right:20px;
	font-size:14px;
	color:#fff;
}

/* ------------------------------- */
/* ------------- MENU ------------ */
/* ------------------------------- */


div#menu{
	height:32px;
	background:url(img/menubg.png) repeat-x;
	font-size:12px;
	text-align:center;
	line-height:32px;
}

div#menu ul li{ display:inline; }

/* ------------------------------- */
/* ----------- CONTENIDO --------- */
/* ------------------------------- */


div#cont{ 
	background:url(img/contbg.png) no-repeat top center;
}

div#principal{
	padding:10px 5px 0 30px;
}

div#principal.home{
	width:370px;
	float:left;
}

div#principal.sobre{
	margin-right:20px;
	text-align:justify;
}

div#principal.videos{
	margin-right:20px;
	text-align:justify;
}

div#principal.dmesg{
	margin-right:20px;
	text-align:justify;
}

div#principal.links{
	margin-right:20px;
	text-align:justify;
}

div#principal h2{
	color:#900;
	font-size:26px;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:1px;
}

div#principal p{
	line-height:18px;
	margin:15px 0;
}

div#principal.sobre p{
	margin:5px 0;
}

div#principal ul{
	margin-top:-5px;
	margin-bottom:20px;
	list-style:none;
}
div#principal ul li{
	margin:5px 0;
	width:500px;
}
ul.links {
margin-left: 8px;
}

/* ------------------------------- */
/* ----------- LATERAL ----------- */
/* ------------------------------- */


div#lateral{ float:right; width:304px; }


div#puffy{
	background:url(img/puffynews.png) no-repeat;
	width:290px;
	height:250px;
	margin-right:14px;
}
div#puffy p.fecha{
	position:absolute;
	margin-top:200px;
	margin-left:230px;
	color:#fff;
	width:50px;
	text-align:right;
}

div#news{
	width:212px;
	float:right;
	background:url(img/newsbg.png) no-repeat center bottom;
	padding-bottom:10px;
}

div#news h3{
	color:#900;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:10px;
}

div#news p{
	padding:5px;
	margin-left:15px;
}

/* ------------------------------- */
/* ------------ FOOTER ----------- */
/* ------------------------------- */


div#foot{
	background:url(img/footbg.png) no-repeat bottom center;
	font-family:Arial, Helvetica, sans-serif;
}

p.proyectos{
	border-top:#600 solid 1px;
	margin:30px 20px 0;
	padding-top:10px;
	font-size:10px;
}

div#busqueda{
	float:left;
	width:200px;
	margin:5px 20px;
	
}

div#busqueda form{
	margin-left:10px;
}

div#busqueda input.searchfield{
	border:none;
	margin-left:-5px;
	width:115px;
	font-size:10px;
	height:20px;
	padding:3px 5px;
	background:url(img/searchbg.png) no-repeat;
}

div#busqueda input.searchbtn{
	background:url(img/searchbtn.png) no-repeat;
	border:none;
	width:15px;
	cursor:pointer;
	height:20px;
	margin:2px;
}

div#copy{
	float:right;
	font-size:10px;
	text-align:right;
	width:350px;
	margin:30px 20px 5px 0;
}

p#bizarre{
	text-align:right;
	font-size:8px;
	color:#666;
}
p#bizarre a{ color:#666; }
p#bizarre a:hover{ color:#999; }

