@charset "utf-8";
 body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D7D7D7;
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #ffffff;
    }

#cuerpo {
	width: 720px; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;/**/
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #FFFFFF;
	background-image: url(imagenes/pixel1.gif);
	height: 930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
#cabecera {
	top:0px;
	width:718px;
	height:118px;
	z-index:1;
	background-image: url(imagenes/cabecera.gif);
	background-repeat: no-repeat;
}

#logo {
	left:460px;
	top:1px;
	width:208px;
	height:172px;
	z-index:3;
	background-image: url(imagenes/mancha_artymania2.gif);
	position: relative;
	/*float: left;*/
}




#columna_derecha{
	height: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	z-index:2;

}


/*menu */

#menu {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 113px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */
	padding: 15px 10px 15px 20px;
	top: auto;
	height: 500px;		

}
#menu ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li {
	padding:0;
/*	float:left;*/
}
#menu ul li a {
	display:block;
	width:112px;
	height:106px;  /*Quito el padding, pero le pongo altura. */
	text-decoration:none;
}
#menu ul li a:hover {
	background-position:0 -110px;
}
#menu ul li a span {
	display:none; /*Oculto el texto.*/
}
#nosotros {
	background-image:url(imagenes/nosotros2.gif);
}

#servicios {
	background-image:url(imagenes/servicios2.gif);
}
#portafolio {
	background-image:url(imagenes/portafolio2.gif);
}

#productos {
	background-image:url(imagenes/productos2.gif);
}
#contactar {
	background-image:url(imagenes/contactar2.gif);
}

 .limpiafloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }


#etiqueta {
	width:98%;
	height:80px;
	z-index:2;
	
}
#informacion {
	left:591px;
	top:200px;
	width:570px;
	height:700px;
	z-index:2;
	overflow: auto;
}

#cuerpo #columna_derecha #etiqueta img {
	float: right;
	top: 100px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
	text-align: center;
}

#interior1 {
	left:1em;
	top:0px;
	width:91%;
	font-size: 0.8em;
	border: 1px solid #FF9900;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}

#interior2 {
	left:0px;
	top:10px;
	width:91%;
	border: 1px solid #FF9900;
/*	position: relative;*/
	font-size: 0.8em;	
		padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}


#interior2 ul {
	list-style:none;
	margin:1em;
	padding:0;
}
#interior2 ul li {
	padding:0;
/*	float:left;*/
}


#portafolio_int {
	left:0px;
	top:20px;
	width:95%;
	border: 1px solid #FF9900;
	
	font-size: 0.8em;
	z-index: 1;
	
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*  estilos web antigua, hay que cambiarlos*/


A.menu:link {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.menu:visited {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.menu:hover{
	FONT-SIZE: 11px;
	COLOR: #999999;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}




.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #e9e9e9;
	border: 1px solid #666666;
	font-weight: bold;

}


A.modify:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.modify:visited {
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A.modify:hover{
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

A.fotos:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #CC0099;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.fotos:visited {
	FONT-SIZE: 11px;
	COLOR: #CC0099;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A.fotos:hover{
	FONT-SIZE: 11px;
	COLOR: #CC66CC;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
