/* 
	Maquetado por Santiago Tula
	Contacto: santiskap@gmail.com
	31 de Julio del 2008
	modificado: 12 oct 2008
*/
/*--------------- BASICOS ------------------------------------------------ */
*{
margin: 0;
padding: 0;
}
body, html{
width: 100%;
height: 100%;
cursor: default;
font-family: arial;
}
abbr, acronym{
cursor: help;
border: none;
}
hr{
display: none;
}
h1{
text-indent: -999999px;
font-size: 0.1em;
display: block;
}
h2{
text-indent: -999999px;
font-size: 0.1em;
display: block;
}
img{
border: 0;
}
/* -------------------------------------------------------------/* INFORMACION VARIABLE*/

/* -----------------------------------------------------------/* CONTENEDORES */
#cont{
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
min-height: 100%;
background: #fff;
}
#cont p{
font-family: verdana, arial, helvetica;
font-size: 0.8em;
text-align: center;
color: #333;
}
#cont p a{
color: #CB2A0E;
text-decoration: none;
}
#cont p a:hover{
text-decoration: underline;
color: #731900;
}
/* -----------------------------------------------------------/* FIN GALERIA*/