/********************************************************************************************************************************************************
Name: Cine369
Version: 1.0
Author: Sandra Bermudez @ bulabe.com
URL: http://www.cine369.com
/*******************************************************************************************************************************************************/

*, html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/********************************************************************************************************************************************************
COLOR GUIDE

Blanco #fff
Negro #000
Claro no.1 #efeeea

/********************************************************************************************************************************************************/

/********************************************************************************************************************************************************
BASICS: TAGS
/********************************************************************************************************************************************************/

body {
	background-color: #e7e6e0;
	color: #292929;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
}

h1, h2, h3 {
	font-weight: 500;
}

h1 {
	color: #e12a2a;
	font-size: 22px;
	text-align: center;
}

h2 {
	color: #e12a2a;
	font-size: 14px;
}

p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: justify;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #e12a2a;
}

a:hover {
	text-decoration: underline;
}

a:link img, a:visited img, a:active img, a:hover img { 
	border: none;
	background-color: transparent;
}

::selection,
::-moz-selection {
	background: #292929;
	color: #fff;
}

strong {
	font-weight: 500;
}

sup {
	font-size: 80%;
	vertical-align: top;
}

/********************************************************************************************************************************************************
LAYOUT
********************************************************************************************************************************************************/

div#container {
	width: 680px;
	min-height: 500px;
	background-image: url('images/opacity_a.png');
	margin: 60px auto;
	padding: 10px;
	border-radius: 12px;
	position: relative;
}

div#wrapper {
	min-height: 480px;
	background-color: #fbfbfb;
	text-align: left;
	padding: 10px;
	border-radius: 12px;	
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.clearfix {
	clear: both;
}

/********************************************************************************************************************************************************
LAYOUT - RESPONSIVE */

@media screen and device (max-width: 1100px) {

	div#container {
		width: 680px;
		margin: 0 10px 0 220px;
		float: left;
		position: relative;
		top: -500px;
		
	}	
	
	div#perfiles, div#footer {
		position: relative;
		top: -470px;
	}
}


/* IPHONE */

@media screen and device (max-width: 780px) {

	div#container {
		width: 95%;
		margin: 0;
		float: none;
		overflow: hidden;
	}
	
	div#wrapper {
		overflow: hidden;
	}
	
	div#container iframe {
		width: 100%;
	}

}


/********************************************************************************************************************************************************
SIDEBAR
********************************************************************************************************************************************************/

div#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

a#logo:link, 
a#logo:visited, 
a#logo:active,
a#logo:hover {
	display: block;
	width: 205px;
	height: 189px;
	background-image: url('images/cine369_logo_sidebar.png');
	overflow: hidden;
	margin: 10px 0 0 10px;
	text-align: left;
	text-indent: 100%;
}

div#topNav {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1000;
	background-image: url('images/opacity_a.png');
	width: 480px;
	padding: 10px 0 10px 20px;
	border-radius: 0 0px 8px 8px;
}

/********************************************************************************************************************************************************
SIDEBAR - RESPONSIVE */

/* IPHONE */

@media screen and device (max-width: 800px) {

	div#sidebar {
		left: 10px;
	}

	a#logo:link, 
	a#logo:visited, 
	a#logo:active,
	a#logo:hover {
		margin: 10px auto 10px auto;
	}	
	
	div#topNav {
	/*
		position: static;
		clear: both;
		width: 90%;
		margin: 0 0 0 10px;
	*/
		display: none;
	}
	
}



/********************************************************************************************************************************************************
NAV
********************************************************************************************************************************************************/

div.nav {
	background-image: url('images/opacity_a.png');
	text-align: right;
	width: 185px;
	padding: 20px 10px 30px 0;
	margin: 20px 0 20px 0;
	border-radius: 0 8px 8px 0;
	float: left;
}

