@charset "utf-8";
html{
	height: 95%;
}
body {
	font-family:"OCR A Std", "OCR-A BT", "OCR A Extended", "OCR-B 10 BT", Courier, "Courier New", Arial;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top:30px;
	overflow: -moz-scrollbars-horizontal;
	height:100%;
}
a{
	color:#000000;
}
a:hover{
	color:#0063DC;
}
img{border:0px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contenedor{
	_height:94%;
	min-height: 94%;
	#min-height: 94%;
}
#footer {
	font-size:10px;
	color:#757575;
	left:0;
	bottom:0;
	_position:fixed;
	_bottom:0;
}
.gallery{
	margin-top:15px;
}
.titulo{
	color:#000000;
	font-size:25px;
	font-weight:bold;
}
.contacto{
	color:#000000;
	font-size:12px;
	margin-left:20px;
}
.titGaleria{
	color:#000000;
	font-size:10px;
}
.volver{
	color:#000000;
	font-size:10px;
}
.contenido{
	font-size:11px;
}
