/* CSS Document */

html, body{
	text-align:center;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", verdana;
	font-size:12px;
	background-image:url(images1/Untitled-1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border:0;
	}
.fondirris {
position: absolute;
left: 50%;
width: 790px;
margin-left:-395px;
background-color:#c6e0d0;
}
.header{
	width:790px;
	height:56px;
	background-image: url(images1/menu.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	word-spacing: 15px;
}
.logo_alondra{
	width:69px;
	height: 53px;
	float: left;
	margin-top: -1px;
}
.header2{
	width:790px;
	height:236px;
}
.content{
	width:770px;
	margin-left:10px;
	margin-right:10px;
	height:auto;
	margin-top: 30px;
	margin-top: 30px;
	font-size: 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
.footer{
	width:790px;
	height:29px;
	font-size:12px;
	background-image: url(images1/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	text-align: center;
}
.titles{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
	color: #114831;
	margin-bottom: 10px;
}



.content_up{
	width:615px;
	height:auto;
	margin-left: 30px;
	
}
.content_middle{
	width:590px;
	height:auto;
	background-image:url(images1/content_midle.jpg);
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	
}

.menu_leters{
	margin-left:14px;
	float:right;
	margin-top: 16px;
	margin-right: 3px;
	word-spacing: normal;
}



.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
}

.link_blanco:link, .link_blanco:active, .link_blanco:visited{
text-decoration:none;
color:#FFFFFF;
}

.link_blanco:hover{
text-decoration:none;
color:#FFFFFF;
}

.imagen{
width:200px;

}
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	
}
.highslide:hover img {
	
}

.highslide-image {
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
    border: 2px solid white;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: 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-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/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;
}