/* --------- 1. defaults  --------- */

* {
	margin:0;
	padding:0
}
html, body {
	background:url(images/bg.jpg) repeat-x #dbdad2;
	color:#000;
	margin:0;
	padding:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ------------------------------------------------------------------------------ LINKS */ 
a:link {
	text-decoration: none;
	/*
	color:#FFF;
	background-color: #588DD0
	*/
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: 0;
}



a:link img{
	border: 4px solid #FFF;
}
a:hover img{
	border: 4px solid #588DD0;
}
/* ------------------------------------------------------------------------------ WRAP */ 

#wrap {
	width: 820px;
	margin:30px auto;
	text-align: left;
}
/* ------------------------------------------------------------------------------ AREA*/ 

#area {
	width:800px;
	padding:10px;
}
/* ------------------------------------------------------------------------------ HEADER*/ 

#header {
	height: 121px;
	padding-bottom:10px;
	background:url(images/bg_menu.jpg) repeat-x;
	position:relative;
}
#logo {
	float:left;
	width:210px;
	height: 121px;
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------------------------ SIDEBAR*/ 

#sidebar {
	float: left;
	width: 206px;
}
/* ------------------------------------------------------------------------------ CONTENT */ 

#content {
	padding: 10px;
	background: #f2f2f2;
}
#content h1 {
	font-weight: bold;
	font-size:13px;
	margin-bottom: 10px;
}
#content .storytitle, .storydate, .storylink {
	font-size:120%;
}
#content .morenews {
	padding-left:10px;
}
#content p {
	margin:10px 0;
	text-align:justify;
}
/* ------------------------------------------------------------------------------ SUB_CONTENT*/ 

#sub_content {
}
/* ------------------------------------------------------------------------------ FOOTER */ 

#footer {
	width:820px;
	margin:-23px auto;
	padding-bottom:30px;
	text-align: center;
	font-size:11px;
	color: #6d6d69;
}
#footer a {
	color:#5285c2;
	background-color:#DADAD2;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	display:inline;
	margin:0;
}
#footer_left {
	width: 50%;
	float:left;
	text-align:left;
}
#footer_right {
	width: 50%;
	float:right;
	text-align:right;
}
/* ------------------------------------------------------------------------------ WHITE BOX*/ 

.white_box {
	border:1px solid;
	color: #ebe7da;
	padding:10px;
}
.whitebox_h1 {
	font-weight:bold;
	font-size:14px;
	color: #325b8d;
}
.white_box p {
	font-size:11.5px;
	color: #000;
}
/* ------------------------------------------------------------------------------ BLUE BOX*/ 

