@import url('resete.css');
body { 	background-color:#2E2E2E;
	    font-family=Arial, Helvetica, Sans-serif; 
}

a { text-decoration:none; color:#fff}
a:hover {text-decoration:none;}

#wrap { width:960px; margin:auto; clear:both;}

header { 

width:1000px; 
clear:both;
height:125px;
margin:10px 0px 0px 0px;
background-color:white;
box-shadow:0px 5px 8px #gray;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;



 }
#slideshow {
background:#000;
float:left;
margin: 30px 0px 0px 0px;
padding:20px;
width:960px; 
clear:both;
box-shadow:0px 5px 8px #000;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

header #subheader nav 
{padding-top:45px; padding-right:0px;}
#subheader{width:960px; margin:auto;}
#logo{float:left; padding:10px 15px;}
#logo a{font-size:30px; color:#000; }
#logo a:hover{text-decoration:none;}
header #subheader nav ul li { display:inline; float:right;}
header #subheader nav ul li a{color:#000; font-size:30px; padding:10px; border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}


header #subheader nav ul li a:hover{color:#fff; background:#235CC6; text-decoration:none; box-shadow:0px 5px 8px #000}
#bienvenidos{
width:960px;
padding:20px;
margin:30px 0px 0px 0px;
float:left;
color:#fff;
font-size:25px;
background:#235CC6;
box-shadow:0px 5px 8px #000;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#fin{
width:960px;
padding:20px;
margin:30px 0px 0px 0px;
float:left;
color:#fff;
font-size:15px;
background:#000;
box-shadow:0px 5px 8px #000;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}




}