@charset "UTF-8";
@font-face {
	font-family: 'KabelBookBT'; 
	src: url(KabelBookBT.ttf);
}
body {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

.page {	width: 960px;
	margin: 0 auto;
}

.content{
	width: 960px;
	float: left;
	/*background: #FFFFFF;*/
	background: url(../images/content-bg.png);
}

.header {
	width: 960px;
	float: left;
}
/* LOGO */
.logo {
	width: 250px;
	float: left;	
	/*margin-top: 15px;*/
	margin-left: 5px;
}
.logo img {	
	width: 250px;
	height: 88px;
}

/* Social*/
.social {
	width: 400px;
	float: left;	
	/*margin-top: 15px;	*/
	margin-left: 15px;
}

.social img {
	width: 30px;
	height: 30px;
}

/*Language*/
.language {
	width: 270px;
	float: right;
	text-align: right;
}


/* ************* LOGIN ***************** */
.login {
	width: 280px;
	float: right;
	text-align: right;
	margin-top: 15px;
}

/* ****************** RIGHT ************************ */
.right{
	width: 210px;
	float: right;
	margin-right: 10px;
}

.right h3 {
	color: #9C9999;
	background: #FFFCDA;
	padding: 5px 5px;	
	border: 1px solid #9C9999;
	text-align: center;	
	/*font-family: KabelBookBT;*/
	font-size: 1.3em;
	margin-bottom: 2px;
}

.right a {
	text-decoration: none;
	color: #9C9999;
	font-family: Tahoma, Arial;
	font-size: 1.3em;
}

.right a:hover{
	color: #000000;
}

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

/* Contenido */
.contenido {
	width: 960px;
	float: left;
}

/* Items*/
.items {
	width: 700px;
	float: left;	
	margin-top: 10px;	
	padding-right: 20px;
	/*border-right: 1px solid #dcd282;*/
	margin-left: 0px;
}

.ipslidemod {
margin-left: -9px !important;
}

.itemsfull {	
	width: 960px;	
	float: left;	
	margin-top: 10px;
}

.items h2 {
	color: #9C9999;	
	font-family: KabelBookBT, Tahoma;
	font-size: 2em;
	margin-bottom: 2px;
}

.items h3 {
	color: #9C9999 !important;
}
ul.actions {
	list-style-type: none;
}
.actions {
	text-align: right;
}

/* Menú */
.menu {	
	width: 960px;	
	float: left;	
	height: 40px;	
	margin-top: 10px;	
	/*background: url(../images/bg_menu.png);*/
	background: #9C9999;
	/*-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;*/
	
}
.menu ul {
	list-style-type: none;
	display: inline;
	margin-top: 10px;
	float: left;
	margin-left: 0px !important;
	padding: 0px !important;
}

.menu ul li {
	display: inline;
	padding: 6px 0px;
}
.menu ul li a {
	text-decoration: none;
	/*font-family: KabelBookBT;*/
	font-size: 1.4em;
	/*font-weight: bolder;*/
	/*color: #585858;*/
	color: #FFFFFF;
	padding: 9px 10px;	
	border-right: 1px solid #CBC8C8;
}

.menu ul li a:hover {
	/*color: #000000;*/
	color: #000000;
	/*text-shadow: 1px 1px #FFF;*/
	background: #FFFCDA;
	box-shadow: inset 2px -2px #CBC8C8;
}


/* Footer */
.footer-content {
	width: 960px;
	float: left;
	padding: 20px 0px;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 1.2em;
	/*background: url(../images/footer-bg.png);*/
	border-top: 1px solid #9C9999;
	margin-top: 10px;
}

.footer-content a {
	text-decoration: none;
	color: #9C9999;
}

.footer a:hover{
	color: #000;
}

.footer {
	margin: 0px auto;
	width: 800px;
}

#ac {
	float: left;
	/*margin-left: 20px;*/
}

#ge {
	float: left;
	margin-left: 20px;
}

#pa {
	float: left;
	margin-left: 20px;
}

#ue {
	float: left;
	margin-left: 20px;
}

#cert {
	float: left;
	margin-left: 20px;
}
#cert img {
	width: 100px;
}

#fund {
	float: left;
	margin-left: 20px;
}
#footer-text {
	width: 960px;
	text-align: center;
	float: left; 	
	line-height: 18px;
	/*margin-top: 5px;*/
}

.footer img { border: none; }

.footer .menu {
	width: 960px;
	float: left;
	text-align: center;
}
.footer ul {
	list-style-type: none;
	display: inline;
}
.footer ul li {
	display: inline;
	padding: 0px 8px;
	border-right: 1px solid;
}

