﻿/*
  	-- -- -- -- -- -- --
  	Base CSS Styles
  	-- -- -- -- -- -- --
*/


/* All IE specific styles can be found in a file called hacks.css */

/****************************************/
/*** Classes for General elements       */
/****************************************/
body {	
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#ffffff;
} 
 
ul { margin-left: 5px; }
	
p { margin-bottom:12px;}

a {color:#446f7e;text-decoration:underline;}

a:visited {color:#446f7e;}

a:hover{color:#FF6600}

a.featured {font-weight:bold;}

a:link,
a:visited,
a:active{-moz-outline:none;}
	
h1 {
    font-size:1.8em;
    margin-top:10px;
    margin-bottom:10px;
    color:#446f7e;
    font-family:Arial,Tahoma,Verdana;
    border-bottom:2px solid #D8E9EC
}

h2 {
    font-size:16px;
    font-weight:bold;
    font-family:Arial, Verdana;
    margin-top:10px;
    margin-bottom:10px;
}

.clear {clear:both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/****************************************/
/*** Color Classes                    ***/
/***************************************/

.bluesoft_genoom	{color:#b3cdd6;} 

.bluedark_genoom	{color:#446f7e;}

.grey				{color:#757575}

/****************************************/
/*** Classes for Custom Styles          */
/****************************************/

.wrapper { position:relative; }
.bg-tree {	position:absolute;right:10px;background:url(../images/backgrounds/tree.png) no-repeat 0 0;width:180px;height:90px;filter:alpha(opacity=80);opacity:0.8;}

#content {
	margin:20px 20px 20px 260px;
    text-align:justify;
	line-height:1.4;
	padding:0 10px;
	font-size:1.2em;
	background:#fff;
	min-height:450px;
	
}
#content ul { margin:10px 0; list-style-type:circle; list-style-position:inside;}

#content ul.list-links li, #content ul.list-images li {
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:0.5em;
}
#content ul.list-links {
	background:#FFF7D9;
	display:inline-block;
	border:1px solid #FFF1B9;
	margin-bottom:20px;
	padding:5px 10px;
}
#content ul.list-links li a {
	background:#FFF7D9 url(../images/bullets/li.png) no-repeat 0 3px;
	font-size:1.2em;
	font-weight:bold;
	padding-left:20px;
	min-height:16px;
	_height:16px;
	display:inline-block;
}
#content ul.list-images 
{
    width:100%;
    overflow:hidden;
    margin-bottom:10px;
}
#content ul.list-images li 
{
     display:inline;
     float:left;
     margin-right:30px;
 
}

#content ul.list-images img 
{
    display:block;
    margin-bottom:10px;
    height:122px;

}
#content .section-1 ul.list-links,
#content .section-2 ul.list-links		{ background:none;border:0;margin-bottom:10px;}

#content .section-1 ul.list-links li a,
#content .section-2 ul.list-links li a	{ padding-left:10px;background:transparent url(../images/bullets/bullet.png) no-repeat 0 7px;}

.section-1 {
	background:transparent url(../images/backgrounds/tree.jpg) no-repeat 100% 0;
	margin-bottom:30px;
	min-height:200px;
	padding-right:250px;
}
.section-2 {
	background:transparent url(../images/backgrounds/bg-searcher.gif) no-repeat 0 0;
	min-height:298px;
	padding-left:200px;
}


.left  { float:left; }
.right { float:right; }
.center { text-align:center;}

.lcase {text-transform:lowercase}
.capitalize { text-transform:capitalize }


/****************************************/
/*** Classes for Content Area        */
/****************************************/

.pannel {
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
	background:#fff url(../images/backgrounds/bg-side.gif) repeat-y left top;
}
#toc {
	width:240px; 
	float:left;
	font-size:1.1em;
    margin-right:-240px;
    display:inline;
    min-height:405px;
    margin-top:14px;
}
#toc ul		{ padding:8px 18px} 
#toc ul li	{ padding-bottom:6px;font-size:1.1em;color:#4F787C;}
#toc ul li a {
	background:url(../images/toc/item.png?v=200812091300) no-repeat 0 0;
	width:170px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	color:#446F7E;
	position:relative;
	z-index:1;
	display:block;
	padding-left:20px;
	cursor:pointer;
	position:relative;
	text-decoration:none !important;
	font-weight:bold;
	font-size:1.1em
}
#toc ul li a:hover, .home #toc ul li#navItem1 a,
.arbolgenealogico #toc ul li#navItem2 a,
.genealogia #toc ul li#navItem3 a,
.apellidos #toc ul li#navItem4 a,
.heraldica #toc ul li#navItem5 a,
.links #toc ul li#navItem6 a,
.libros #toc ul li#navItem7 a			{ background-position:0 -25px;}

.gotogenoom { position:relative;color:#446E7E;background:url(../images/backgrounds/bg-box-go-bottom.gif) no-repeat 17px 100%;margin-top:20px;padding-bottom:24px;width:223px;text-align:center;font-size:1.2em;}

.gotogenoom h2 { color:#4C7787;padding:0 10px 10px;font-size:1.6em}
.gotogenoom h2 a { text-decoration:none;}
.gotogenoom .box {
	background:url(../images/backgrounds/bg-box-go.gif) no-repeat left top;
	width:200px;
	min-height:120px;
	padding-top:30px;
	padding-left:23px;
}

.gotogenoom a.btn-go {
	background:url(../images/buttons/button-go.gif) no-repeat left top;
	width:159px;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	display:block;
	margin:0 auto;
	font-weight:bold;
	text-decoration:none !important;
	font-size:1.3em;
}
