@charset "utf-8";
/* CSS Document */

#slider1 {
	width: 1000px; /* important to be same as image width */
	height: 413px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
}

#slider1Content {
	width: 1000px; /* important to be same as image width or wider */
	position: relative;
	top: 0;
	margin-left: auto;
	margin-top: 0;
	margin-right: auto;
	padding-left: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
	background-color: #000;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul {
	list-style-type: none;
}
.titulo {
	font-family: Calibri;
	font-size: 36px;
	font-weight: bolder;
	color:#000;
	text-decoration:none;
	text-align:justify;
}
.titulo:hover{
	text-decoration:none;
}
.menu {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
}
.menu:hover{
	text-decoration: none;
	background-color: #666;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
}
.direccion {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	text-align: justify;
	background-color: #000;
	padding: 30px;
	height: auto;
	width: auto;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	font-size: 14px;
	float: right;
}
.contenido {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 700px;
	text-align: justify;
	font-size: 15px;
}
.color {
	color: #00498F;
}
