/*
This is an Elated Product - www.elated.com.
Copyright (c) 1996-2008 Elated Communications Ltd.
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5, h6, h7, h8
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
 	color: #fff;
 	background-color: #ffffff;
 	background-repeat: repeat-x;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}


/*
	Headings
*/

h1
{
	font-weight: bold;
	letter-spacing: -0.03em;
	font-size: 2.5em;
 	color: #fff;
 	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h2
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.0em;
 	color: #555;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}

h3
{
	font-weight: bold;
	letter-spacing: -0.03em;
	font-size: 1em;
 	margin: 20px 0 10px 0;
	padding: 0 0 0 0;
}

h4
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 0.8em;
 	color: #555;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}



h5
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1em;
 	color: #555;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}


h6
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.2em;
 	color: #555;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}
h7
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.0em;
 	color: #555;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}


h8
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 0.8em;
 	color: #555;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}


h9
{
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.2em;
 	color: #9BAC10;
 	margin: -5px 0 0 0;
	padding: 0 0 0 0;
}




/*
	Style for standard links
*/

a
{
 	text-decoration: none;
}

a:visited
{

 	text-decoration: none;
}

a:hover
{
 	color: #000000;
 	text-decoration: none;
}

a:visited:hover
{
 	color: #000000;
 	text-decoration: none;
}



/* logo links */

h2 a
{
 	text-decoration: none;
}




h1 a
{
	color: #555;
 	text-decoration: none;
}

h1 a:visited
{
 	color: #000000;
 	text-decoration: none;
}

h1 a:hover
{
 	color: #000000;
 	text-decoration: none;
}

h1 a:visited:hover
{
 	color: #555;
 	text-decoration: none;
}


/* The highlight colour for the logo */








/* 
	BASIC LAYOUT 
*/


/* Outer Container for page */

#outer-container
{
	margin: 0 auto 0 auto;
 	padding: 0 0 0 0;
	width: 960px;
}
 #header2 {
    float:left;
    
    

    font-size:93%;
    line-height:normal;
    }
  #header2 ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }

 
 #header2 li {
  float:left;
  background:url("../images/left_both.gif")
    no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }

#header2 li:hover, #header2 li:hover a {
  background-position:0% -150px;
  color:#333;
  }



 #header2 a {
  float:left;
  display:block;
  background:url("../images/right_both.gif")
    no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }

#header2 #current {
  background-position:0% -150px;
  border-width:0;
  }
#header2 #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }




p.first-p
{
	font-weight: bold;
	border-bottom: 2px solid #d0d737;
	padding-top: 20px;
}



#header3 {
    float:left;
	width:100%;

    font-size:93%;
    line-height:normal;
    }
  #header3 ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }

 
 #header3 li {
  float:left;
  background:url("../images/left_both.gif")
    no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }

#header3 li:hover, #header2 li:hover a {
  background-position:0% -150px;
  color:#333;
  }



 #header3 a {
  float:left;
  display:block;
  background:url("../images/right_both.gif")
    no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }

#header3 #current {
  background-position:0% -150px;
  border-width:0;
  }
#header3 #current a {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }







/* Header */

#header
{
	width: 960px;
 	height: 130px;
 	margin: 0 0 0 0;
 	padding: 0 0 0 0;
}


/* Content wrapper */

#content-container
{
	width: 960px;
}







/* 
	HEADER STYLES
*/


/* logo */

#logo
{
	width: 960px;
	padding: 0;
	margin: 10px 0 10px 0;
}


/* Top navigation */

#navigation
{
	width: 960px;
	margin: 0 0 0 0;
 	padding: 0 0 0 0;
 	float: left;
}






/* HOMEPAGE ONLY */

#top-promo
{
	width: 960px;
	
}
#top-promo-actualidad
{
	width: 960px;
	background-color: #FFFFFF;
}

#top-promo-actualidad p
{
	font-size: 9;
	padding: 12px;
	color: #555;
	font-weight:bold;
	
}
#top-promo-actualidad li 
{   
	font-size: 9;
	padding: 1px;
	color: #555;
	
}

#top-promo-actualidad a
{
	font-size: 9;
	color: #666;
 	text-decoration: none;
}


#top-promo-actualidad a:visited
{
	font-size: 9;
	color: #B4C908;
 	text-decoration: none;
}
#top-promo-actualidad a:hover
{
	font-size: 9;
	color: #B4C908;
 	text-decoration: none;
}






#top-promo-actualidad1
{
	width: 200px;
	background-color: #FFFFFF;
}


