@charset "UTF-8"; 


@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 5px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }


/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	font-size:70%;
	line-height: 1.538em;
	background: #222;} 

 
/*	-------------------------------------------------------------
	ENLACES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0; }
	
a, a:link{color: #C36;text-decoration: none; font-weight:bold;}
a:hover {color: #F36;}
	

  
/*	-------------------------------------------------------------
	FUENTES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	font-size:1em;
	margin: 0 0 12px 0;
	}
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px;
	}
 
h2 {
	font-weight: normal;
	margin: 15px 0 10px;
	font-size:200%;
	color: #933;
	}
 
h3 {
	clear:both;
	margin: 20px 0 10px 0;
	font-size:160%;
	color:#666;
	}
	
	
.precio {
	background: #C06;
	color: #fff;
	border: none;
	font-size: 11px;
	font-weight:bold;
	margin: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 2px 4px;
	width: auto; }

.mini{ font-size:90%; color:#666;}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 10px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
 
 
 
 
/*	-------------------------------------------------------------
	CAPAS PRINCIPALES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	margin: 0 auto;
	padding:40px 0 0 0;
	width: 100%;
	background: transparent; }
 
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 998px; }
 
.header {
	position: relative;
	margin: 0;
	height:150px;
	width: 998px; }

.sub-header {
	margin: 0 0 10px 0;
	height:500px;
	width: 970px;
	}

.imagenes{
	margin: 0 0 10px 0;
	height:300px;
	width: 970px;
	}
	

.content {
	padding:0 14px 40px 14px;
	width: 998px;
	background: url("/images/bg_content.png") no-repeat bottom left;
	}

.content-text {
	margin:0 auto;
	padding:0;
	width:970px; }

.footer-text {
	margin: 5px 0 10px 0;
	padding:0;
	width: 998px;
	text-align:center;
	background:none;
	color:#CCC;
	}




/*	-------------------------------------------------------------
	ELEMENTOS INTERFAZ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* CABECERA */

.header {background-image: url("/images/bg_header_white.png"); }

.header .nav li a:hover, 
.header .nav li a.selected {color: #C36 !important;}

.header h1 {
	position:absolute;
	top:50px; 
	left:45px;
	margin: 0;
	padding:0;
	width: 350px;
	height:80px;
	text-indent:-9999px;
	background:transparent url("/images/logo.png") no-repeat 0 0; }

.header .nav {
	position:absolute;
	top:42px;
	right:40px;
	margin:0;
	padding:0; }

.header .nav li {
	float:left;
	width:auto;
	margin:60px 30px 0 0;
	background:transparent; }

.header .nav li a {
	color:#666 !important;
	font-size:120%;
	text-transform:uppercase;
	background:transparent; }

.header .nav li a:hover, .header .nav li a.selected {
	background:transparent; 
	color: #C36;}

	


/* FRONTPAGE */ 
#front-left {
	float:left;
	padding:10px 20px;
	margin:10px;
	width:250px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	}


#front-mid, #front-right {
	float:left;
	padding:0px 20px;
	background-color:#eee;
	margin:20px 10px;
	width:250px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	}



.fotoparrafo {
	float: left;
	padding: 1px;
	margin: 5px 20px 10px 0px;
}

.fotoparrafomarco {
	float: left;
	padding: 1px;
	margin: 5px 20px 10px 0px;
	border:2px solid  #ddd;
}


/* SHOWCASE */
.showcase {
    float: left;
	width: 175px;
	margin: 15px 35px 10px 0; }
		
.showcase h3 {
	font-weight: normal;
	font-size:1.2em;
	margin-top: 8px; }
	
.showcase h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 1px 0 0 2px; }

}