
body 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color:#333;
}

#page_container 
{
	width: 700px;
	margin: 0 auto;
	
}

a:link,
a:active,
a:visited 
{
	color: #36F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/*header*/
#header_container 
{
	border-bottom: solid 1px  #BEBFB7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#header {
	padding: 0;
	margin: 0;
	height: 71px;
	position: relative;
}
#header h3.logo {
	height: 71px;
	float: right;
	width: 166px;
	
	background-repeat: no-repeat;
	background-image:url(/frame/graphics/logo.jpg);
}
#header h3.logo strong {display:none}

/*SitePath*/



/*Menu*/
ul.menu 
{
	list-style:none;
	padding: 0;
	margin:0;
	width: 510px;
	font-size: 12px;
	
	position:absolute;
	bottom: -16px;
}

ul.menu li 
{
	width: 130px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 2px;
	text-align:center;
}

ul.menu li  a:link,
ul.menu li  a:active,
ul.menu li  a:visited 
{
	color: #333;
	text-decoration:none;
	display:block;
	height: 16px;
	padding: 3px;
	border: solid 1px  white;
}

ul.menu li  a:hover 
{
	background-color: #CCC;
	border: solid 1px  #CCC;
}


h1 
{	
	font-size: 40px;
	font-weight: normal;
	margin: 10px 0;
}


/*footer*/
#footer_container 
{
	margin-top: 100px;
	border-top: solid 1px  #BEBFB7;
	text-align: center;
}


#footer .footerLink
{
	font-size:10px;
}

#footer .footerLink a:link,
#footer .footerLink a:active,
#footer .footerLink a:visited 
{
	color:#666;
	text-decoration:none;
}

#footer .footerLink a:hover 
{
	text-decoration:underline;
}

/*Links a sitios*/
.SectionContent 
{
	margin-top: 40px;
}

.Site 
{
	margin : 20px 0;
}

.Site h4 
{
	font-size: 18px;
	margin: 0;
	font-weight: lighter;
}
.Site p.Description 
{
	margin: 2px 0 0 40px;
	padding-left:10px;
	border-left: 1px solid #BEBFB7;
}

.Site h4 a:link,
.Site h4 a:active,
.Site h4 a:visited 
{
	color: #36F;
	text-decoration: none;
}
.Site h4 a:hover
{
	text-decoration: underline;
}

.DirectorySection 
{
	margin : 20px 0;
}

.DirectorySection h3 
{
	font-size: 24px;
	margin: 0;
	font-weight: lighter;
}
.DirectorySection p.Description 
{
	margin: 2px 0 ;
}

.DirectorySection h3 a:link,
.DirectorySection h3 a:active,
.DirectorySection h3 a:visited 
{
	color: #36F;
	text-decoration: none;
}
.DirectorySection h3 a:hover
{
	text-decoration: underline;
}

.SectionSubCategories h2 
{
	font-size: 14px;
	font-weight: normal;
	margin: 2px  0;
}

.SectionSubCategories h3
{
	font-size: 12px;
	font-weight: normal;
	margin: 2px  0;
}

.SectionSubCategories 
{
	margin-top: 40px;
	padding: 4px;
	border-top: solid 1px #CCC;
}

.SectionContent h2 
{
	font-weight: normal;
	font-size: 14px;
}

.SitePath  a:link,
.SitePath  a:active,
.SitePath  a:visited 
{
	color:#C33;
	text-decoration: none;
}
.SitePath  a:hover
{
	text-decoration: underline;
}

#content strong
{
	font-weight: bold;
}

/*Form de contacto*/
.defaultForm em.requerido, 
.defaultForm .NotificacionError
{
	color: #C33;
}

.defaultForm textarea {
	display:block;
	width: 600px;
}

.defaultForm ol {
	padding: 0;
	list-style: none;
}
.defaultForm li
{
	margin: 20px 0;
}

.defaultForm fieldset
{
	border: none;
}

.defaultForm textarea,
.defaultForm input
{
	border: solid 1px #999;
}


.defaultForm .submit a:link,
.defaultForm .submit a:active,
.defaultForm .submit a:visited
{

	width: 100px;
	text-align:center;
	
	color: #333;
	text-decoration:none;
	display:block;
	height: 16px;
	padding: 3px;
	border: solid 1px  white;
	
	background-color: #CCC;
	border: solid 1px  #CCC;
}

.defaultForm .submit a:hover 
{
	border: solid 1px  #999;
}

/*Notificaciones*/
.Notification h4,
.Notification p
{
	margin: 4px;
	padding: 0;
}

.Notification.Success
{
	color: #36F;
	border: solid 1px #36F;
	padding: 4px;
	margin: 10px;
}

.Notification.Error
{
	color: #C33;
	border: solid 1px #C33;
	padding: 4px;
	margin: 10px;
}


/*Adds*/
.BloqueHtml.Header 
{
    display:block;
    width: 336px;
    height: 280px;
    margin: 30px 0px 0px 30px;
    padding: 4;
    
    float: right;
    border: solid 1px  #BEBFB7;
}

.BloqueHtml.Footer 
{
    clear: both;
    
    display:block;
    
    width: 728px;
    height: 120px;
    
    margin: 0px;
    padding-top: 30px;
}