*{margin:0; padding:0;}

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
}

img	{
	border: 0;
}

h1
	{
	font: 14px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000BB;
	text-transform: uppercase;
	padding-bottom:10px;
	}
h2
	{
	font: 23px/20px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000BB;
	}

h3
	{
	font: 14px/22px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000BB;
	text-transform: uppercase;
	margin-bottom: 5px;
	}


h4
	{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #0033FF;
	text-transform: uppercase;
	text-align:left;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	margin-bottom:5px;
	}

h5
	{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	}

#container{
width:760px;
margin:auto;
text-align:left;
background:#ffffff;
}

#header{
height:95px;
width:758px;
background: url(images/header_bg.gif) top left repeat-x;
margin: 0;
padding-top: 10px;
border-bottom: 2px solid #000099;
}

#header_logo{
color: #0000BB;
}

#header_search{
padding-top:10px;
float:right;
}

#menu_top
	{
	text-align: right;
	font-size: 11px;
	}
	
#menu_top a
	{
	text-decoration: none;
	}
	
#menu_top a:hover, #menu_top a:active
	{
	text-decoration: underline;
	}

#menu_top ul
	{
	display: block;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	}
	
#menu_top li
	{
	position: relative;
	margin: 0px;
	display: inline;
	list-style: none;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #959595;
	}
	
#menu_top li.end
	{
	border-right: none;
	}


#banner
	{
	width:760px;
	padding-top: 10px;	
	}

/**************** Content styles ****************/

#content{
float:left;
width:550px;
padding: 10px 0 10px 5px;
}

#content a {
	color: #0000BB;	
	text-decoration: underline;
	}

#content a:hover, #content a:hover
	{
	background: #0033FF;
	color: #FFFFFF;
	text-decoration: none;
	}


#content p, #content h2
	{
	padding: 0 0px 8px 0px;
	line-height: 20px;
	text-align:justify;	
	}

.module a:hover, .module a:active {
	color: #CD19C7;
	}

.module {
	width: 530;
	height: 120px;
	border: 1px solid #CBCBCB;
	display: block;
	float: left;
	background-color: #F5F5F5;
	margin-bottom: 10px;
	padding: 10px;	
	}

.module2	{
	width: 245px;
	height: 131px;
	background-color: #F5F5F5;
	border: 1px solid #CBCBCB;
	display: block;
	margin-bottom: 10px;	
	float: left;
	padding: 10px;		
	margin-right: 15px;	
	}

.module3	{
	width: 245px;
	height: 131px;
	background-color: #F5F5F5;
	border: 1px solid #CBCBCB;
	display: block;
	margin-bottom: 10px;	
	float: left;
	padding: 10px;		
	}



.modsubtitle {
	color: #502E50;
	font-weight: bold;
}

.alignleft	{
	padding-right:10px;
	float: left;
}

.imgalignleft
	{
	margin: 10px;
	float: left;
	}

.breadcrumb
	{
	font-size: 10px;
	}

#arbolDetalle
	{
	/* center */
	margin: 0px auto;          
	margin-top:10px;
	width: 400px;   
	}
	
#arbolDetalleHead 
	{
	background-color: #C4D4F3;
	}
	
#arbolDetalleHead p
	{	
	text-align:center;
}

#arbolDetalleBody 
	{

	}
	
.arbolSmall {
	font-size:10px;
}

.arbolBack {
	font-size:10px;
	text-align:center;
}


/**************** Sidebar styles ****************/

#right{
	float:right;
	width:180px;
	padding: 50px 5px 0px 10px;
	line-height:1.4em;
	margin-bottom:20px;

}

#right_base, #left_base
	{
	font-size: 1px;
	width: 100%;
	height: 2px;
	background-color: #0033FF;
	margin-bottom: 1px;
	}

#submenu
	{
	font-size: 13px;
	font-weight: normal;
	list-style:none;
	}
	
#submenu a
	{
	text-decoration: none;
	border-left: 2px solid #999999;
	padding-left: 5px;
	display: block;
	border-bottom: 1px dotted #999999;	
	}

#submenu a:link
	{
	color: #1100FF;
	}

#submenu a:visited
	{
	color: #999999;
	}
	
#submenu a:hover, #submenu a:active
	{
	color: #ffffff;
	background: #0000BB;
	border-left: 2px solid #006699;
	}
	
#submenu .active
	{
	color: #555555;
	border-left: 2px solid #CD19C7;
	}

/**************** Footer styles ****************/

.copyright 
	{
	color: #959595;
	}
	
#footer
	{
	clear:both;
 	width:758px;
	background-color: #FDFDFD;
	border-top: 2px solid #0033FF;
	font-size:0.8em;
	text-align: center;
	padding-top:5px;
	}
	
#footer a { color: #959595; text-decoration: underline; 	}	
#footer a:hover, #footer a:active 	{ 	text-decoration: underline;	}

.superindice 
{vertical-align:super} 

.subindice 
{vertical-align:sub} 

#containerGoogleResults
	{
	position: absolute;
	height: auto;
	top: 130px;
	left: 50%;
	margin-left: -374px;
	}