#top-promo-actualidad1 p
{
	font-size: 1em;
	padding: 12px;
	color: #9BAD0B;	
}

#top-promo-actualidad1 a
{
	font-size: 0.7em;
	color: #666;
 	text-decoration: none;
}

#top-promo-actualidad1 a:visited
{
	font-size: 0.7em;
	color: #B4C908;
 	text-decoration: none;
}
#top-promo-actualidad1 a:hover
{
	font-size: 0.7em;
	color: #B4C908;
 	text-decoration: none;
}
















#top-promo-actualidad2
{
	width: 250px;
	background-color: #F5F5F5;
}


#top-promo-actualidad2 p
{
	font-size: 1em;
	padding: 12px;
	color: #9BAD0B;	
}

#top-promo-actualidad2 a
{
	font-size: 0.7em;
	color: #666;
 	text-decoration: none;
}

#top-promo-actualidad2 a:visited
{
	font-size: 0.7em;
	color: #666;
 	text-decoration: none;
}
#top-promo-actualidad2 a:hover
{
	font-size: 0.7em;
	color: #B4C908;
 	text-decoration: none;
}





#top-pau p
{
	font-size: 0.9em;
	
	color: #555;
}


#top-pau a
{
	font-size: 0.9em;
	
	color: #555;
}
#top-pau a:visited
{
	font-size: 0.9em;
	
	color: #9BAD0B;
}
#top-pau a:hover
{
	font-size: 0.9em;
	
	color: #9BAD0B;
}







#top-promo-left
{
	width: 490px;
	float: left;
	padding: 0;
	margin: 0;
}


#top-promo-right
{
	width: 450px;
	height: 230px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	background-color: #472583;
	/* Provides the gradient in the coloured box */
	/*background-image: url("../images/bg_box.gif");
 	background-repeat: repeat-x;*/
}


#image
{
	width: 100px;
	height: 100px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	background-color: #472583;
	/* Provides the gradient in the coloured box */
	/*background-image: url("../images/puzle/1bis.gif");*/
 	/*background-repeat: repeat-x;*/
}

#top-promo-right p
{
	font-size: 10;
	padding: 10px;
	color: #FFFFFF;
	font-weight:bold;
	
}


#top-promo-right a
{
	color: #FFFFFF;
 	text-decoration: none;
}


#top-promo-right a:visited
{
	color: #B4C908;
 	text-decoration: none;
}
#top-promo-right a:hover
{
	color: #B4C908;
 	text-decoration: none;
}




#text-columns
{
	width: 960px;
	margin: 20px 0 0 0;
}

#text-column-1
{
	font-size: 0.9em;
	width: 960px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

#text-column-2
{
	font-size: 1.3em;
	width: 340px;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

#text-column-3
{
	font-size: 0.9em;
	width: 220px;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
}






/* SUBPAGES ONLY */


#content-left
{
	width: 950px;
	float: left;
	padding: 0;
	margin: 0;
}

#content-right
{
	width: 360px;
	min-height: 400px;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	/* Provides the gradient in the coloured box */
	background-image: url("../images/bg_box.gif");  						
	background-repeat: repeat-x;
}

#content-right p.big
{
	font-size: 1.2em;
	padding: 10px;
}

#content-right p
{
	font-size: 0.9em;
	padding: 10px;
}



#content-left p.big
{
	font-size: 1em;
	padding: 0;
}

#content-left p
{
	font-size: 0.8em;
	padding: 0;
}

#content-left p.narrow
{
	width: 340px;
}
p.mini
{ font-size:9px;
}




a.pau
{ font-size:10px;
color: #000000;
font-weight:bold;
}

a.pau:hover
{ font-size:10px;
color: #000000;
font-weight:bold;
}

#content-left a
{
 	text-decoration: none;
}


#content-left a:visited
{
	color: #B4C908;
 	text-decoration: none;
}
#content-left a:hover
{
	color: #B4C908;
 	text-decoration: none;
}


/*
	Footer styling
*/

#footer
{
 	height: 29px;
 	margin: 10px 0 0 0;
 	padding: 10px 0 0 0;
 	border-top: 1px solid #222;
}

#footer p
{
	font-size: 0.7em;
	color: #555;
	
}



#footer a
{
	font-size: 1em;
	color: #B4C908; 
	font-weight:bold;
	
}


/* Clearing element */

.clear
{
  position: relative; 
  clear: both; 
  height: 0; 
  line-height: 0; 
  font-size: 0;
}

/*
	Standard images
*/

img
{
	border: none;
}


