body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #e8e9e8;
	background-image: url(../images/apariencia/fondo.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #9C1C20;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	text-align: right;
	background-image: url(../images/apariencia/flecha2.gif);
	background-repeat: no-repeat;
	background-position: right 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/apariencia/fondo2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #9C1C20;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 711px;
	margin-right: auto;
	margin-left: auto;
}
/*  Estilos Menu  */
#menu {
	height: 29px;
	background-repeat: no-repeat;
	background-image: url(../images/apariencia/menu.png);
	margin-top: 17px;
	margin-bottom: 16px;
}
.boton-inicio a {
	padding-right: 0px;
	padding-left: 90px;
	background-image: url(../images/apariencia/inicio.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.boton-inicio a:hover {
	background-image: url(../images/apariencia/inicio-over.gif);
}
.boton-biografia a {
	padding-right: 0px;
	padding-left: 48px;
	background-image: url(../images/apariencia/biografia.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.boton-biografia a:hover {
	background-image: url(../images/apariencia/biografia-over.gif);
}
.boton-portafolio a {
	padding-right: 0px;
	padding-left: 48px;
	background-image: url(../images/apariencia/portafolio.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.boton-portafolio a:hover {
	background-image: url(../images/apariencia/portafolio-over.gif);
}
.boton-exposicion a {
	padding-right: 0px;
	padding-left: 48px;
	background-image: url(../images/apariencia/exposiciones.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.boton-exposicion a:hover {
	background-image: url(../images/apariencia/exposiciones-over.gif);
}
.boton-contacto a {
	padding-right: 0px;
	padding-left: 48px;
	background-image: url(../images/apariencia/contactenos.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.boton-contacto a:hover {
	background-image: url(../images/apariencia/contactenos-over.gif);
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	height: 25px;
	outline: none;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	line-height: 24px;
}
#menu ul li a:hover {
	color: #B01C21;
}
#menu ul li ul {
	left: 0;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: absolute;
	visibility: hidden;
}
#menu ul li ul li {
	display: list-item;
	float: none;
	list-style-type: none;
}
#menu ul li ul li ul { 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}
#menu ul li ul li a {
	display: block;
	width: 115px; /*width of sub menu levels*/
	color: #6b6b6b;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
	outline: none;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E9E8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	z-index: 500;
	font-size: 11px;
	height: 20px;
	line-height: 21px;
	background-image: url(../images/apariencia/cuadro2.gif);
	background-repeat: no-repeat;
	background-position: 8px 9px;
}
#menu ul li ul li a:hover {
	display: block;
	width: 115px; /*width of sub menu levels*/
	color: #B01C21;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
	outline: none;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E9E8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#menu span {
	visibility: hidden;

}
* html #menu ul li { /* Holly Hack for IE \*/
	height: 0px;
	font-size: 1px;
}
* html #menu ul li a {
	float: left;
}
/*  Termina Estilos Menu  */
#main {
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
#left-col {
	width: 203px;
	float: left;
	margin-top: 27px;
}
#logo {
	width: 198px;
	margin-left: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BC1D2F;
	padding-bottom: 4px;
}
#right-col {
	width: 501px;
	float: right;
}
#banner {
	height: 316px;
	outline: none;
}
#banner2 {
	height: 197px;
	outline: none;
	margin-bottom: 27px;
}
#footer {
	height: 29px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #535353;
	margin-left: 5px;
}
#footer p {
	margin-top: 8px;
}
#novaq {
	float: right;
	width: 166px;
	padding-top: 7px;
}
#bienvenido {
	margin-left: 5px;
	padding-top: 84px;
	background-image: url(../images/apariencia/puntos.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
}
#bienvenido p {
	padding-bottom: 10px;
	padding-right: 10px;
}
#left {
	margin-left: 5px;
	background-image: url(../images/apariencia/puntos.gif);
	background-repeat: repeat-x;
	background-position: 0px 46px;
}
#text p {
	padding-bottom: 10px;
	text-align: justify;
}
#text2 {
	margin-top: 4px;
}
#text2 p {
	padding-bottom: 10px;
	text-align: justify;
}
.titulo1 {
	font-size: 17px;
	background-image: url(../images/apariencia/linea-roja.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	width: 98px;
}
.titulo2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../images/apariencia/cuadro.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 17px;
	margin-top: 10px;
}
#cat-home img {
	border: 6px solid #FFFFFF;
	display: block;
	margin-bottom: 4px;
}
#cat-home a:hover img {
	border: 6px solid #999EA2;
}
#cat-home ul {
	margin: 0px;
	padding: 0px;
}
#cat-home li {
	list-style-type: none;
	display: inline;
}
#cat-home a {
	display: block;
	float: left;
	width: 156px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 118px;
	outline: 0;
}
#cat-home a:hover {
	color: #B01C21;
}
.divisor-cat-home {
	width: 16px;
	display: block;
	float: left;
	height: 20px;
}
#cat-interna img {
	border: 6px solid #FFFFFF;
	display: block;
	margin-bottom: 4px;
}
#cat-interna a:hover img {
	border: 6px solid #999EA2;
}
#cat-interna ul {
	margin: 0px;
	padding: 0px;
}
#cat-interna li {
	list-style-type: none;
	display: inline;
}
#cat-interna a {
	display: block;
	float: left;
	width: 122px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 118px;
	outline: 0;
	overflow: hidden;
}
#cat-interna a:hover {
	color: #B01C21;
}
.divisor-interna-home {
	width: 67px;
	display: block;
	float: left;
	height: 20px;
}
.lupa {
	width: 30px;
	height: 30px;
	display: block;
	background-image: url(../images/galeria/lupa.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 92px;
	margin-top: 55px;
}
.regresar {
	display: block;
	width: 70px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	margin-left: 434px;
	font-weight: bold;
	margin-top: 4px;
}
.mas-cat {
	display: block;
	width: 134px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	position: absolute;
	margin-left: 365px;
	font-weight: bold;
	margin-top: 326px;
}
fieldset {
	width: 450px;
	padding-top: 0px;
	padding-bottom: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
label {
	float:left;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 96px;
}
.textfield {
	color:#000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	padding: 3px;
	margin: 0px;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #C8CCC8;
}
textarea {
	color:#000000;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 3px;
	width: 300px;
	border: 1px solid #C8CCC8;
}
.submit {
	height:22px;
	width:100px;
	color:#FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #9C1C20;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/apariencia/boton.gif);
	background-repeat: repeat-x;
}
legend {
	text-indent: -10000px;
	height: 1px;
	font-size: 1px;
}
.pad {
	padding-left: 98px;
}
.rojo {
	color: #B01C21;
}
.blanco {
	color: #ffffff;
}
.marco {
	border: 6px solid #FFFFFF;
}