div.subnav_a {
	background-color: #efeeea;
	background-image: url('images/opacity_a.png');
	text-align: left;	
	width: 180px;
	padding: 0 10px 0 10px;
	margin: 130px 0 0 0;
	border-left: 1px solid #fff;
	border-radius: 0 8px 8px 8px;
	float: left;
}

div.subnav_b {
	background-color: #efeeea;
	background-image: url('images/opacity_a.png');
	text-align: left;	
	width: 180px;
	padding: 0 10px 0 10px;
	margin: 237px 0 0 0;
	border-left: 1px solid #fff;
	border-radius: 0 8px 8px 8px;
	float: left;	
}

ul#menu,
ul.subMenu,
ul#menuContacto {
	list-style-type: none;
	margin: 0 0 0 0;
}

ul#menu li a:link, 
ul#menu li a:visited, 
ul#menu li a:active,
ul.subMenu li a:link, 
ul.subMenu li a:visited, 
ul.subMenu li a:active {
	display: block;	
	
	color: #292929;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	
	text-decoration: none;
	border-top: 1px solid #fff;	
	margin: 0 0;
	padding: 15px 5px 15px 0;
}

ul#menu li:first-child a:link, 
ul#menu li:first-child a:visited, 
ul#menu li:first-child a:active,
ul.subMenu li:first-child a:link, 
ul.subMenu li:first-child a:visited, 
ul.subMenu li:first-child a:active {
		border-top: none;
}

ul#menu li a.selected:link, 
ul#menu li a.selected:visited, 
ul#menu li a.selected:active,
ul#menuContacto li a.selected:link, 
ul#menuContacto li a.selected:visited, 
ul#menuContacto li a.selected:active {
	color: #e12a2a;
	
}

ul#menuContacto li a:link, 
ul#menuContacto li a:visited, 
ul#menuContacto li a:active {	
	color: #292929;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	
	text-decoration: none;
	border-left: 1px solid #fff;	
	margin: 0 0;
	padding: 5px 10px 5px 10px;
	
	float: left;
}

ul#menuContacto li:first-child a:link, 
ul#menuContacto li:first-child a:visited, 
ul#menuContacto li:first-child a:active {
	border-left: none;
	padding: 5px 10px 5px 0;
}

ul#menu li a:hover,
ul.subMenu li a:hover,
ul#menuContacto li a:hover {
	text-decoration: none;
	color: #e12a2a;
	
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s;			
	transition: color 0.2s linear 0s;
}


/********************************************************************************************************************************************************
SIDEBAR - RESPONSIVE */

/* IPHONE */

@media screen and device (max-width: 800px) {
	
	div#topNav, ul#menuContacto {
		background-image: none;
	}
	
	ul#menuContacto li a:link, 
	ul#menuContacto li a:visited, 
	ul#menuContacto li a:active,
	ul#menuContacto li:first-child a:link, 
	ul#menuContacto li:first-child a:visited, 
	ul#menuContacto li:first-child a:active {	
		display: block;	
		margin: 6px 0;
		padding: 5px 10px 5px 10px;
		border-left: 1px solid #fff;
		float: none;
		text-align: left;
		
	}

}




/********************************************************************************************************************************************************
-- PROFILE
********************************************************************************************************************************************************/

div#perfiles,
div#perfiles_i {
	width: 100%;
	background-color: #e12a2a;
	border-top: 1px solid #f37a5b;
	margin: 0 0 0 0;
	clear: both;
}

div#perfiles h3, div#perfiles_i h3 {
	color: #f9d4d4;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px 0 20px 0;
}

ul#profile {
	width: 700px;
	list-style-type: none;
	margin: 0 auto;
}

ul#profile li a:link, 
ul#profile li a:visited, 
ul#profile li a:active {
	display: block;
	width: 139px;
	height: 80px;
	padding: 0 0 0 0;

	background-color: #e12a2a;
	color: #f8c6b9;
	
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 135px;
	letter-spacing: 1px;
	
	border-top: 1px solid #f37a5b;
	border-right: 1px solid #f37a5b;
	
	background-repeat: no-repeat;
	
	opacity: 0.8;
	float: left;
}


