/* Version: 2.0 THEME FdSstyle*/


body {
	padding: 0;
	margin: 0;
	background: no-repeat center top;
	background-attachment: fixed;
	color: #333333;
	}

/* Fondos */	
.theme1 {
		background-image:url(../images/header.jpg);
		}
		
.theme2 {
		background-image:url(../images/header2.jpg);
		}
		
.theme3 {
		background-image:url(../images/header3.jpg);
		}
		
.theme4 {
		background-image:url(../images/header4.jpg);
		}
		
.theme5 {
		background-image:url(../images/header5.jpg);
		}
		
.theme6 {
		background-image:url(../images/header6.jpg);
		}
		
.theme7 {
		background-image:url(../images/header7.jpg);
		}
		
.theme8 {
		background-image:url(../images/header8.jpg);
		}
		
	
#wrapper {
		display:block;
		margin:0 auto;
		width: 100%;
		display: table;
		}

/*contenido */		
#content {
		width: 760px;
		margin: 140px auto 0;
		border: 0;
		padding: 20px;
		background: url(../images/px.png);
		}

/* botones fondo */	
#btnfondo {
		float: right;
		margin: 35px 0 0 0;
		}

.borde {
		border: 1px solid #000;
		}

/* texto normal */		
h1 {
	font-style:normal;
	color:#fff;
	font-size: 16px;
	font-family:Garamond;
	}

/* texto negrita */
h2 {
	color:#fff;
	font-size: 16px;
	font-family:Garamond;
	}

/* texto cursiva */
h3 {
	color:#fff;
	font-size: 16px;
	font-family:Garamond;
	font-style:italic;
	}
h4 {
    font: normal 150%/100% Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	letter-spacing: -2px;
}
/* texto copyright */		
#text-co {
		clear: both;
		text-align: center;
		color:#000;
		font-size: 16px;
		font-family:Garamond;
		}
		
/* imagen top */
#top {

	}

/*############ BARRA BOTTOM ############*/	
	#bottomBanner {
	background-color:#fff;
	border-top:1px dotted #454545;
	bottom:0;
	display:block;
	height:40px;
	left:0;
	position:fixed;
	width:100%;
	z-index:999;
	/* Transparencia */
	opacity:0.7;
	filter:Alpha(opacity=70);
}
#bottomBanner img {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	float:left;
}
.buscar {
	padding-top:12px;
}
#copy {
	bottom:0;
	padding-bottom:3px;
	position:absolute;
	right:10px;
}
