.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 0px solid #b03959;
border-width: 1px 1;
background: #000000 url(img/blockactive.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 0px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #F5B719;
background: #000000 url(img/blockactive.gif)  center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

.outline {
  border: 1px solid #236386;
  background: #ffffff;
	padding: 2px;
}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #5F6062;
	background-color:#fdfdfd;
	background-image:url(img/fondo.jpg);
	background-repeat:repeat-x;
	
background-attachment:fixed;
background-position: top left;
}

.texto2{
font-family: Arial, Helvetica, Sans Serif;
	font-size: 13px;
	color: #5F6062;

}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #939598;
	text-align: left;
	font-weight: normal;
}

.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #434345;
	text-align: left;
	font-weight: normal;
}

.titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f49d43;
	text-align: left;
	font-weight: normal;
	background:;
}

.titulo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f49d43;
	text-align: left;
	font-weight: bold;
	background:;
}
.tablacontenido{
background-color:#cdcccc;
}
.tablacontenido2{
background-image:url(img/fondo.jpg);
background-attachment:fixed;
background-position: top right no-repeat;
}

.tablaazul{
background-color:#1E4A60;
}

.fondo1{
background-color:#E8E7DC;
}

.linea1 {
padding-top:5px;
border-top-style: dotted;
border-top-color: #999999;
border-top-width: 2px;
background-color:#E7E7E3;
}

.fondo2{
background-color:#E7E7E3;
}

.linea2 {
padding-top:5px;
border-top-style: dotted;
border-top-color: #999999;
border-top-width: 2px;
background-color:#DBDAD0;
}

.fondo3{
background-color:#DBDAD0;
}

.textocontacto{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
padding-bottom:5px;
padding-top:5px;
background:#1E4A60;
}

.fondocom1{
background-color:#fbfaef;
}
.fondocom2{
background-color:#efeee4;
}
.fondocom3{
background-color:#e7e6dd;
}
.fondocom4{
background-color:#dadad2;
}
.fondocom5{
background-color:#e7e6dd;
}
.fondocom6{
background-color:#3E7898;
}



.img{
padding-right:10px;
padding-bottom:5px;
}

.img2{
padding-right:20px;
padding-bottom:10px;
}

.imglink{
color:#cdcccc;
}

/* mambo core stuff */
a:link, a:visited {
	color: #f49d43; text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #5F6062;	text-decoration: none;
	font-weight: bold;
}

/* GALLERIA */

.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 5px 5px 0;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid #b03959;
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:auto;
left:500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
