@charset "UTF-8";
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(imagenes/ima_web/fondo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#general {
	width: 936px;
	height: 732px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	background-image: url(imagenes/ima_web/logo.png);
	background-repeat: no-repeat;
	height: 216px;
	width: 387px;
	z-index: 4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:-140px;
	position: absolute;
}

#header {
	height: 120px;
}


/************MENU***********/

#menu_contenedor {
	float: right;
	margin-top: 70px;
	margin-right: 10px;
	padding: 0px;
	
}

#menu_contenedor ul li {
	display:inline;
	float: left;
	}

#menu_contenedor ul li a {
	display:block;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #33FFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0 0 0 10px;
	}
	
#menu_contenedor ul li a.active {
	width:66px;
	background-color: transparent;
	background-image: url(imagenes/ima_web/menu.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	color:#000000;
}
	
#menu_contenedor ul li a:hover {
	display:block;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0 0 0 10px;
	}

#menu_contenedor ul
{
	padding: 0px;
	margin: 0px;
}
	
.menu {
	width:66px;
	background-color: transparent;
	background-image: url(imagenes/ima_web/menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.menu:hover {
	background-position: 0px bottom;
}

/****************termina menu****************************/



#container_portafolio {
	background-image: url(imagenes/ima_web/bg_muestra.png);
	background-repeat: no-repeat;
	padding-top: 5px;	
}


#portfolio_items {
	width:914px;
	background-image: url(imagenes/ima_web/bg_miniaturas.png);
	background-repeat: no-repeat;
	height: 146px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}


#portfolio_items ul{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	
}

#portfolio_items li {
	display:inline;
	float: left;
	margin-left: 12px;
}


/*efecto opacidad */

a.tooltip img {
 filter:alpha(opacity=10);
 -moz-opacity: 0.5;
 opacity: 0.5;
 -khtml-opacity: 0.5;}

a.tooltip:hover img {
 filter:alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.0;
 -khtml-opacity: 1.0; }

a.tooltip span {
	display:none;
	width:167px;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
	text-decoration: none;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	color:#000000;
	background-color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
}
/*efecto opacidad */



/*texto*/


h3 {
    padding-top: 10px;
	font-size:14px;
	line-height:normal;
	font-family:Helvetica, Arial, Sans-serif;
	color:#00FFFF;
	font-style: normal;
	margin-top: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