ul#profile li:nth-child(5) a:link, 
ul#profile li:nth-child(5) a:visited, 
ul#profile li:nth-child(5) a:active,
ul#profile li:nth-child(10) a:link, 
ul#profile li:nth-child(10) a:visited, 
ul#profile li:nth-child(10) a:active {
	border-right: none;
}

ul#profile li:nth-child(1) a:link, 
ul#profile li:nth-child(1) a:visited, 
ul#profile li:nth-child(1) a:active,
ul#profile li:nth-child(2) a:link, 
ul#profile li:nth-child(2) a:visited, 
ul#profile li:nth-child(2) a:active,
ul#profile li:nth-child(3) a:link, 
ul#profile li:nth-child(3) a:visited, 
ul#profile li:nth-child(3) a:active,
ul#profile li:nth-child(4) a:link, 
ul#profile li:nth-child(4) a:visited, 
ul#profile li:nth-child(4) a:active,
ul#profile li:nth-child(5) a:link, 
ul#profile li:nth-child(5) a:visited, 
ul#profile li:nth-child(5) a:active {
	border-top: none;
}

ul#profile li a:hover {
	opacity: 1;
	color: #fff;
	-webkit-transition: color 0.3s linear 0s;
	-moz-transition: color 0.3s linear 0s;
	-o-transition: color 0.3s linear 0s;			
	transition: color 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;			
	transition: opacity 0.3s linear 0s;	
}

ul#profile li#pf1 a:link,
ul#profile li#pf1 a:visited,
ul#profile li#pf1 a:active {
	background-image: url('images/profile-1.png');
	background-position: 54px 1px;
}

ul#profile li#pf2 a:link,
ul#profile li#pf2 a:visited,
ul#profile li#pf2 a:active {
	background-image: url('images/profile-2.png');
	background-position: 53px 1px;
}

ul#profile li#pf3 a:link,
ul#profile li#pf3 a:visited,
ul#profile li#pf3 a:active {
	background-image: url('images/profile-3.png');
	background-position: 42px 1px;
}

ul#profile li#pf4 a:link,
ul#profile li#pf4 a:visited,
ul#profile li#pf4 a:active {
	background-image: url('images/profile-4.png');
	background-position: 45px 1px;
}

ul#profile li#pf5 a:link,
ul#profile li#pf5 a:visited,
ul#profile li#pf5 a:active {
	background-image: url('images/profile-5.png');
	background-position: 27px 1px;
}

ul#profile li#pf6 a:link,
ul#profile li#pf6 a:visited,
ul#profile li#pf6 a:active {
	background-image: url('images/profile-6.png');
	background-position: 23px 1px;
}

ul#profile li#pf7 a:link,
ul#profile li#pf7 a:visited,
ul#profile li#pf7 a:active {
	background-image: url('images/profile-7.png');
	background-position: 28px 1px;
}

ul#profile li#pf8 a:link,
ul#profile li#pf8 a:visited,
ul#profile li#pf8 a:active {
	background-image: url('images/profile-8.png');
	background-position: 45px 1px;
}

ul#profile li#pf9 a:link,
ul#profile li#pf9 a:visited,
ul#profile li#pf9 a:active {
	background-image: url('images/profile-9.png');
	background-position: 38px 1px;
}

ul#profile li#pf10 a:link,
ul#profile li#pf10 a:visited,
ul#profile li#pf10 a:active {
	background-image: url('images/profile-10.png');
	background-position: 45px 1px;
}


/********************************************************************************************************************************************************
PROFILES - RESPONSIVE */

/* IPHONE */

