@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; font-family:"Times New Roman", Times, serif; text-decoration:none;}

body { background:#FFF;}

p { margin-bottom:15px;} p.final { margin-bottom:0;}

li, ul { list-style:none;} img { border:none;}

a:focus { outline:none; width:0; height:0; border:none;}
a { color:#004083; }

#wrapper {
	width:990px; 
	margin:auto; 
	margin-top:80px;
	background:url(/jewishgators/public/img/bg-w.png) repeat;
	box-shadow: 0px 0px 5px #4e5d64;
	-webkit-box-shadow: 0px 0px 5px #4e5d64;
	-moz-box-shadow: 0px 0px 5px #4e5d64;}
	
#header, #content { text-align:left;}

h1, h2, h3, h4, h5, h6 { font-weight:normal;}
/*--------------------CONTENT------------------------*/
img.background {position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1;}
#content { overflow:hidden; height:1%;}
#content div.izq { float:left;} 
#content div.izq div.imagenes { position:absolute; margin:-35px 0 0 -100px; background:url(/jewishgators/public/img/circle.png) no-repeat; width:572px; height:590px;} 
#content div.der { float:right; width:480px; padding:25px 25px 100px 0;}
#txt-h h3 { margin-bottom:15px;}
#btns-box { text-align:center; position:absolute; margin:15px 0 0 50px;}
#btns-box img { margin:18px 10px 0 10px;}

/*---------------------FORM---------------------*/

#form { padding:30px;}
#form h1 { margin-bottom:25px;}
div.form { margin-bottom:20px; overflow:hidden; height:1%; width:430px;}
div.form div { float:right; text-align:left; width:300px;}
img.der { float:right; margin-top:5px; border:3px solid white;}

#confirm{ overflow:hidden; height:1%;}

#confirm div.izq { float:left; width:48%; padding:0; text-align:left;}
#confirm div.der { float:right; width:48%; padding:0; text-align:left;}
/*---------------------FOOTER---------------------*/

#footer { width:980px; margin:auto; margin-top:60px; padding:0 0 50px 0; text-align:right;}
#footer img { margin-right:50px;}

#footer-int { width:950px; margin:auto; text-align:left; margin-top:20px; padding:0 15px 50px 15px;}
#footer-int img { float:right;}

/*---------------------txt---------------------*/

.floridau { font-size:30px; color:#464646;}
.title-blue { font-size:50px; color:#005596;}
.title-grey { font-size:20px; color:#5b5a5a;}
.titlei { font-size:35px; color:#464646;}
.subtitle-blue { font-size:28px; color:#005596;}

h1.floridau, h2.titlei { display:inline;}

.negro12 { font-size:12px; color:#000;}
.negro14 { font-size:14px; color:#000;}
.negro16 { font-size:16px; color:#000;}
.negro20 { font-size:20px; color:#000;}

.naranja14 { font-size:14px; color:#f36f21;} 
.naranja16 { font-size:16px; color:#f36f21;} 

/*---------------------------FADE PHOTOS------------------------*/

/*** set the width and height to match your images **/

#slideshow { position:relative; height:590px; background:url(/jewishgators/public/img/bg-sh.png) no-repeat;}

#slideshow IMG { position:absolute; top:0; left:0; z-index:8; opacity:0.0;}

#slideshow IMG.active { z-index:10; opacity:1.0;}

#slideshow IMG.last-active { z-index:9;}