/** 
*	CSS	RESET
*/

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}

ul {
	list-style: none;
}

img, fieldset {
	border: 0 none;
	font-size:11px;
}

img {
	margin: 0;
	padding: 0;	
}

h1, h2, h3 {
	font-weight: normal;
	color: #333;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style:none;
}

a {
	outline:none;
}

input, textarea,select,option
{
	font-family: Arial, Helvetica, sans-serif;
}

select,option
{
	font-weight: bold;
}

/** 
*	CLEAR FIX
*/


.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.clr {
	clear: both;
}

/**
*	GENERAL SETTINGS
*/

h1,h2,h3,h4,h5,h6 {
	margin: 0px 0;
}

h1 {
	font-size: 19px;
	width: 550px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #333333;
	/* font-weight: bold; */
	text-decoration: none;
}

a.blue {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}

.left {
	float: left;
}

.right{
	float: right;
}


.img-right {
	float: right;
	margin: 0 0 5px 10px;
}

/**
*	MAIN STRUCTURE
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bg.png) repeat-x scroll 0 0;
	font-size: 12px;
	text-align: center;
}

#page-wrap {
	margin: 0 auto;
	width: 968px;
	text-align: left;
}

#header {
	height: 156px; 
}

#mainbody {
	padding: 0 0 18px;
	margin:8px 0 0 0px;
}

.sidebar {
	width: 155px;
}

#sidebar-left {
	display: inline;
	float: left;
	margin: -1px 38px 0 0px; 
}

#sidebar-right {
	display: inline;
	float: right;
	margin: 24px 0px 0 25px;
}

#contentarea {
	float: left;
	width: 581px;
	height: 400px;
	margin-top: 5px;
}

#footer {
	background: url(../img/bg-footer.jpg) repeat-x;
	clear: both;	
	text-align: center;
	position: relative;
	font-weight: normal;
	bottom: -15px;
}

.container {
	margin: 0 auto;
	width: 968px;
	text-align: left;
}

/** 
*	SIDEBAR LEFT
*/

#registration {
	background: url(../img/registration.jpg) no-repeat;
	height: 138px;
}

#registration.module {
	border: none;
}

#registration fieldset {
	padding: 5px 0 0 14px;
}

#registration p {
	margin-bottom: 5px;
}

#registration .inputbox {
	width: 115px;
}

#registration .inputbutton {
	background: url(../img/btn-blue.gif) repeat-x;
	border: 0;
	color: #ffffff;
	font-size: 11px;
	float: right;
	height: 20px;
	width: 56px;	
	margin: 5px 25px 5px 0;	
}

#registration a.blue {
	display: block;
	clear: both;
}



#bedmode .inputbutton {
	background: url(../img/btn-blue.gif) repeat-x;
    float: right;
	border: 0;
	color: #ffffff;
	margin:0; 
	width:100%; 
	height:30px; 
	font-weight:bold; 
	text-decoration:none;
	font-size:14px;
    padding-top:5px;
    text-align:center;	
}

#bedmode .inputbutton:hover {
	text-decoration:underline;
}


#virtual {
}

#virtual .comment {
	color: #336699;
	font-weight: bold;
	margin-left: 8px;
}

#virtual img 
{
    margin-left: 8px;
    margin-right: auto;
}

#pruebanivel {
	background: url(../img/home-prueba-nivel-btn.gif) no-repeat;
	height:24px;
	padding: 10px 0 0 15px;
	margin-left: 6px;
}

#pruebanivel a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	
}

#levels {}

#levels ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 0;
}

#levels ol li {
	background: url(../img/square.png) no-repeat left center;
	padding: 2px 5px;
}

#levels ol li.last {
	padding: 2px 1px;
}

#opinion p {
	margin: 0;
}

#opinion .item1 {
	padding-bottom: 10px;
}

#opinion .text {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:6px;
}

#opinion .name 
{
    font-size: 11px;
    font-weight: bold;
}

#opinion .details
{
    font-size: 10px;
}

/** 
*	SIDEBAR RIGHT
*/

#information {
	padding-bottom: 10px;
}

#information p.info {
	/** border-bottom: 1px dotted #bbbbbb; */
	padding-bottom: 5px;
	margin: 0 0 5px 0;
    font-size:13px;
    text-align:center;	
}

#information .information_phone {
	color:#f09600;
}

#vivir.module {
	border:medium none;
} 

#newsletter {
}

#newsletter .inputbox {
	width: 140px;	
}

#newsletter .inputbutton {
	background: url(../img/btn-blue.gif) repeat-x;
	border: 0;
	color: #ffffff;
	font-size: 11px;
	float: right;
	height: 20px;
	width: 56px;	
	margin: 5px 10px 5px 0;
}

#newsletter .inputcheckbox {
	font-size:10px;	
}

#dictionary {
	padding-bottom: 15px;
}

#dictionary img 
{
    padding-left:30px;
    padding-top: 20px;
}



/** 
*	CONTENT AREA
*/

#logo-star {
	position: relative;
	top: 14px;
}

.block{
	margin-bottom: 15px;	
}

#central_desc {
	border-bottom: 1px solid #bbbbbb;
}

#central_desc .left{
	width: 225px;
}

#central_desc .right{
	width: 400px;
	overflow: hidden;
}

#central_desc ul 
{   
    list-style-type:none;
 	list-style-position: outside;
	margin: 5px 10px;
}

#central_desc ul li {
	background: url(../img/bullet-home-central.gif) no-repeat left top;
	padding: 0px 0px 3px 20px;
}


#block-2 {}

#block-3 {
	color: #333333;
	background: url(../img/bg-vente.jpg) no-repeat;
	height: 105px;
    font-family: Arial, Helvetica, sans-serif;

}	

#block-3 h1 {
	margin: 0 10px 0 105px; 
	padding-top: 5px;
	height: 46px;
	font-weight: bold;
	width:460px;
}

#block-3 h1 span {
	font-size: 35px;
}

#block-3 h2 {
    font-size:15px;
    margin:0 15px;
}

#block-3 p {
    font-size:11px;
    margin:0 15px 0;
}

#block-3 a:hover 
{
    text-decoration: none;
}

#block-3 .inputbutton {
    display:inline;
    left:415px;
    margin-bottom:10px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    position:relative;
    top:20px;
    width:20px;
}

#block-3 .inputbutton:hover {
    text-decoration: underline
}
/** 
*	FOOTER
*/

#footer .container {
	height: 128px;
	text-align: center;	
}

#footer ul.menu {
	color:#333333;
	margin: 0 auto;
	padding-top: 55px;
	list-style: none;
	width: 633px;
}

#footer ul.menu li {
	display: inline;
}

#footer ul.menu li a,
#footer ul.menu li a:link,
#footer ul.menu li a:visited {
	font-weight: normal;	
}

#footer ul.menu span {
	padding: 0 5px;
}

#footer p.copyright {
	color: #cccccc;
	padding-top: 30px;
}

/**
*	MODULE SPECIFICS
*/

.module {
 	margin-bottom: 15px;
	position: relative;
	background: #e8f5fb url(../img/home-bgcol.gif) repeat-x bottom;
	padding:5px 4px 4px;
}

.module h2 {
	color: #004ebc;
	margin: 1px 0 6px;
}


.inputbutton {
	background: url(../img/btn-blue.gif) repeat-x;
    display:block;
    font-size:14px;
    font-weight:bold;
    color: White;
    margin:0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    text-align:center;
    width:100%;
}

.inputbutton:hover 
{
    color:White;
}