/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
text-align:center; background:ffffff;
}

.footPage {color: #8A612D; font-weight: bold; font-size:12px;}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #8A612D;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/*Layout Hechas x mi*/
#Logo {
    position:absolute;
	left:-11px;
	top:-3px;
	width:200;
	height:693px;
	z-index:2;
	background-color: #3a1e07;
	}

#Division {
	position:absolute;
	left:219px;
	top:73px;
	width:770px;
	height:3px;
	z-index:5;
	background-image:url(Images/menu_selected_1.gif);
	
}

#Division2 {
	position:absolute;
	left:219px;
	top:75px;
	width:3px;
	height:611px;
	z-index:6;
	background-image:url(Images/menu_selected_2.gif);
}


#Titulo {
	position:absolute;
	left:203px;
	top:11px;
	width:298px;
	height:60;
	z-index:4;
}

#Slide{
	position:absolute;
	left:257px;
	top:121px;
	width:874px;
	height:2252px;
	z-index:1;
}

#Contenido {
	position:absolute;
	left:233px;
	top:89px;
	width:550px;
	height:420px;
	z-index:1;
}

#Contenido_txt {
	position:absolute;
	left:236px;
	top:86px;
	width:583px;
	height:436px;
	z-index:1;
}

#ContenidoLogos {
	position:absolute;
	left:233px;
	top:128px;
	width:230;
	height:121;
	z-index:1;
}

.styleContenido {
	font-family: "Calisto MT";
	color: #8A612D;
	font-weight: bold;
	font-size: 14px;
	fon
}

#FootPage {	position:absolute;
	left:222px;
	top:689px;
	width:726px;
	height:22px;
	z-index:10;
}
/************end Layout Hechas x mi*********************/

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/*#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}*/

#masthead{
	position: absolute;
	top: 2px;
	left: 251px;
	right: 2%;
	width:756px;
	height: 83px;
	
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #3a1e07;
	font-weight: normal;
	font-family:vivaldi;
	font-size: 250%; 
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 651px;
	min-width: 640px;
	height: 32;
	color: #efBA48;
	padding: 0px;
	margin: 0px;
	background-image: url(Images/menu_background.gif);
	left: 376px;
	top: 8px;
	
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: -2px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 1px;
	right:-1px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 28px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: -67px;
	z-index: 100;
	width: 777px;
}


a.glink, a.glink:visited{
  	font-size:14px;
  	color: #3a1e07;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #3a1e07;
}

a.glink:hover{
  	background-image: url(Images/menu_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 76px;
	left: 236px;
	min-width: 800px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: visible;
	color: #3a1e07;
	font:"Juice ITC";
	font-size:16px;
	width: 823px;

}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #efBA48;
}

.subglobalNav a:hover{
	color: #3a1e07;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}



/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/

