
/* CSS Document */


body {
/*    background:url('images4/fondo.png') repeat; */
    background:url('images2/fondo.png') repeat;
    margin:0;
    text-align:left;
    font-family:Verdana,Helvetica;
    font-size:small;
    color:#be8e5c;
  }

a
{
  	font-family:inherit;
  	color: #FFFFFF;
	text-decoration:underline;
}

a:hover
{
  	font-family:inherit;
	color: #000000;
	text-decoration:underline;
}

.hr {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px dashed #fe821a;
    margin-bottom:5px;
    height:10px;
    width:90%;
  }


img {
    border:0;
  }


ul {
    list-style-type:none;
    text-align:justify;
    padding:0;
    margin:0;
  }


li {
    list-style-type: circle;
    padding-left:15px;
    margin-top:5px;
  }


.li {
    background:inherit;
    list-style-type: circle;
    margin-left:35px;
    padding-left:15px;
    margin-top:5px;
  }


.li2 {
    background:inherit;
    list-style-type: square;
    margin-left:55px;
    padding-left:15px;
    margin-top:5px;
  }


#global_sup_izq {
    background-image : url('images4/marco_sup_izq.png');
    background-repeat : no-repeat;
    height : 17px;
    margin-bottom : 0;
    margin-left : 40px;
    margin-right : 40px;
    margin-top : 40px;
    padding-left : 17px;
  }


#global_sup_der {
    background: url('images4/marco_sup_der.png') 100% 0 no-repeat;
    height:17px;
    padding-right:17px;
  }


#global_sup_cen {
    background: url('images4/marco_sup_cen.png') 0 0 repeat-x;
    height:17px;
  }


#global_cen_izq {
    background: url('images4/marco_cen_izq.png') 0 0 repeat-y;
    margin-bottom : 0;
    margin-left : 40px;
    margin-right : 40px;
    margin-top : 0;
    padding-left:17px;
}


#global_cen_der {
    background: url('images4/marco_cen_der.png') 100% 0 repeat-y;
    padding-right:17px;
  }


#global_cen_cen {
    background: url('images4/marco_cen_cen.png') 0 0 repeat;
    padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:17px;
  }


#global_inf_izq {
    background: url('images4/marco_inf_izq.png') 0 100% no-repeat;
    margin-bottom : 40px;
    margin-left : 40px;
    margin-right : 40px;
    margin-top : 0;    
    padding-left:17px;
    height:17px;
  }


#global_inf_der {
    background: url('images4/marco_inf_der.png') 100% 100% no-repeat;
    padding-right:17px;
    height:17px;
  }


#global_inf_cen {
    background: url('images4/marco_inf_cen.png') 0 100% repeat-x;
    height:17px;
  }

#sup_izq {
    background: url('images4/sup_izq.png') 0 100% no-repeat;
    padding-left:18px;
    height:110px;
}

#sup_der {
    background: url('images4/sup_der.png') 100% 100% no-repeat;
    padding-right:16px;
    height:110px;
}

#sup_cen {
    background: url('images4/sup_cen.png') 0 100% repeat-x;
    height:110px;
}

#centro_izq {
    background: url('images4/centro_izq.png') 0 100% repeat-y;
    padding-left:18px;
}

#centro_der {
    background: url('images4/centro_der.png') 100% 100% repeat-y;
    padding-right:16px;
}

#centro_cen {
    background: url('images4/centro_cen.png') 0 100% repeat;
    padding:0;
}

#inf_izq {
    background: url('images4/inf_izq.png') 0 100% no-repeat;
    padding-left:18px;
    height:110px;
}

#inf_der {
    background: url('images4/inf_der.png') 100% 100% no-repeat;
    padding-right:16px;
    height:110px;
}

#inf_cen {
    background: url('images4/inf_cen.png') 0 100% repeat-x;
    height:110px;
}

#menu {
	color:#ffa407;
	text-align:center;
	padding-top:8px;
	height:34px;
}

#menu a {
    text-decoration:none;
	color:#FFFFFF;
/*	text-decoration:none;
	color:#ffa407;*/
}

#menu a:hover {
    border-bottom: 1px dashed #FFFFFF;
    color:#ffa407;
/*    border-bottom: 1px dashed #ffa407;
    color:#FFFFFF;*/
}

#logo {
	padding-left:10px;
	margin-top:-15px;
}

#menu_inf {
	text-align:right;
	padding-top: 15px;
	color:#FFFFFF;	
}

#menu_inf a {
	text-decoration:none;
}

#vertical_exter{ overflow: hidden; position: relative;}
/*#vertical_exter[id] {display: table; position: static;}*/

/*#vertical_centro {position: absolute; top: 50%;} /* Solo para explorer*/
/*#vertical_centro[id] {display: table-cell; vertical-align: middle; position: static;}*/

/*#vertical_cont {position: relative; top: -50%} /* Solo para explorer */
/* opcional: #cont[id] {position: static;} */


