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

body {
	margin: 0 0 0 0;
	}
	
#all {
	width:696px;
	margin:0 auto;
	}
	
#manifiesto {
	height: 300px;
	width:600px;
	overflow:hidden;
	}

#contacto {
	height: 400px;
	width:696px;
	overflow:hidden;
	}

#anteriores {
	height: 400px;
	width:696px;
	overflow:hidden;
	}


.txt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:20px;
	}
	
#centrado {
	margin: 0 auto;
}

#logo {
	height: 500px;
	text-align:center;
	}
	
#facebook {
	float:right;
	}
	
#container {
	height:600px;
	width:955px;
	margin:0 auto;
	}
	
#logoHome {
	float:left;
	height:314px;
	width:250px;
	background-image:url(images/logoFdm_03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}

	
#content {
	width:696px;
	height:800px;
	margin:0 auto;
	}
	
#logoPie {
	float:right;
	}
	
#staff {
	float:left;
	}
	
#inline{
visibility:hidden;
}

#gallery{

width: 800px;
height:600px;
overflow-x:scroll;
overflow-y:hidden;
margin: 0 0 0 0;
}

#gallery img{
margin:0 0 0 0;
}

#gallery ul {
	width: 3200px;
}

#apDiv1 {
display:block;
}

#gallery ul li{
	display: inline;
	margin:0 0 0 0;
	margin-left:0px;
	margin-right:0px;
	}

#contacto {
	color:#CC3300;
	background-color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#form {
padding-top:20px;
padding-left:20px;
}

.forminput{
margin-bottom:10px;
margin-top:10px;
background-color:#CCCCCC;
color:#CC3300;

}

.form_btn{
margin-bottom:10px;
margin-top:10px;
background-color:#CCCCCC;
color:#CC3300;

}

/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#SlideContainer {
	width:696px;
	height:558px;
	float:right;
	
	
	}

#slider {
	width:564px;
	height:532px;
}

*.nivoSlider img {
	position:absolute;
	}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

