
/* Eric Meyer - Reset relodaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
/* remember to define focus styles! */
:focus {outline:0;}
body {line-height:1; color:black; background:white; zoom: 1;}
ol, ul {list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

body{
	margin: 0;
	background: #162D43 url(fondo.png) center top repeat-x;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:1.4em;}

.accesible {display: none;}
p, ul, ol {margin-bottom: 0.5em;}

a {color: #22d;}
strong {font-weight: bold;}
em {font-style: italic;}

/**** alineación ****/
.izquierda {
	float: left;
	margin: 0 15px 15px 0;
}
.derecha {
	float: right;
	margin: 0 0 15px 15px;
}



td {vertical-align: top;}
#top {
	height: 25px;
	margin: 0 1px;
}


#logo {
	margin: 20px auto 0;
	width: 950px;
	height: 51px;
}

#logo_print {display: none;}


#container {
	width: 950px;
	margin: 16px auto 10px;
	border: 1px solid #162D43;
	background-color: #fff;
	position: relative;
	
}


#body {
	font: normal 12px/1.4em arial, helvetica, sans-serif;	
	margin:  0 10px;
}

#navbar {
	background: #A7170C url(navbar_bg.png) 0 0 no-repeat;
	position: relative;
	height: 52px;
	}
#nav {
	margin:0 0 0 2px;
	padding: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	display: block;
	float: left;
	background-image: url(navbar_bg.png); 
		
}
#nav li a{
	display: block;
	width: 122px;
	height: 51px;
	overflow: hidden;
	text-indent: -900em;
}
#navbar #nav_home {background-position: -2px -60px; }
#navbar #nav_planos {background-position: -124px -60px; }
#navbar #nav_articulos {background-position: -246px -60px; }
#navbar #nav_boletin {background-position: -368px -60px; }
#navbar #nav_blog {background-position: -490px -60px; }


#navbar #nav_home:hover {background-position: -2px -120px; }
#navbar #nav_planos:hover {background-position: -124px -120px; }
#navbar #nav_articulos:hover {background-position: -246px -120px; }
#navbar #nav_boletin:hover {background-position: -368px -120px; }
#navbar #nav_blog:hover {background-position: -490px -120px; }

#navbar.home_on #nav_home, #navbar.home_on #nav_home:hover {background-position: -2px -180px; }
#navbar.planos_on #nav_planos, #navbar.planos_on #nav_planos:hover {background-position: -124px -180px; }
#navbar.articulos_on #nav_articulos, #navbar.articulos_on #nav_articulos:hover {background-position: -246px -180px; }
#navbar.boletin_on #nav_boletin, #navbar.boletin_on #nav_boletin:hover {background-position: -368px -180px; }
#navbar.blog_on #nav_blog, #navbar.blog_on #nav_blog:hover {background-position: -490px -180px; }


#nav_tick {display: none; position: absolute; width: 21px; height: 10px; background: transparent url(navbar_tick.gif) 0 0 no-repeat;}
#navbar.home_on #nav_tick {display: block; top: 51px; left: 52px;}
#navbar.planos_on #nav_tick {display: block; top: 51px; left: 174px;}
#navbar.articulos_on #nav_tick {display: block; top: 51px; left: 296px;}
#navbar.boletin_on #nav_tick {display: block; top: 51px; left: 418px;}
#navbar.blog_on #nav_tick {display: block; top: 51px; left: 540px;}


#intro {
	background-color: #666;
	height: 240px;
	margin: 0 -10px;
}


	#foot {position: relative; height:55px; background-color: #1C3855; border-bottom: 1px solid #000; border-right: 1px solid #000; margin: 0; color: #fff;}
	#foot p {padding-top: 10px;}
	#foot a {color: #FFD855; text-decoration: none;}
	#foot a:hover {text-decoration: underline;}
	#commons {border-width:0pt; float:left; margin:10px 10px 0 20px; width:88px; height:31px;}
	#copy {position: absolute; left: 125px; top: 2px;}


/**** listados ****/

.listaItems60, .listaItems100, .listaItems64 {margin: 0; padding: 0;}

.listaItems100 li, .listaItems64 li, .listaItems60 li{
	display: block;
	list-style: none;
	margin-bottom:10px;
}

.listaItems100 li{min-height: 100px;}
.listaItems64 li{min-height: 64px;}
.listaItems60 li {min-height:60px;}


.listaItems100 li img, .listaItems64 li img, .listaItems60 li img{float: left; margin: 0 10px 10px 0;
}

.listaItems100 li img {width: 100px; height: 100px;}
.listaItems64 li img {width: 64px; height: 64px;}
.listaItems60 li img {width: 60px; height: 60px;}




h3 {font-size: 15px; font-weight: bold; color: #333; background: #bbb url(h3bg.gif) left top repeat-x; border: 1px solid #a3a3a3; line-height: 23px; padding: 0 0 0 5px; margin: 0 0 10px;}

h4 {font-size: 15px; font-weight: bold; color: #333; margin: 5px 0;}
/* title */
	#title {
		margin: 0 0 0 10px;
		padding: 0;
		height: 180px;
		border: 1px solid transparent;
		
	}
	
	#title h2{
		font-size: 250%;
		font-weight: bold;
		font-family: Trebuchet MS;
		border-bottom-width: 0;
		margin: 80px 0 10px;
		
	}
	#title h4{
		font-weight: bold;
		font-family: Trebuchet MS;
		font-size: 125%;
		border-bottom-width: 0;
		margin: 10px 0 0;
	}








#home_sites {float: left; width: 309px; height: 240px; background:#2a291c url(sites_bg.png) top left repeat-x; border-left: 1px solid #1c1b13;}
#home_sites ul {margin: 1px 10px 9px; padding: 0; list-style: none;}
#home_sites li {margin: 0; padding: 0 0 0 30px; border-top: 1px solid #4d4d44; border-bottom: 1px solid #000; height: 78px; text-align: right; background: transparent url(iconos_sites.png) -5PX 0 no-repeat;}
#home_sites li a {color: #fff; font-size: 11px; line-height: 1.3em; color: #999; display: block; height: 65px; text-decoration: none; padding: 9px 5px 4px 55px; margin: 0 -5px;}
#home_sites li strong {color: #fff; font: normal 20px/1em "Trebuchet MS",arial,helvetica,sans-serif; }
#home_sites li em {color: #999; font-style: normal; }

#home_sites #site_kpb {border-top: none; }
#home_sites #site_kitepedia { background-position: -5px -80px; }
#home_sites #site_foro {border-bottom-width: 0; background-position: -5px -160px;}


#maincol {margin: 10px 20px 10px 10px; width: 600px; float: left;}
#widecol {margin: 10px 20px 10px 10px; width: 740px; float: left;}
#sidecol {margin-top: 10px; width: 300px; float: left;}
#narrowsidecol {margin-top: 10px; width: 160px; float: left;}

.autor {color: #f00;}



.planMainBlock {width: 455px; margin-right: 15px; margin-bottom: 10px; float: left; clear: left;}
.planSideBlock {width: 270px;  float: left; margin-bottom: 10px;}
h3.planSectionHeader {width: 448px; margin-top: 15px; page-break-after: avoid; }

.planMainBlock ul, .planWideBlock ul{list-style:disc; padding-left: 20px;}
.planMainBlock li, .planWideBlock li{margin-bottom: 1em;}

.planWideBlock {margin-bottom: 10px;}


