
body {
	margin: 0px;
	background-color: #343434;
	font-size: 9pt;
	font-family: "trebuchet ms", helvetica, sans-serif;
	text-align: justify;
	color: #333333;
}

/* encabezados */
h1, h2, {
  margin: 0 0 5 10px;
  padding: 0;
}


h1 {
  font-size:1.5em;
  font-weight:normal;
  color: #333333;
 
}

h2 {
  font-size: 1.3em;
  text-transform:capitalize;
  color: #000;
}

h3 {
  font-size: 1em;
  color: #003399;
}

/* Enlaces */

a {
  text-decoration: none;
  color: #B44607;
}

a:hover {
  color: #000000;
  text-decoration: blink;  
}

.piepag_menu {
	width:185px;
	margin: 12px 8px 8px 8px;
	float:right;
}

.piepag_submenu {
	list-style:none;
	padding-left:3px;
	margin:1px 0px 0px;
	background-color: #663300;
	text-align:left;
	text-transform: capitalize;
}

.piepag_submenu li{
	border-bottom: #222 1px dotted;
	line-height: 135%;
	list-style:none;
}

.piepag_submenu li a {
	color: #999999;
	text-decoration: none;
	padding: 4px 0px 4px 2px;
	display:block;
}

.piepag_submenu li a:hover {
	text-decoration: none;
	background-color:#9F5000;
	color: #FFFFFF;
}

.Estilo1 {color: #FFFFFF}

/* Menu horizontal */

#menu_new			{
					width:760px;
					height:20px;
					background-color: #B44607;
					border-bottom: double #B44607;
				
					}
ul#menu_inner_new	{
					background-color: #B44607;
					margin-bottom: 12px;
					border-bottom: double #B44607;
					padding:0px;
					margin:0px;
					list-style: none;
					}	
#menu_inner_new li	{
					list-style-type:none;
					float:left;
					width:108px;
					text-align:center;
					list-style: none;
					}
.menu-main			{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-size:12px; 
					color: #fff;
					text-decoration:none;
					padding-top:4px;
					height:28px;
					display:block;					
					}					
									
.menu-main:hover	{
					background-color: #ECE9D8;
					font-family:helvetica;
					font-size:11px;
					color:#333;
					}
/* Images */

img.left
{
padding: 3px;
border: solid 1px #CCCCCC;
float: left;
margin-right: 0.5em;
margin-bottom: 0.5em;
}

img.right
{
padding: 3px;
border: solid 1px #CCCCCC;
float: right;
margin-left: 0.5em;
margin-bottom: 0.5em;
}

.style2 {color: #627E9A}
.style3 {color: #62CC3C}
.style6 {color: #5C8096}
.style7 {color: #ADABAB}
.style8 {
	color: #F0A530;
	font-size: 1.0em;
	font-weight: 600;
	}
.style9 {
	color: #302F2D
	}
.style12 {
	color: #557761
	}
.subtitulo {
	color: #663300;
	font-weight: bold;
}

.style17 {
	font-size: 1.2em;
	color: #F0A530;
	}
.piepagina {
	font-size: x-small;
	color: #CCCCCC;
	}
.style23 {font-size: x-small}
.style25 {color: #999999}
.style26 {
	font-size: small;
	color: #598121;
}
.style29 {color: #ED5F13}
.style31 {color: #F56810}
.style32 {color: #598121}
.style33 {font-size: 14px; padding-bottom: 10px;} 

/* menu multi nivel */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* ancho de los items Menu*/
}
	
.suckerdiv ul li{
position: relative;
}
	
/* itens delsub menu */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*ancho del sub menu*/
top: 0;
visibility: hidden;
background-color: #ECA83D;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto;
text-decoration: none;
padding: 1px 5px;
border-bottom: 0;
color: #333333;
}

.suckerdiv ul li a:hover{
color: #FFFFFF;
background-color: #B44607;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/* CSS Botton */
.enlaceboton {
   font-family: verdana, arial, sans-serif; 
   font-size: 10pt; 
   font-weight: bold; 
   padding: 4px; 
   background-color:#ECE9D8; 
   color: #990000; 
   text-decoration: none; 
} 
.enlaceboton:link, 
.enlaceboton:visited { 
   border-top: 1px solid #cccccc; 
   border-bottom: 2px solid #666666; 
   border-left: 1px solid #cccccc; 
   border-right: 2px solid #666666; 
} 
.enlaceboton:hover { 
   border-bottom: 1px solid #cccccc; 
   border-top: 2px solid #666666; 
   border-right: 1px solid #cccccc; 
   border-left: 2px solid #666666; 
}

/* links to img*/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 0px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #663300;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ECE9D8;
padding: 7px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 220px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
