@charset "utf-8";
/* CSS Admin */

/* Highlighted Paragraphs */
.highlight-1, .highlight-2, .highlight-3 {
	font-family: 'Roboto', sans-serif;
	-moz-border-radius : 4px;
	-webkit-border-radius : 4px;
	padding : 5px 10px;
	margin:10px 0;
}
	.highlight-1 {
		background : #FFCCCC;
		border : 1px dotted #FF9966;	
	}
	.highlight-2 {
		background : #FFFF99;
		border : 1px dotted #FFCC33;	
	}
	.highlight-3 {
		background : #CCFF99;
		border : 1px dotted #CCCC33;
	}

label, p {
	font-size:1em;
	font-weight:300;
	line-height:normal;
	color:#000;
	padding:5px 0;
	margin:0;
}

.admin a{color:#0066CC;}
	.admin a:hover{color:#1F3A93;}

.admin form {
	width:auto;
	height:auto;
	display:block;
	border-top:1px solid #999;	
	border-bottom:1px solid #999;
	padding:5px 0;
	margin:10px 0;
}

.admin form input, .admin form textarea, .admin form select {
	width:100%;
	height:30px;
	background:#DDD;
	font-size:1em;
	font-weight:300;
	color:#666;
	padding:1px 2px;
	margin:5px 0;
	border:none;
}

.admin form textarea{
	height:auto;
}

.admin form input[type="checkbox"]{
	width:auto;
	height:auto;
	background:none;
	margin-left:10px;
	margin-bottom:20px;
}

.admin .button{
	background-color:#0066CC;
	width:auto;
	padding:0 20px;
	color:#FFF;
	float:right;
}

.admin .button:hover{
	background-color:#1F3A93;
}

.mb-50 {margin-bottom:50px;}

#nav-mobile {    
    background: url(../../img/nav.jpg) no-repeat center center;
}

.skin-text{
	color:#0066CC;
}

.derecha{ float:right;}

.alturafija{
	height:44px;
	overflow:hidden;
}

.img_uploaded{
	width:47.5%;
	clear:none !important;
	margin-right:1.25%;
	margin-left:1.25%;
	margin-bottom:1.25%;
	float:left;
	height:300px;
	overflow:hidden;
	text-align:center;
	background-color:#CCC;
}

.img_uploaded img{
	height:100%;
}

.rent-sales a.activo{
	color:#0066cc !important;
	font-weight:bold;
}

/*Mapa*/
#map-canvas{
	width:100%;
	height:300px;
}

#map-canvas img {
  max-width:none;
  max-height:none;
}

.controls {
margin-top: 10px !important;
border: 1px solid transparent;
border-radius: 2px 0 0 2px;
box-sizing: border-box;
-moz-box-sizing: border-box;
height: 32px;
outline: none;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 400px;
}

#pac-input:focus {
border-color: #4d90fe;
}

@media handheld, only screen and (max-width: 767px) {
.img_uploaded{
	width:100%;
	margin-right:0;
	margin-left:0;
	margin-bottom:10px;
	float:none;
	height:auto;
}

.img_uploaded img{
	height:auto;
}

}

#slideshow1 {
    width: 100%;
    height: auto;
}

#slideshow1 div {
    width: 100%;
    height: auto;
    position:relative;
    overflow: hidden;
    top: 10%;
    left: 0;
}

#slideshow1 div p {
    width: 25%;
    height: auto;
    background: rgba(0,0,0,0.75);
    font-size: 1.125em;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    z-index: 1;
    padding: 10px 20px;
    top: 15%;
    right: 7%;
}

#slideshow1 div img {
    width: 100%;
    border: 0;
    position: relative;
    padding: 0;
}