/* Edited with EditCSS */
/**** LINK-tag style sheet Jardindeluz3-c.css ****/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Georgia, Times New Roman, Times, serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
	}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: underline;
}


a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 250%;
 color: #000000;
 margin: 0px;
 padding: 3px;
 
}

h2{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 114%;
 color: #006699 ;
 background-color:#FFFFFF;
 margin: 0px;
 padding: 5px;
}

h3{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 100%;
 color:  #006699;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
 list-style-image:url("../imagenes/BACK/puntoazul.gif")
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Georgia, Times New Roman, Times, serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
/************** .languaje link style *****************/
a.idioma
{
	background-color: #0099CC;
	color:#FFFFFF;
	font-size: x-small;
	padding:1px 2px 0 2px;
	text-decoration:none;
	border:1px solid transparent;
}
a.idioma:hover{
	background-color:#FFFFFF;
	color:#0099CC;
	font-size: x-small;
	padding:2px 2px 0 2px;
	text-decoration:none;
	border:1px solid blue;
	
}
.Estilo4 {font-size: small}

/* ********** Idioma Actual ****************/

.IdiomaActual{
	background-color:#FFFFFF;
	color:#0099CC;
	font-size: x-small;
	font-weight:bold;
	padding:2px 2px 0 2px;
	text-decoration:none;
	border:1px solid blue;
	border-bottom:0px;
	
}
.PaginaActual{
	background-color:#FFFFFF;
	color:#000000;
	font-size:inherit ;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	text-decoration:none;
	border-bottom:1px solid blue;
}

/***********************************************/
/*             Layout Divs                     */
/***********************************************/
/*  ROUND CORNER BOX  */

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#F7F7F7; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block;
    background-color: #C6DDF4  ;
    margin: 0px auto;
    width: 100%;
	
	 }
/* END ROUND CORNER BOX (Wrap all the content */


#pageWrapper
{
	font-size: 100%;	/* set your default font size here. */
	background-color:  transparent;
	
	min-width: 30em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: auto; /* set: auto; for fluid */
 	margin:0 auto ;
	padding: 0px;
	 	
}
.RosaHalo{
	background: url("../imagenes/generales/rosa-halo.jpg") no-repeat bottom right;
}

#TOP-IZQ {
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
	height:341px;
	z-index:2;
	background: url("../imagenes/generales/BUDA-top-turquesa.gif") no-repeat left top;
	overflow:hidden;
	visibility: visible;
	}

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: #0066FF url("../imagenes/generales/azul-deg-vertical.jpg") repeat-x bottom;
	
}

#masthead img{
	margin:0 10px 0 0;
}

#navBar{
	position: absolute;
	top:245px;
	left:60px;
	width: 195px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	z-index: 9;
	visibility: visible;
	
}
#LOTO {
	position:absolute;
	left:25px;
	top:468px;
	width:240px;
	height:243px;
	z-index:1;
	background: url("../imagenes/generales/flor-loto-back-turquesa.jpg") no-repeat top center;
	visibility: visible;
}

#RocasFondo{
	background: url("../imagenes/BACK/rocks-mitad.gif") bottom left fixed no-repeat;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index: 7;
	width: 550px;
	height: 145px;
	margin: 0 ; /* original 0 0 -50px 0 */
	padding: 0;
	visibility: visible;
}
/************** #headlines styles **************/

#headlines{
	overflow:hidden;
	float:right; 
	width:2%;
	min-height:600px;
	height:100%;
	margin:10px 0px;
	/*background:url("../imagenes/generales/mar.gif") repeat-y right; */

}
#headlines p{
	padding: 5px 0px 5px 0px;
}


/*  originalmente

html>body #extraDiv1
{
	margin: 0 0 0 0;
}
	 */
#content{
	position:absolute;
	top:195px;
	left:220px;
	width:61%;
	margin:0px;
	padding:0px;
	background-color:transparent;
	z-index: 3;
	visibility: visible;
}
/************** .story styles *****************/

#story{
	clear: both;
	padding: 5px 10px 5px 15px;
	font-size:100%;
	margin:0px 0px 10px 60px;
	width:95%;
	height:500px;
	font-size:0.9em;
	color:#000066;
	border:2px dotted white;
	text-indent:15px;
	overflow: auto;
}
.RejillaBlanca{
	background:url("../imagenes/BACK/rejilla-blanca-1.gif") ; 
	}
.RejillaNaranja{
	background:url("../imagenes/BACK/rejilla-naranja-1.gif") ;
}

#story h3{
	background-color: #3399FF;
	color:#FFFFFF;
	padding:3px 0px;
}

#story p{
	padding: 0px 0px 10px 0px;
}
#story ul{
	list-style-type:disc;
	}
#story img{
	margin: 5px;
}
#story a {
	font-weight: bold;	
	color: #000066;
	text-decoration:none;
}

#story a:hover {
    font-weight: bold;
	background-color:#FFFFFF;
	color: #000066;
}
.ACTUAL{
	background-color:#FFFFFF;
	color:#000066;
	padding: 3px 4px 3px 4px;
	/* border:1px solid #000066;
	border-bottom:0px;  */
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

#siteName img{
	margin: 0 40px 8px 0;
	
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 15px;
color: #cccccc;
background-color:transparent;
}

#globalNav img{
 display: block;
 margin:0px 2px;

}

#globalNav h2 {
	
	padding: 10px 0 0 0;
}
/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 110px;
	margin:5px 20px 0px 20px;
	background: url("") no-repeat top right; 
	
}


/************** .feature styles ***************/

.feature{
	width:97%;/*  55%; para que ocupe igual que el resto */
	padding: 5px 10px;
	font-size: 70%;
	background-color: transparent;
	margin:10px 5px 10px 15px;/* si width: 95%; cambier el 15px ultimo por 150px */
	border:1px dotted #000066;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #0033CC;
	padding: 2px 10px;
	background:url("../imagenes/generales/mar.gif") ;
	visibility: visible;
	z-index: 6;
}

/* #siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}*/


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	height: 80px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0 0 0 25px;
	padding: 0px;
	
	font-size: 90%;
	background-color: transparent; 
	width:120px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks h2{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #dddddd ;
	text-decoration:none;
	padding: 2px 0px 2px 10px;
	color:#000;
	font-size: 85%;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	
}
 
#sectionLinks a:hover{
	
	color: #FFFFFF;
	background-color:#0000CC ;
	font-size: 85%;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	height:290px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}



	


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	height:290px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}
vert img{
	display: block;
}
/********* condicionales IE ******/
#alter{
	clear: both;
	font-size: 75%;
	color: #0033CC;
	padding: 2px 10px;
	background:#0066FF url("../imagenes/BACK/rocks-mitad.gif") bottom left fixed no-repeat;
	visibility: visible;
	z-index: 10;
}

[if lt IE 7]>

#RocasFondo{
display: none;
}
#alter {
display: block;
}

<![endif]
