/*
css
*/
*,html,body {
	margin: 0px;
}

html {
	height:100%;
}

body {
	background:url(../images/big.jpg) no-repeat center top;
	font-family:'Lucida Grande', Verdana, Arial;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
}

.clearfix {
	display:block;
	clear:both;
}

.wrapper {
	width:700px;
	margin:0 auto;
}

h1 {
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	margin:8px;
	text-align:left;
}

#container h1.page-title{
	width: 700px;
	height: 113px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	margin: 10px 0px;
}
	h1.page-title span {
	display: none;
	}

h2 {
	text-align:left;
	font-weight:bold;
	font-size:11px;
	margin:8px;
	color:#d50074;
}

h2.featured-on{
	background: url(../images/findoutmore.jpg) top center no-repeat;
}

h2 span {
	clear:both;
	font-size:70%;
}

h5 {
	text-align:left;
	color:black;
	font:11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding:0;
	margin:4px;
}

.description {
	font-size:12px;
	line-height:18px;
	color:white;
	padding:0 0 15px;
}

.login-bar {
	background:#000000;
	padding:0 20px;
	height:30px;
	line-height:30px;
	text-align:right;
}

.login-bar a,
.login-bar a:hover,
.login-bar a:visited{
	color: #ffffff;
}

#container {
	margin:100px auto 0px auto;
	width:700px;
}

.page-footer {
	margin:20px 0 0;
	text-align:left;
	font-size:10px;
}

.page-footer p {
	margin:13px;
	text-align:center;
	font:9px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing:1px;
	word-spacing:1px;
}

.notice {
	border:3px solid #ffffbe;
	padding:10px;
	color:#ffffff;
	margin:0 0 20px;
}

.hidden {
	display:none;
}

pre {
	font-size:11px;
	padding:10px;
	background:#000000;
	overflow:auto;
	margin:10px 0;
}

code {
	color:#ffffff;
	background:#000000;
	font-family:Monaco, Courier, monotype;
}

.gallery {
	width:900px; 
	margin:0 auto;
}


	
/* alinear imagenes */
.float-left {
	float:left;
	padding:5px 24px 5px 5px;
}

.float-right {
	float:right;
	margin:17px;
	padding:2px;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}


	
/* alinear imagenes termina */
ul.disc {
	list-style-type:disc;
}

ul.disc {
	list-style-type:disc;
}

ul.circle {
	list-style-type:circle;
	line-height:150%;
}

ul.square {
	list-style-type:square;
}

ul.none {
	list-style-type:none;
}
