/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #666666;
	background-color: white;
	line-height: 160%;
	margin: 0;
	padding: 0;
}

/* Set the page width here */
#header, #wrapper-content {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-header {	background: transparent url('images/bg.png') top center repeat-x; }

#header { background: #fff url('images/header_bg.png') top center repeat-x; }

#wrapper-header2 { background: transparent url('images/bg02-blue-left.png') top left no-repeat; }

#wrapper-header3 { background: transparent url('images/bg02-blue-right.png') top right no-repeat; }

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content { background: transparent url('images/bg02-white-left.png') no-repeat left top; }
#wrapper-content2 { background: transparent url('images/bg02-white-right.png')no-repeat right top; }

* html #wrapper-content { height: 1%; }

#content {
	/*background: transparent url('images/bg02-white-right.png') no-repeat right top;*/
	padding: 5px 30px 5px 30px;
	margin-bottom:1em;
	height:370px;
}
#content_old {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 230px 5px 40px;
	margin-bottom:1em;
	height:350px;
}
#content #left{
	float:left;
	width:45%;
	padding:15px 10px 0 0;
}
#content #right{
	float:right;
	width:44%;
	padding:20px 0 0 0;
}
#content h2,h3{
clear:both;
}

#content h2.titulo{
clear:none;
}

#content p {
 text-align:justify;
}

#content img.left{
	float:left; 
	border:1px solid #666666; 
	margin-right:10px;
	margin-bottom:10px;
}

#content img.right{
	float:right; 
	border:1px solid #666666; 
	margin-left:10px;
	margin-bottom:10px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	position:fixed;
	bottom:0px;
	left:5%;
	width:90%;
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #333;
	border: 1px solid #000;
	border-bottom: 0;
	clear: both;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #8EB92A; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }


/*------------->>> div de mensajes en registro <<<-----------------------------------------------------*/

.mensaje{
	background-color:#F1F1F1;
	padding:5px;
	margin: 50px auto 0px;
	width: 700px;
}
.mensaje_error{
	background-color:#FFBFBF;
	padding:5px;
	margin: 50px auto 0px;
	width: 700px;
	color:#AF4C4C;
}


#banners{
	margin:5px 60px 0 0px;
	float:right;
	width:35%;	
	position:relative;
	
}
#banners ul{
	list-style:none;	
	font-size:15px;
	margin:7px 0 0 10px;
	padding:0;
	font-weight:bold;
}
#banners ul li{
	color:#333333;
}
#banner h1{
	color:#333333;
	line-height:0;
	margin:15px 0 0 5px;
	height:10px;
	font-size:20px;
	font-weight:bold;
}
#banner-left a{
	color:#333333;
	line-height:0;
	margin:15px 0 0 5px;
	height:10px;
	font-weight:bold;	
}
#banner-left a:hover{
	color:#000000;
	line-height:0;
	margin:15px 0 0 5px;
	height:10px;
	font-weight:bold;	
}

#banner-button a{
	display:block;
	width:120px;
	height:30px;
	background-image:url(images/button_unete3.png);	
}
#banner-button a:hover{	
	background-image:url(images/button_unete3_hover.png);
}


#banner{
		
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:8px;
	height:130px;
	margin:10px auto;
	width:100%;
	background:white;
	border:1px solid #CCCCCC;
	background:transparent url(images/gradient_opa.png) repeat scroll right top;
}
#banner-left{
	float:left;
	width:100%;
	height:95px;
}

#banner-button{
	float:left;
	margin:0 0 5px 5px;
	
}
#banner-imagen1{
	float:none;
	width:80px;
	height:130px;
	background: transparent url(images/banner_open2.png) no-repeat scroll top right;	
	margin:0px 2px 0px 70%;
		
}
#banner-imagen2{
	float:none;
	width:80px;
	height:130px;
	background: transparent url(images/banner_rex2.png) no-repeat scroll top right;	
	margin:0px 2px 0px 70%;	
}
#wrapper-content3{
	padding:10px;
}

/*slideshow*/
.slideshow { height: 300px; width:auto; margin: 0 0px 15px 30px; z-index:-1;  }
.slideshow img { padding: 5px; border: 1px solid #ccc; width:95%; height:300px }
/*end slideshow*/
