html,body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image: url(imagenes/bg.jpg); 
}
@font-face {
    font-family: Georgia;
    font-style:  normal;
    font-weight: normal;
    src: url(GEORGIA0.eot);
  } 
 
#pagewidth{ 
 width:625px;
 text-align:left;
 min-height: 600px;margin-left:auto;
 margin:auto; 
     
}

#header{ 
 height:183px;  
 width:625px; 
 background-color: transparent;
 background-image: url(imagenes/cabecera.jpg);
 background-repeat: no-repeat;
 }
 #topbar{
 height:15px; 
 width:625px;
 margin:0;  
 background-color: transparent;
 background-image: url(imagenes/topbar.jpg);
 background-repeat: no-repeat;
 }
 #main{
 clear: both;
 height:100%;   
 width:625px;
 background: url(imagenes/mainbg.jpg) repeat-y;
 text-align:left; 
 margin: 0px;
 padding:0px;   
 }
 #menubox{
 float: left;
 height:220px; 
 }
 
 #contentbox{ 
 float: right;
 width: 456px;
 height: 100%;  
 margin: 0px;
 padding: 0px; 
 }
 
 #bottonbar{
 height:18px; 
 width:625px; 
 background-color: transparent;
 background-image: url(imagenes/bottonbar.jpg);
 background-repeat: no-repeat;
 }
 
 #content{
 height:100%; 
 width:433px;
 text-align:center; 
 }
 #boxmail{
 float: left;
 height:169px; 
 width:132px;
 text-align:left; 
 }
 
.imgborde {
border: 4px solid #6F5305;
}

.textos{
width: 530px;
display: block;
font-family: Georgia, "Georgia",serif;
font-size: 11px; 
color: #F1ECE1;
text-align: justify;
vertical-align: top;
margin-left: 40px;
margin-right: 40px;
word-wrap: break-word;
}



.h1cab{
text-align: center;
}

.h1cab2{
   margin-top: 15px;   
	margin-left: 50px;   
}

ul{
	list-style-type: none;
	margin-left: 60px;
   margin-right: 40px;
}

li{
font-family: Georgia, "Georgia",serif;
font-size: 11px; 
color: #F1ECE1;
word-wrap: break-word;
background-image: url(imagenes/bullet1.gif);
background-repeat: no-repeat;
padding-left: 10px;
background-position: 0 0.8em;
margin-bottom: 20px;
}

.imglink a{
width: 125px;
height: 94px;
display: block;
border: 4px solid #6F5305;
}

.imglink a:hover{
display: block;
border: 4px solid #F2EDE2;
}


.linkmap a{
background-image: none;

}

.linkmap a:hover{
background-image: url(imagenes/iconomenu.gif);
background-repeat: no-repeat;
}

.imgcason{
border: 4px solid #F2EDE2;
vertical-align: top;
margin-left: 40px;
margin-right: 40px;
word-wrap: break-word;
}

#tooltipDiv {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	padding: 5px;
	border-style: solid;
	border-width: 5px;
	border-color: #6F5305;
	background-color: #F0E9DF;
	color: #6F5305;
	font-family: georgia,verdana, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

    

 

