body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
#cuadro1 {
	width: 220px;
	color: #333;
	background-color: #eee;
	border: 1px solid #666;
}
label {
	font-size: 12px;
	font-weight: bold;
}

#cuadro2 {
	width: 220px;
	color: #333;
	background-color: #eee;
	border: 1px solid #666;
}

a{
	color: #000;
	text-decoration: none;
}
a:focus{	outline:0
}
a:link{
color: #000;}
a:hover{
	color: #e2007a;
}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
#contenedor {
	background-image: url(../img/fondo-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	left: 1px;
	top: -2px;
}
#head {
	width: 100%;
	height: 138px;
	background-image: url(../img/barra.png);
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 2;
	position: absolute;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#contenido {
	height: 420px;
	width: 100%;
	overflow: hidden;
}
#emp-txt {
	text-align: justify;
	margin-top: 120px;
	color: #fff;
	line-height: 1.5em;
}

#google_maps{
	text-align: justify;
	margin-top: 120px;
	color: #fff;
	line-height: 1.5em;
	width:400px; 
	height:250px;
}

.texto1 {
	margin: 10px;
}
#logo {
	background-image: url(../img/logo-cmykprint.png);
	margin-left: 2px;
	text-indent:-9999px;
	float: left;
	
}
#logo a{
	display: block;
	height: 138px;
	width: 266px;
	
}
ul,li {list-style-type:none;}
.menu {
	float:left;
	margin: 0px;
	padding: 0px;
}
.menu li {
	float:left;
	margin: 0px;
	padding: 0px;
}
.menu a {
	display:block;
	text-indent:-5000px;
	height:80px;
	background-image: url(../img/menu.png);
}
.menu_1 a {
	width:200px;
	background-position:-40px top;
}
.menu_2 a {
	width:240px;
	background-position:-240px top;
}
.menu_3 a {
	width:240px;
	background-position:-480px top;
}
.menu_1 a:hover { background-position:-40px -80px;}
.menu_2 a:hover { background-position:-240px -80px;}
.menu_3 a:hover { background-position:-480px -80px;}
.menu_1 a.active { background-position:-40px bottom;}
.menu_2 a.active { background-position:-240px bottom;}
.menu_3 a.active { background-position:-480px bottom;}





#footer {
	color: #000;
	background-color: #FFF;
	height: 200px;
	width: 100%;
	font-size: 10px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
#right{
	margin:10px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
}
#right a{
	font-size:9px;
	color:#000;
	text-decoration:none;
}
#right a:hover{
	font-size:9px;
	color:#000;
	text-decoration:none
}

#slideshow {
	position:relative;
	height:260px;
	margin-top: 120px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


