
/* nemodigital.net */
/* Tipografía basica  */
/* ------------------------------------------------------- */

body {
	font: 11px/1.65em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

/* links */
a {
	text-decoration: none;
	font-weight: bold;
	color: #6F559D;
	}
a:active {
	color:red;
	}
a:hover {
	color: #000;
	text-decoration: none;
}

.maincol a:hover,
 a:hover {
	border-bottom: 1px dotted #999;
}

/* headings */
h1 {
	display: none;
}

h2 { 
	font-size: 20px; 
	line-height: 1.3;
 	font-weight: normal; 
	color: #945F27;
	margin: 0 0 0.5em 0;
	
	/* once gecko rendering improves, add 'GillSans' to this list */
	font-family: "P22JohnstonUnderground","Gill Sans", "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}	

h2 a { color: #945F27;font-weight: normal;  }

h3 {
	font-size: 14px;
 	font-weight: bold; 
	margin: 0 0 0.2em 0;
}

h4 {
	font-size: 11px;
	margin: 0 0 0.2em 0;
	font-weight: bold;
}
	
ol, ul, li {
	list-style-image: none;
	list-style-type: none;
}

ol, ul { margin: 1.5em 0;}

h3+ul, h3+ol {
	margin: 0 0 1.5em 0;
}


/* Code display */
/* ------------------------------------------------------- */
p { margin: 0 0 1em 0; }
p.tags { margin: 0.8em 0; }

.plink,
.invite,
p.small {
	font-size: 10px;
	line-height: 1.4em;
}

.center { text-align: center; }
li>p { margin-top: 0.2em; }
strong, b { font-weight: bold; }

blockquote {
	margin: 0 0 1.5em 0;
	background: #fafeed;
	color: #a00101;
	padding: 1em 1em 0.5em 1.5em;
	line-height: 1.8;
	border-left: 2px solid #e2d3a2;
}

blockquote p:before {
	content: open-quote ;
	margin: 0 0 0 -0.3em;
}

blockquote p:after {
	content: close-quote ;
}

cite {
 font-weight: bold;
 font-style: normal;
 display: block;
 text-transform: uppercase;
	color: #a00101;
}


/* All Image Replacement fellows */
/* ------------------------------------------------------- */

/* sidetitles */
.playlist h2,
.sidenotes h2,
.projects h2,
.menus h2,
.formulario h2,
#press h2,
#show h2,
#related h2,
#aboutmenu h2,
#instructions h2,
.flickr h2,
.recent h2,
.love h2,
.booklist h2,
.vcard h2,
.clients h2  {
	display: block;
	background-repeat: no-repeat;
	background-color: transparent; 
	text-indent: -5000px;
	overflow: hidden; 
	height: 20px;
	width: 300px;
	margin-top: -10px;
}

.ir {	
	display: block;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 
}
/* flickr */
/* --*/
* {margin:0px;padding:0px;}
.flickrmio {
	margin-top: -8px;
	margin-left: -1px;
	width: 300px;
}
#flickr_badge_uber_wrapper {
	margin-top: -20px;	
	*margin-top: -22px;
}
#flickr_badge_uber_wrapper table {
	padding-top: 0px;
	margin-top: -10px;	
	*margin-top: -5px;
}
#flickr_badge_uber_wrapper tbody {
}
/* Title Images */
/* ------------------------------------------------------- */

.booklist h2 { background-image: url(booklist.png);}
.love h2 { background-image: url(love.png);}
.playlist h2 { background-image: url(playlist.png)}
.sidenotes h2 { background-image: url(sidenotes.png)}
.recent h2 { background-image: url(recentarticles.png)}
#recent h2,
.projects h2 { background-image: url(../barra/foto.png)}
.formulario h2 { background-image: url(../contacto/formulario.png)}
#press h2 { background-image: url(press.png)}
#aboutmenu h2 { background-image: url(about.png)}
#instructions h2 { background-image: url(instructions.png)}
.flickr h2 { background-image: url(hickr.png)}
.vcard h2  { background-image: url(contact.png)}
.menus h2  { background-image: url(menus.png)}
.clients h2 { background-image: url(clients.png)}
/* men y menu */
/* ------------------------------------------------------- */

.menus p {
	width: 350px;
	*width: 380px;
	padding-top: -10px;
	*padding-top: -15px;
}
.men {
	display: block;
	background-repeat: no-repeat;
	background-color: transparent; 
	overflow: hidden; 
	width: 480px;
	margin-top: -160px;
	margin-bottom: 15px;
	*margin-bottom: 10px;	
}
.men h2 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
		margin: 2px;
}
.men p {
	line-height: 1.5em;
	margin: 0px;
	padding: 1px;
	*padding: 0px;	
}

.off {
	display: none;
}

