/*Estructura*/
body , html{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 17px;
	color: #FFF;
	font-weight: lighter;
	background-color: #003C77;
	background-image: url(../imgs/bgHtml.png);
	background-repeat: repeat-x;
}
img {
	border:0px;
}
#container {
	padding: 0px;
	width: 950px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#slideshows {
	padding: 20px;
	width: 910px;
	height: 350px;
}

#user {
	padding: 20px;
	height: 320px;
	width: 910px;
}
#bottom {
	height: 200px;
	width: 910px;
	padding: 20px;
	clear: both;
}


#foto {
	height: 360px;
	width: 585px;
	float: left;
}
#news {
	height: 360px;
	width: 310px;
	float: right;
}
#head {
	padding: 10px;
	height: 145px;
	width: 930px;
	background-image: url(../imgs/bgHead.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#banner {
	float: right;
	height: 37px;
	width: 335px;
	margin-right: 10px;
	margin-top: 5px;
}
#form1{
	background: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
}
#user h1 {
	font-size: 50px;
	color: #002F5E;
	line-height: 50px;
	margin-top: -10px;
	margin-bottom: 30px;
	font-weight: lighter;
}


.users {
	font-size: 20pt;
	line-height: 30px;
	text-align: center;
	font-weight: lighter;
	font-style: normal;
	height: 260px;
	width: 300px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
#bottom h1 {
	font-size: 25px;
	line-height: 40px;
	background-image: url(../imgs/bgH1.png);
	background-repeat: repeat-x;
	font-weight: lighter;
	text-align: left;
	text-indent: 20px;
	width: 220px;
	margin-top: 0px;
	margin-bottom: -10px;
	color: #FFF;
	font-style: normal;
}
.Bottoms {
	font-size: 15pt;
	line-height: 30px;
	text-align: center;
	font-weight: lighter;
	font-style: oblique;
	height: 200px;
	width: 300px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	color: #00305F;
}
#menu {
	background-image: url(../imgs/menuBg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 950px;
}
#foot {
	color: #003060;
	text-align: center;
	padding: 20px;
	height: 15px;
	width: 910px;
	font-size: 12px;
	clear: both;
}

#logo {
	float: left;
	height: 135px;
	width: 285px;
}
/*Estilos para Slideshow*/
#slideshow {
	position:relative;
	height:300px;
	float: left;
}

#principal {
	padding: 20px;
	width: 660px;
	color: #002B55;
	float: left;
	font-size: 15px;
	margin-top: 1px;
}
#principal a {
	text-decoration:none;
	color: #002B55;
}
#principal a:hover {
	text-decoration:underline;
}
#principal td {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: -5px;
	padding-bottom: -5px;
}

#side {
	float: right;
	width: 200px;
	color: #002B55;
	font-size: 15px;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#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;
}
/*Estilos para menu*/
/*.menuObject {
	float: left;
	padding: 10px;
	cursor: pointer;
	min-width: 80px;
	text-align: center;
}
.menuObject:hover{
	color:#00305F;
	background-image:url(../imgs/menuBgO.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}*/
#menu a {
	color:#FFF;
	text-decoration:none;
	float: left;
	padding: 10px 5px;
	cursor: pointer;
	min-width: 80px;
	text-align: center;
}
#menu a:hover{
	color:#00305F;
	background-image:url(../imgs/menuBgO.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#side h1 {
	font-size: 25px;
	line-height: 40px;
	background-image: url(../imgs/bgSideH1.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding-left: 10px;
	margin-left: -10px;
	margin-bottom: -10px;
}
#contenidoGral {
	padding: 0px;
	width: 960px;
}
#principal img {
	margin: 10px;
}
#principal li {
	line-height: 30px;
}
#principal h2 {
	font-weight: lighter;
}
.galeria img{
	border: solid 3px #AAA;
}