@media screen and device (max-width: 800px) {

	ul#profile {
		width: 320px;
	}

	ul#profile li a:link, 
	ul#profile li a:visited, 
	ul#profile li a:active {
		margin: 5px;
		border: 1px solid #f37a5b;
		float: left;
	}

	ul#profile li:nth-child(5) a:link, 
	ul#profile li:nth-child(5) a:visited, 
	ul#profile li:nth-child(5) a:active,
	ul#profile li:nth-child(10) a:link, 
	ul#profile li:nth-child(10) a:visited, 
	ul#profile li:nth-child(10) a:active,
	ul#profile li:nth-child(1) a:link, 
	ul#profile li:nth-child(1) a:visited, 
	ul#profile li:nth-child(1) a:active,
	ul#profile li:nth-child(2) a:link, 
	ul#profile li:nth-child(2) a:visited, 
	ul#profile li:nth-child(2) a:active,
	ul#profile li:nth-child(3) a:link, 
	ul#profile li:nth-child(3) a:visited, 
	ul#profile li:nth-child(3) a:active,
	ul#profile li:nth-child(4) a:link, 
	ul#profile li:nth-child(4) a:visited, 
	ul#profile li:nth-child(4) a:active,
	#profile li:nth-child(5) a:link, 
	ul#profile li:nth-child(5) a:visited, 
	ul#profile li:nth-child(5) a:active {
		border: 1px solid #f37a5b;
	}

}



/********************************************************************************************************************************************************
-- BLOCKS
/********************************************************************************************************************************************************/


div.planta {
	display: block;
	width: 210px;
	height: 360px;
	text-align: center;
	float: left;
}

div.planta a:link, 
div.planta a:visited,
div.planta a:active {
	color: #999;
	font-size: 14px;
	font-style: italic;
	margin: 12px 0 6px 0;
	display: block;
}

div.planta a:hover {
	color: #000;
}	

div.cuartos {
	display: block;
	width: 153px;
	height: 153px;
	text-align: center;
	float: left;
}
 

div.descripcion {
	background-color: #e12a2a;
	color: #fff;
	margin: 12px 0;
	padding: 16px;
}


div.descripcion a:link,
div.descripcion a:visited,
div.descripcion a:active {
	display: block;
	color: #fff;
	text-align: center;
}


/********************************************************************************************************************************************************
PROFILE
********************************************************************************************************************************************************/

div#telling {
	height: 386px;
	position: relative;
	margin: 0 0 0 0;
}

div.arrow_s {
	display: block;
	width: 42px;
	height: 27px;
	background-image: url('images/arrow_c.png');
	position: absolute;
	right: 40px;
	bottom: 0;
}

div.franja_r {
	background-color: #e12a2a;
	color: #fff;
	padding: 15px 20px 20px 20px;
}

div.franja_r h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

div.franja_r strong {
	font-weight: 700;
}

div.franja_r p {
	font-size: 12px;
	font-weight: 400;
}

.naranjas {
	width: 452px;
	height: 21px;
	
	margin: 45px auto 20px auto;
	text-align: center;
	font-size: 16px;
	background-image: url('images/l_naranjas.png');
}


/********************************************************************************************************************************************************
-- FOOTER
/********************************************************************************************************************************************************/

div#footer, div#footer_i {
	width: 100%;
	clear: both;
	padding: 25px 0;
	background-color: #e7e6e0;
	border-top: 1px solid #fff;
}

div#footer p, div#footer_i p {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
	letter-spacing: 1px;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	
}

a#mh:link, 
a#mh:visited, 
a#mh:active,
a#mh:hover {
	display: block;
	width: 181px;
	height: 65px;
	background-image: url('images/logo_max_home.gif');
	overflow: hidden;
	margin: 0 auto 10px auto;
	text-align: left;
	text-indent: 100%;
}




/********************************************************************************************************************************************************
-- SLIDER
********************************************************************************************************************************************************/