#logo img {
	border: 0;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 5%;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #333;
}
/* reset whitespace */
* {
	padding:0;
	margin:0;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

.lbox {
	background-color: #fafeed;
}

            
/* Vertical centering technique: 
http://exanimo.com/css/vertical-centering-with-a-floated-shim/ 
I've applied to the skiplink div, instead of adding an extra shim */

.lbox #skipLink {
	width: 100%;
	height: 50%;      
	margin-top: -295px; 
	float: left;
}

.lbox {
	margin: 0 0 0 -100px; /* balancing for the bumpf on the left */
}

#skipLink p{
	position: absolute;
	left: -999px;
	width: 990px;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#barra {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#comedor {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#eventos {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#contacto {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#villenerias {
	width: 880px;
	margin: 0 auto;
	position: relative;
}

#localizacion {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
.lbox #wrapper {
	position: relative;
    background: transparent url(main-layout.jpg) no-repeat 0 0;
	width: 1000px;
	height: 565px;
	clear: both;
}

/* My Comment */
#barra {
	position: relative;
    background: transparent url(../barra/barra-layout.jpg) no-repeat 0 0;
	width: 1000px;
	height: 565px;
	clear: both;
}
#comedor {
	position: relative;
    background: transparent url(../comedor/comedor-layout.jpg) no-repeat 0 0;
	width: 1000px;
	height: 565px;
	clear: both;
}
#eventos {
	position: relative;
    background: transparent url(../eventos/eventos-layout.jpg) no-repeat 0 0;
	width: 1000px;
	height: 565px;
	clear: both;
}
#contacto {
	position: relative;
    background: transparent url(../contacto/contacto-layout.jpg) no-repeat 0 0;
	width: 1000px;
	height: 565px;
	clear: both;
}
#villenerias {
	position: relative;
    background: transparent url(../villenerias/villenerias.jpg) no-repeat 0 0;
	width: 1000px;
	height: 565px;
	clear: both;
}
#localizacion {
	position: relative;
    background: transparent url(../localizacion/localizacion.jpg) no-repeat 0 0;
	width: 1000px;
	height: 565px;
	clear: both;
}

#logo {
	position: absolute;
	left: 665px;
	top: 30px;
	z-index: 10;
}

.lbox #logo {top: 0; left: 770px;}

#logo a{
	display: block;
	width: 227px;
	height: 200px;
}
#logo img {
	display: none;
}
.diseno {
	font-size: 0.8em;
}
/* menu */
/* ------------------------------------------------------- */
* {margin:0px;padding:0px;}
ul,li {	list-style-image: url(saca.png);
}

#menu_iz {
	position: absolute;
	top: 210px;
	right: 76px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 100px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #ff9800;
	background: transparent; /* IE6 Bug */
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: gray;} /* Hover Styles */
				
li:hover ul, li.over ul { display: block;outline:none; } /* The magic */

/* Switcher */
/* -------------
----------------------------------- */

#switcher {float: right;padding: 370px 32px 0 0;}
#switcher p { color: #535353; }
.on { display: none; }


/* Main content  columns */
/* ------------------------------------------------------- */

#content {
	padding: 105px 0 50px 0;
}

.lbox #content {
	padding: 0;
	position: absolute;
	left: 90px;
	top: 56px;
	height: 465px;
	width: 665px;
	overflow: auto;
}

.maincol {
	float: left;
	width: 600px;
	height: 450px;
}

.row { clear: both;}

.sidebox .row {
	border-top: 1px #ccc dotted;
	padding: 1em 0 0 0;
}
.foto {
	position: relative;
}
.sidebox {
	line-height: 1.5em;
	width: 420px;
	float: left;
}

.lbox .maincol { padding: 0 0 0 30px; }
.inner { width: 645px;}
.lbox .sidebox { width: 170px;
}

.section {
	margin-bottom: 1.3em;
	border-bottom: 1px #ccc dotted;
}

#others {
	position: absolute;
	right: 0;
	width: 66px;
	top: 340px;
	height: 300px;
}

#footer {
	background: url(footer.jpg) no-repeat right bottom;
	clear: both;
	height: 285px;
}

#footer p { padding: 130px 0 0 0; }

.lbox #footer {
	background: none;
}

/* vcard */
/* ------------------------------------------------------- */

.vcard {
	display: none;
	margin: 30px 0 0 0;
}

#default .vcard,
#work .vcard,
#contact .vcard {
	display: block;
}

/* 01 folio and homepage */
/* ------------------------------------------------------- */

.woo-thats-big {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(intro.png);
	height: 315px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
}
.woo-thats-barra {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../barra/barra.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
}
.woo-thats-comedor {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../comedor/comedor.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
}
.woo-thats-eventos {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../eventos/eventos.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
}

