* {margin:0;padding:0;}
img {border:0;}
body{font: 76% arial,sans-serif;}

div#container2{
	width:720px;
        margin:0 auto;
	height:670px;
	text-align: left;
}


div#container{
	width:720px;
        margin:0 auto;
	height:670px;
	text-align: left;
}

div#cabecera{
	height:20px;
	margin:0 auto;
}

div#header {
        height:133px;
	width:720px;
}

div#imagenCabecera {
	float:left;
}

div#flash {
	text-align: right;
	margin-right:20px;
}

div#menu {
	height:40px;
	width:720px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;

}


div#content{
	width:720px;
	height:420px;
	text-align: left;
}

div#barra{
 	width:170px;
	height:440px;
	text-align: left;
	float:left;
        text-align:center;
}

div#estado{
	float:left;
	width:170px;
	height:50px;
        text-align:center;
}

div#situacion{
	float:left;
	width:170px;
	height:250px;
        text-align:center;
}

div#imavisions{
	float:left;
	width:170px;
	height:140px;
	\height:70px;
        text-align:center;
        color: #82704C;
	margin-top:70px;
}

div#contenido{
	width: 550px;
	height:420px;
	font-size: 12px;
	float:left;
        color: #5A3223;
}


div#pie{
	width: 550px;
	height:20px;
	float:left;
	font-size: 12px;
	color: #5A3223;
	text-align:center;
}
  

div#imagenTexto{
	float:right;
	text-align:right;
	margin-left:10px;
}

#texto {
	padding-top:30px;
	font-size: 12px;
	text-align:justify;
	height:420px;
	\height: 390px;
	margin-right:50px;
}

div#catalogo{
	text-align:center;
	height:420px;
	margin-top:6px;
	padding-right:20px;
}

div#contacto{
	text-align:center;
	height:420px;
        /height:364px;
	margin-top:56px;
	padding-right:20px;
}

div#google{
	text-align:center;
	width: 500px;
	height:420px;
	padding-right:20px;
}

.titulo {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
*/------------------------------*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
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 on hover*/
visibility: visible;
top: 25px;
left: 185px;/*position where enlarged image should offset horizontally */

}

img {
   behavior: url("pngbehavior.htc");
}