@charset "utf-8";

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{ color: #0e4660; text-decoration: none;}
a:hover{ color:#0e4660; text-decoration: underline; } 

/*FIN DE RESET*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 15px auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../imagenes/bg-cont.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 800px;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: absolute;
	z-index: 2;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding: 0px 0 0 20px;
	margin-top: -15px;
}
.twoColFixLtHdr #container #columnas {
	margin-top: 325px;
}
.twoColFixLtHdr #container #header #menu {
	width: 800px;
	display: inline;
	float: left;
	position: absolute;
	z-index: 10;
	height: 40px;
	left: 0px;
	top: 279px;
}

.twoColFixLtHdr #container #header #menu ul {
	margin-left: 325px;
}

.twoColFixLtHdr #container #header #menu ul li {
	float: left;
	margin-right: 9px;
}
.twoColFixLtHdr #container #header #menu ul li a {
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 104px;
	text-align: center;
	padding-top: 7px;
	color: #FFF;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 6px;
}



.twoColFixLtHdr #mainContent {
	margin: 0 0 5px 360px;
	width: 430px;
} 
.twoColFixLtHdr #mainContent #contenido {
	padding: 20px 50px 20px 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../imagenes/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: auto!important;
	height: 406px;
	min-height: 400px;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-size: 18px;
	color: #900;
	line-height: 35px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 22px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #container #footer {
	font-size: 11px;
	padding: 2px 25px 5px;
	font-weight: bold;
	bottom: 7px;
	position: absolute;
	left: 15px;
	width: 720px;
	text-align: center;
	background-image: url(../imagenes/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixLtHdr #container #footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #960;
}
.galeria {
	margin-top: -15px;
	margin-left: 45px;
	z-index: -1;
	position: absolute;
	top: 575px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a#link01 {
	background-image: url(../imagenes/link01.jpg);
}
a#link02 {
	background-image: url(../imagenes/link02.jpg);
}
a#link03 {
	background-image: url(../imagenes/link03.jpg);
}
a#link04 {
	background-image: url(../imagenes/link04.jpg);
}
.twoColFixLtHdr #container #columnas #mainContent #contenido ul li {
	font-size: 11px;
	line-height: 22px;
	background-image: url(../imagenes/li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 17px;
}
img.margen01 {
	float: right;
	position: absolute;
	top: 25px;
	right: 22px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 14px;
	color: #900;
	line-height: 25px;
}
.tlf {
	font-size: 11px;
	color: #C00;
	line-height: 30px;
}
.twoColFixLtHdr  #contenido a img.map {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}.top40 {
	margin-top: 40px;
}