#blue_box {
	border:1px solid;
	color: #254163;
	background: #386398;
	padding:10px;
	height:57px;
	color: #fff;
}
#blue_box h1 {
	font-size:14px;
}
#blue_box p {
	font-size:12px;
	text-align:center;
}
/* ------------------------------------------------------------------------------ CONTACT-AREA*/ 
#contact-area {
	margin-top: 2px;
	border: 1px solid #fff;
}
#contact-area p {
	font-size:1em;
	border: 1px solid #fff;
}
#contact-area input, #contact-area textarea {
	padding: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 3px 0px;
	border: 1px solid #ccc;
}
#contact-area textarea {
	height: 45px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #CCC;
}
#contact-area input.submit-button {
	width: 70px;
	border:none;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 50px;
	padding-top: 5px;
	font-size: 1em;
}
/* ------------------------------------------------------------------------------ BLUESLATE NAV */ 
.blue #slatenav {
	width:590px;
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/blueslate_background.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	float:right;
	margin-top:79px;
}
.blue #slatenav ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.blue #slatenav ul li {
	display:block;
	float:left;
	margin:0;
}
.blue #slatenav ul li a {
	display:block;
	float:left;
	color:#575c66;
	text-decoration:none;
	padding:15px 15px 0 15px;
	height:28px;
	background:transparent url(images/blueslate_background.gif) repeat-x top left;
}
.blue #slatenav ul li a:hover, .blue #slatenav ul li a.current {
	color:#fff;
	background:transparent url(images/blueslate_backgroundOVER.gif) no-repeat top center;
}
/* ------------------------------------------------------------------------------ BLUESLATE NAV 2 */ 
.blue #slatenav2 {
	width:590px;
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/blueslate_background.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	float:right;
	margin-top:50px;
}
.blue #slatenav2 ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.blue #slatenav2 ul li {
	display:block;
	float:left;
	margin:0;
}
.blue #slatenav2 ul li a {
	display:block;
	float:left;
	color:#575c66;
	text-decoration:none;
	padding:15px 15px 0 15px;
	background:transparent url(images/blueslate_background.gif) repeat-x top left;
	height:28px;
}
.blue #slatenav2 ul li a:hover, .blue #slatenav2 ul li a.current {
	color:#fff;
	background:transparent url(images/blueslate_backgroundOVER.gif) no-repeat top center;
}
/* ------------------------------------------------------------------------------ BADGE */ 
#submenu {
	padding:7px;
	float:right;
	width:575px;
	text-align:left;
}
#submenu ul {
	font-size:11px;
}
#submenu ul li {
	padding-left:10px;
	display:inline;
}
#submenu ul li a:link {
	text-decoration:none;
}
#submenu ul li a:visited, #submenu ul li a:hover {
	background:#588DD0;
	color: #D9DCDD;
}
/* ------------------------------------------------------------------------------ BADGE */ 
#topleft {
	position: absolute;
	right: 0px;
	top: 0;
	height: 78px;
	width: 130px;
	z-index:1;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='test.png',sizingMethod='scale');*/
}
/* ------------------------------------------------------------------------------ LEFT IMAGE */ 
#left_image {
	float:left;
	width:200px;
}
/* ------------------------------------------------------------------------------ RIGHT CONTENT */ 
#right_content {
	float:right;
	width:530px;
	padding: 15px;
	height:auto;
	min-height: 472px;
}
#right_content h1 {
	font-size:24px;
	color: #325b8d;
	padding-top:30px;
}
#right_content h2 {
	font-size:15px;
	color: #325b8d;
}
#right_content p {
	font-size:13px;/*
	color: #333;*/
}
#right_content h4 {
	font-weight:bold;
	font-size:11px;
	text-align:right;
}
#right_content h4 a {
	text-decoration:none;
	color:#588DD0;
	background-color:#FFF;
	color:#5283bf;
}
#right_content h4 a:hover, #right_content h4 a:visited {
	color: #E92612;
}
/* ------------------------------------------------------------------------------ FULL CONTENT */ 
#full_content {
	float:right;
	width:750px;
	padding: 15px;
	height:auto;
	min-height: 472px;
}
#full_content h1 {
	font-size:24px;
	color: #325b8d;
	padding-top:30px;
}
#full_content p {
	font-size:13px;/*
	color: #333;*/
}
#full_content h4 {
	font-weight:bold;
	font-size:11px;
	text-align:right;
}
#full_content h4 a {
	text-decoration:none;
	color:#588DD0;
	background-color:#FFF;
	color:#5283bf;
}
#full_content h4 a:hover, #full_content h4 a:visited {
	color: #E92612;
}
/* ------------------------------------------------------------------------------ BREADCRUMPS */ 
#brea {
	display: block;
	width: 96%;
	margin: .5em 0 1em 0;
	padding-bottom: 1em;
	font: normal 1em/120% Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	background: url(images/auxiBreaLine.gif) repeat-x bottom left;
}
#brea a {
	color: #900;
	text-decoration:none;
	background-color:#FFF;
}
#brea a:hover {
	text-decoration:underline;
}
#brea em {
	font-style: normal;
}
#brea strong {
	color: #5283bf;
}
#brea strong a {
	font-weight: normal;
}
p.subBrea {
	margin: 0;
	height: 25px;
	padding: .2em 0 .2em 0;
	font: normal normal normal .7em/140% verdana !important;
	color: #CC9E66 !important;
}
p.subBrea a.acti {
	font-weight: bold;
	color: #6B4F2E !important;
}
/* ------------------------------------------------------------------------------ FONDOS BLANCOS */ 
.white_box, #area, #contact-area input.submit-button, #right_content, #full_content {
	background:#FFF;
}
/* ------------------------------------------------------------------------------ DIRECCIÓN CONTACTO */ 
#left {
	width: 100%;
	float:left;
}
#left h3{
	font-size:13px;
	color: #325b8d;
}
#right{
	width: 100%;
	float:right;
	text-align:left;
}
#right h3{
	font-size:13px;
	color: #325b8d;
}
#right a:link{
	background:#FFF;
	color:#325b8d;
	text-decoration:none;
}
#right a:hover, a:visited{
	background:#FFF;
	color:#325b8d;
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------ VARIOS */ 
.grayboxes {
}
.table {
	margin:8px auto;
}
.table td.middle {
	padding-left: 7px;
	padding-right:7px;
}
#space {
	padding:30px;
}
#clear {
	clear:both;
}

/*.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/





#customForm input.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}  

#customForm textarea.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}  

#customForm div span.error{  
    color: #e46c6e;  
} 

#noBlue a:link img{
	border: none;
}

#noBlue a:hover img{
	border: none;
}



.navegacion_galeria a{
	font-size:10px;
	color:#588DD0;
	border:solid 1.5px #588DD0;
	text-decoration:none;
	background-color:#fff;
	padding:3px 5px;
	margin:1px;
}

.navegacion_galeria{
	margin-top:15px;
}

.navegacion_galeria a:hover{
	font-size:10px;
	color:#fff;
	border:solid 1.5px #588DD0;
	text-decoration:none;
	background-color:#588DD0;
	padding:3px 5px;
	margin:1px;
}

.navegacion_galeria a:active{
	font-size:10px;
	color:#fff;
	border:solid 1.5px #588DD0;
	text-decoration:none;
	background-color:#588DD0;
	padding:3px 5px;
	margin:1px;
}