div.slider {
	width: 100%;
	min-height: 570px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

div.preloader {
	width: 60px;
	height: 60px;
	background-image: url('images/ajax-loader.gif');
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	z-index: 300;
}

div.images {
	width: 400%;
	position: absolute;
	top: 0;
	left: 0;
}

div.images img {
	float: left;
	min-height: 570px;
}

div.slider h1 {
	display: block;
	width: 175px;
	height: 174px;
	
	background-image: url('images/90_vendido.png');
	background-repeat: no-repeat;
	
	position: absolute;
	right: 200px;
	top: 70px;
	z-index: 302;
	
	text-indent: 190px;
	overflow: hidden;
}

div#caption {
	display: block;
	width: 380px;
	height: 15px;
	padding: 10px 0 15px 10px;
	
	background-image: url('images/opacity_a.png');
	border-radius: 8px 8px;
	
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;

	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -190px;
	z-index: 302;		
}

/********************************************************************************************************************************************************
SLIDER - RESPONSIVE */

/* IPHONE */

@media screen and device (max-width: 800px) {

	div.slider {
		width: 100%;
		min-height: 570px;
		top: 0;
		left: 0;
	}
	
	div.preloader, div.images, div#caption, div.slider h1 {
		display: none;
	}

}

/********************************************************************************************************************************************************
CONTACTO 
********************************************************************************************************************************************************/

form#myform {
	width: 410px;
	text-align: left;
	margin: 30px auto 0px auto;
}

form#myform label {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	margin: 8px 0 0 0;
}

form#myform input {
	background-color: #dbdbdb;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 500;

	padding: 6px;
	
	margin: 5px 0 5px 20px;
	width: 380px;
	border-radius: 5px 5px;
}

form#myform select {
	background-color: #dbdbdb;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	width: 100px;
	margin: 8px 0 5px 20px;
}

form#myform textarea {
	background-color: #dbdbdb;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 6px;
	margin: 5px 0 5px 20px;
	width: 380px;
	height: 160px;
	border-radius: 5px 5px;
}

form#myform label.error {
	
}

form#myform input#submit {
	width: 80px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	margin: 10px 0 20px 320px;
}

form#myform input:focus, 
form#myform textarea:focus,
form#myform input#submit:hover {
	background-color: #e12a2a;
	color: #fff;
}

div#thx {
	width: 300px;
	margin: 30px auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	color: #e12a2a;
}

form#myform span#adv_n,
form#myform span#adv_c,
form#myform span#adv_m {
	font-family: 'Raleway', sans-serif;
	color: red;
}


/********************************************************************************************************************************************************
LAYOUT - RESPONSIVE */

/* IPHONE */

@media screen and device (max-width: 800px) {

	a.rojo:link,
	a.rojo:visited,
	a.rojo:active {

		display: block;
		margin: 8px 0;
	}

	div#thx {
		width: 100%;
		margin: 20px 0 20px 0;
	}

	form#myform {
		width: 100%;
	}

	form#myform input, form#myform textarea {
		margin: 5px 0 5px 0;
		width: 100%;
	}
	
	form#myform input#submit {
		margin: 10px auto;
	}
}
















/********************************************************************************************************************************************************
CLASES
********************************************************************************************************************************************************/

a.rojo:link,
a.rojo:visited,
a.rojo:active {
	background-color: #e12a2a;
	padding: 6px 12px;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
}

a.rojo:hover {
	background-color: #ff6666;
	text-decoration: none;
}

span.upr {
	font-family: Arial, sans-serif;
}

.tac {
	text-align: center;
}

.m10 {
	margin: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt40 {
	margin-top: 40px;
}

.mr15 {
	margin-right: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml15 {
	margin-left: 15px;
}





/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************
-- MEDIA SCREEN
********************************************************************************************************************************************************/

@media screen and device (max-width: 1100px) {

	div.slider {
		width: 100%;
		min-height: 60%;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 800;
	}



	div#sidebar {
		width: 90%;
		position: relative;
		float: none;
		z-index: 999;
	}

div.subnav_a {
	width: 180px;
	position: absolute;
	left: 195px;
	top: 200px;
	float: none;
}

div.subnav_b {
	width: 180px;
	position: absolute;
	left: 195px;
	top: 200px;
	float: none;	
}

}






