@charset "utf-8";

/* CSS Document */
.contenedor {
	background-image: url(../imagenes/fondo%20web.jpg);
	background-repeat: repeat-y;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5CC60;
	border-right-color: #B5CC60;
	border-bottom-color: #B5CC60;
	border-left-color: #B5CC60;
}

.cuerpo {
	margin-top: 0px;
	padding: 0px;
}

.titulo {
	padding-top: 25px;
	text-align: center;
}

.links {
	text-align: center;
}

.logo-principal {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.contacto {
	text-align: center;
}

.separador {
	background-image: url(../imagenes/separator.png);
	backgroung-repeat: repeat-y;
	height: 2px;
}

.separador-interno {
	background-image: url(../imagenes/separator.png);
	backgroung-repeat: repeat-y;
	height: 1px;
	clear: both;
}

img {
	border: none;
}

.contenido {
	text-align: center;
}

.contactForm {
	width:600px;
	margin-left:195px;
	margin-top:25px;
	margin-bottom:25px;	
}

/*------------- scrollable ---------------*/ /* main vertical scroll */
#main {
	position: relative;
	overflow: hidden;
	height: 400px;
}

/* root element for pages */
#pages {
	position: absolute;
	height: 20000em;
}

.page {
	height: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* root element for horizontal scrollables */
.scrollable {
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 300px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
}

/* position and dimensions of the navigator */
.navi {
    margin-left:328px;
    width:200px;
    height:20px;
}


/* items inside navigator */
.navi a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(../imagenes/navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.navi a:hover {
    background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
    background-position:0 -16px;     
} 

/* main navigator */
#main_navi {
	padding: 15px 0px 0px 0px;
	margin: 0px !important;
	left: 95px;
	position: relative;
	width: 800px;
}

#main_navi li {
	list-style-type: none;
	padding: 10px 5px 0 5px;
	cursor: pointer;
	display: inline;
}

#main_navi a.active img {
	border-bottom: 1px solid #7b19e0;
}

/* root element for gallery */
.gallery {
	width: 700px;
	margin-left: 145px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.gallery ul.ad-thumb-list {
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 700px;
}

.gallery ul.ad-thumb-list li {
	margin: 0;
	padding: 5px;
	float: left;
	position: relative;
	width: 130px;
	height: 130px;
}

.gallery ul.ad-thumb-list li img {
	width: 120px;
	height: 120px;
	-ms-interpolation-mode: bicubic;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	left: 0;
	top: 0;
}

.gallery ul.ad-thumb-list li img.hover {
	background-color: #f8f8f8;
	border: 1px solid #aaa;
}