.woo-thats-villenerias {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/villenerias.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
}
.woo-thats-contacto {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../contacto/contacto.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
}
.woo-thats-martes {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/martes.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
	margin: -10px 0 0;
}
.woo-thats-miercoles {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/miercoles.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
	margin: -10px 0 0;	
}
.woo-thats-jueves {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/jueves.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
	margin: -10px 0 0;
}
.woo-thats-viernes {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/viernes.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
	margin: -10px 0 0;
}
.woo-thats-sabado {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/sabado.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
	margin: -10px 0 0;
}
.woo-thats-domingo {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/domingo.png);
	height: 200px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
	margin: -10px 0 0;
}
.woo-thats-prepa {
	font-size: 16px;
	line-height: 30px;
	color: #945F27;
	background-image: url(../villenerias/villenerias_prepa.png);
	height: 450px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -5000px;
	overflow: hidden; 	
	margin: 0;
}
#toggle img {
	padding-right: 5px;
}
#toggle li {display: inline;list-style-type: none;}

#default .maincol img,
#work .maincol img {
margin: 0 0 28px 0;
}

ul#pages {
	float: right;
	margin: 0;
}

ul#pages li {
	display: inline;
}
/* 05 Contact */
/* ------------------------------------------------------- */

#contact #content {
    left: 105px;
	background: url(contact.jpg) no-repeat 12px 0 ;
}
#contact .sidebox {
	margin: 20px 0px 0px 0;
}

/* misc styles */

img {
	border: 0;
	vertical-align: middle;
}

.hide  { display: none; }
.clear { clear: both; }

.fr , .floatRight {
	float: right;
	margin: 0 0 5px 5px;
}
.fl , .floatLeft {
	float: left;
	margin: 0 5px 5px 0;
}

/* Formulario */
/* ------------------------------------------------------- */
#contactform {
	width:450px;
	margin-top: -112px;
	overflow: hidden;
	height: 370px;
}
form {
	display:block;
	width:100%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin : 0;
	padding : 0;
}
fieldset {
	float : left;
	width: 182px;
	margin : 0 .5em 0 .5em;
	padding : 1em;
	border : 1px solid #B5CCBA;
	background : #eaeaea;
	*background-color: #fff;
}
fieldset div {
	width:180px; /* Width for modern browsers */
	border:0px solid #B5CCBA;
	margin:0 auto 0 auto;
}

* html fieldset div {
	width: 200px; /* Width for IE5 */
	w\idth: 180px;
	height: 360px;
}

fieldset div input {
	width: 176px; /* Width for modern browsers */
	border : 3px double #B5CCBA;
	padding : 1px;
	*padding : 0px;	
}

* html fieldset div input {
	width: 180px; /* Width for IE5 */
	w\idth: 176px; /* Width for IE6 */
}
fieldset div br {
	display : none;
}
legend {
	font-weight : bold;
	color : #333;
	margin : 0;
	padding : 0.5em;
	*padding : 0em;	
}
label {
	display : block;
}
label em {
	font-style : normal;
	text-decoration : underline;
	color : #900;
}
input {
	width: 180px;
	background:#fff;
	border : 3px double #B5CCBA;
}
input#counter {
	margin:0px;
	border:3px double #B5CCBA;
	font-size: 100%;
}
input#submit {
	border: 3px double #B5CCBA;
	border-top-color: #CCC;
	border-left-color: #CCC;
	padding: .25em;
	background: #bebebe url('fade.png') repeat-x;
	margin:5px 4px 5px 4px;
	color: #333;
	font-size:150%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input#counter:active, input#submit:active {
	border: 3px double #B5CCBA;
	border-top-color: #999;
	border-left-color: #999;
}
textarea {
	padding: 0;
	margin:5px auto 10px auto;
	background: #fff;
	border : 3px double #B5CCBA;
	width: 180px;
	height:180px;
	*height:185px;
}
input:hover, textarea:hover {
	background:#fff;
}
input:focus, textarea:focus {
	border : 3px double #666;
	background:#fff;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:150%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}
/*gallery de carrusel prettygallery */
/* ------------------------------------------------------- */
	* { margin: 0; padding: 0; border: 0; } 

	ul.gallery {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0 5px 0 0;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				line-height: 0;
			}
	ul.textGallery li {
		width: 180px;
		text-align: center;
		padding: 10px 10px 0 10px;
		border: 1px #bdc2c4 solid;
		margin: 0 5px 5px 0;
		font-size: 0.8em;
	}
		ul.textGallery li:hover { background: #edeeef; }
	
		ul.textGallery li img { display: block; margin: 0 auto 10px auto; border: 1px #bdc2c4 solid; padding: 3px; }
/* =hacks para explorer 6 o inferiores
--------------------------------------------------------------------------
*/
    #nonie, #iebased{
    margin: auto;
    margin-top:20px;
    width: 400px;
    padding: 10px;
    background-color: red;
    border: 1px solid #d2a2a2;
    _background-color: fuchsia;
    //border: 1px solid #b1d2a2;
    }

    #nonie{
    //display: none;
    }

    #iebased{
    display: none;
    _display: visible;
    } 
	