.footer ul li:last-child {
	border-right: 0px;
}
/* Quick Search */
.ip_qsmod_holder .button {
	padding: 5px 10px;
	background: #FFFCDA;
	font-family: Tahoma;
	margin-top: 15px;
	border: 1px solid #9C9999;
	box-shadow: 2px 2px #9C9999;
	-webkit-border-radius: 7px 0px 7px 0px;
	-moz-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
	color: #9C9999;
}
.ip_qsmod_holder .button:hover {
	background: #F2F2F2;
	color: #000000;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #EFEBC2;
	box-shadow: 2px 2px #655413;
}

.ip_qsmod input, .ip_qsmod select {
	border: 1px solid #D8D8D8;
	padding: 1px;
	font-family: Tahoma, Arial;
}

.ip_qsmod input {
	padding-left: 5px;
}

.ip_qsmod_bbhead {
	border-bottom: 1px solid #D8D8D8;
	font-family: Tahoma, Arial;
}

.ip_qsmod_adv a {
	text-decoration: none;
	font-size: 1.2em;
	font-family: Tahoma, Arial;
	color: #9C9999;
}

.ip_qsmod_adv a:hover {
	color: #000;
}


/*Akeeba Subscription */

.akeeba-bootstrap img {
	border: 0px !important;
	box-shadow: none !important;
}

/* Upload your property article */
#ebedds-p {
	float: left;
	width: 100%;
}

#ebedds-y {
	float: right;
	width: 100%;
	text-align: right;
}

#ebedd-j {
	float: left;
	width: 100%;
}

#upload-text {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#manage-p {
	float: right;
	width: 100%;
	text-align: right;
}

/* REGISTER */

.register {
	float: right;
	margin-top: -3px;
	margin-right: 10px;
}

.register a {
	text-decoration: none;
	/*font-family: KabelBookBT;*/
	font-size: 1.4em;
	/*font-weight: bolder;*/
	/*color: #585858;
	color: #FFFFFF;*/
	color: #F4FA58;
	padding: 9px 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.register a:hover {
	/*color: #000000;*/
	color: #000000;
	/*text-shadow: 1px 1px #FFF;*/
	background: #FFFCDA;
	box-shadow: inset 2px -2px #CBC8C8;
}


/*  Page Background */
#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* Position ShareThis */
.sharethis {
	float: right;
	width: 150px;
	text-align: right;
}

.addthis_toolbox a {
	text-decoration: none;
	color: #655413;
}

.addthis_toolbox a:hover {
	color: #000000;
}

/* Home Boxs */
#box1,#box2, #box3, #box4 {
	width: 150px;
	padding: 2px 5px;
	height: 240px;
	margin-bottom: 20px;
	margin-top: 10px;
	background: #F2F2F2;
	border: 1px solid #585858;
	box-shadow: 2px 2px #585858;
}

#box1 p,#box2 p, #box3 p, #box4 p{
	text-align: center;
	font-size: 12px;
}

#box1 img,#box2 img, #box3 img, #box4 img{
	width: 140px;
	height: 55px;
}

#box1, #box2, #box3 {
	float: left;
	margin-right: 17px;
}

#box4 {
	float: right;
}



#box1:hover {	

	border: 1px solid #655413;

	background: #FAF9EA;

	box-shadow: inset 2px -2px #655413;

}

#box2:hover {

	border: 1px solid #084B8A;

	background: #CEE3F6;

	box-shadow: inset 2px -2px #084B8A;

}



#box4:hover {

	border: 1px solid #008319;

	background: #EAFAED;

	box-shadow: inset 2px -2px #008319;

}





#box3:hover{

	border: 1px solid #8A0829;

	background: #F6CED8;

	box-shadow: inset 2px -2px #8A0829;

}



#home a {

	text-decoration: none !important;

	color: #000000 !important;

}

#home {

	float: left;

	width: 100%;	
}

/* ******** LIKE IT *********** */

.likeit {float: right;margin-top: 11px;margin-right: 5px;width: 274px;}

.fb-like.fb_edge_widget_with_comment.fb_iframe_widget {margin-right: 10px;float: left;}#twitter {float: left;width: 196px;}

/*  **** TWITTER FEEDS ****** */
#wrappall {
	margin-bottom: 40px;
}

/* ****** PAGINATION ******* */
.pagination ul{
	list-style-type: none;
	font-family: Tahoma, Arial;
}
.pagination ul li {
	display: inline;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #9C9999;
}

.pagination ul li a {
	text-decoration: none;
	color: #9C9999;
}

.pagination ul li a:hover{
	color: #9C9999;
}


/*********** WEBS POSITION ************ */
.webs {
	float: left;
	width: 400px;
	margin-left: 25px;
	height: 40px;
}

.webs img {
	width: 90px;
}

img {
	border: none !important;
}

/* pay with facebook */
.pws-container {
margin: 30px 0;
}

.pws_desc {
margin-bottom: 20px;
}

.pws-download-button {
display: block;
margin-right: 10px;
margin: 0 auto;
width: 150px;
}