
/* htm elements */

body {
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Helvetica, sans-serif ;
	font-size: 10px;
	line-height: 110%;
}

p {
	text-align: justify;
}

h1 {
	color: #B5B5B5;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 10px;
	padding-top: 0px;
	width:100% ;
	position: relative;
	top: 0px;
}

a:link {
	text-decoration: none;
	color: #527780;
}

a:visited {
	text-decoration: none;
	color: #527780;
}

a:hover {
	color: #527780;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-weight: bold;
}

a.white_font {
    color: #ffffff;
}

a.white_font:visited {
    color: #ffffff;
}

a.highlight {
    color: #000000;
}

white_font{
    color: #ffffff;
}

/* home styles */

.foto_home {
    width: 180px;
    border: none;
    margin-bottom: 5px;
}

.foto_home2 {
    width: 280px;
    border: none;
    margin-bottom: 5px;
}

.titulo {
    color: #527780;
    font-size: 110%;
    font-weight: bold;
    font-variant: small-caps;
}

.bottom_space {
    margin-bottom: 15px;
}

.mas_info {

}

.highlight{
    font-weight: bold;
    color: #000000;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.footer {
    font-size: 90%;
    text-align: center;
}

.gallery_preview {
    width: 190px;
}

.gallery {
    width: 290px;
}

.gallery_big {
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto ;
}

.sub {
    position: relative;
    left: 15px;
}

#xx {
    position: relative;
    text-align: left;
    top: -22px;
    left: 9px;
    font-size: 10px;
    color: #527780;
}

#yy {
    position: relative;
    text-align: left;
    top: -39px;
    left: 210px;
    font-size: 14pt;
    color: #ffffff;
    font-stretch: ultra-expanded;
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif ;
    font-variant: small-caps;
}

.navigation {
    padding-bottom: 4px;
}

.buscador {
    text-align: left;
    font-family: Verdana, Helvetica, sans-serif ;
    font-size: 8pt;
    background-color: #C1D3DD;
    margin: 0px;
    border: 1px solid #B5B5B5;
}

.nota {
    padding-right: 5px;
    border: none;
}

.mp3player {
    background: #7DA8BF;
    padding: 10px;
    border: 1px solid #B5B5B5;
    text-align: center;
    margin: 10px;
}