/*

SOL DEL ESTE CSS

*/


body
{
	background-color: #e9e9e9;
	color: #666;
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 11px;
}

.right
{
	float: right;	
}

.left
{
	float: left;	
}

.clear
{
	clear: both;	
}

.no-visible
{
	display: none;	
}


/* CONTAINER */

#container
{
	background-color: #f9f9f9;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto 0 auto;
	width: 960px;
}


/* NAV */

#nav
{
	background-image: url('../img/sombra.png');
	background-repeat: repeat-y;
	min-height: 400px;
	padding-top: 5px;
	position: fixed;
	width: 265px;	
}

#nav h1
{
	margin-bottom: 35px;	
}

#nav ul
{
	margin-left: 30px;	
}

#nav li
{
	margin-bottom: 15px;	
}

#nav a
{
	color: #666;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover
{
	color: #333;	
}

#nav li .selected
{
	color: #cf0e16;	
}


/* CONTENT */

#content
{
	line-height: 150%;
	margin-left: 260px;	
}

.seccion
{
	border-bottom: 1px solid #ccc;
	width: 700px;
}

h2
{
	height: 120px;
}

h3
{
	color: #CF0E16;
	font-size: 12px;
	font-weight: normal;
}

.w-700
{
	margin-left: 30px;
	width: 620px; 
}

.w-350
{
	margin-left: 30px;
	width: 310px; 
}

.w-300
{
	margin-left: 10px;
	width: 310px; 
}

.m-25
{
	margin-bottom: 25px;
}

.m-15
{
	margin-bottom: 15px;
}

.ul-15 li
{
	margin-bottom: 15px;
}


/* TARIFAS */


/* UBICACION */

#map
{
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-left: 30px;
}

#map-link
{
	display: block;
	margin-bottom: 15px;
	margin-left: 30px;
}


/* CONTACTO */

#datos-contacto
{
	margin-top: 130px;	
}

form
{
	margin-top: 10px;	
}

form input[type=text], form textarea
{
	background-color: #e9e9e9;
	border: 1px solid #ccc;
	color: #666;
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 8px;
	width: 234px;	
}

form textarea
{
	height: 80px;
	margin-bottom: 15px;
}

#enviar, #enviando
{
	background-color: #f5811e;
	border: 1px solid #cb6a18;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 11px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	width: 135px;		
}

#enviando
{
	width: 121px;	
}

#contacto form .error
{
	border-color: #cf0e16;
	color: #cf0e16;
}

#enviado
{
	color: #00cc00;
	margin-top: 10px;
}

#departamentos .left, #departamentos .right {
	width: 350px;
}

#departamentos .right a.galeria {display: block;}




