@font-face {
    font-family: 'AmaticNormal';
    src: url(fonts/AmaticSC-Regular-webfont.eot);
    src: url(fonts/AmaticSC-Regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/AmaticSC-Regular-webfont.woff) format('woff'),
         url(fonts/AmaticSC-Regular-webfont.ttf) format('truetype'),
         url(fonts/AmaticSC-Regular-webfont.svg#AmaticSCRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmaticBold';
    src: url(fonts/Amatic-Bold-webfont.eot);
    src: url(fonts/Amatic-Bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/Amatic-Bold-webfont.woff) format('woff'),
         url(fonts/Amatic-Bold-webfont.ttf) format('truetype'),
         url(fonts/Amatic-Bold-webfont.svg#AmaticBol) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText25L250wt';
    src: url(fonts/TitilliumText25L004-webfont.eot);
    src: url(fonts/TitilliumText25L004-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/TitilliumText25L004-webfont.woff) format('woff'),
         url(fonts/TitilliumText25L004-webfont.ttf) format('truetype'),
         url(fonts/TitilliumText25L004-webfont.svg#TitilliumText25L250wt) format('svg');
    font-weight: normal;
    font-style: normal;

}



/* Global properties ======================================================== */
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#454545;
}
html { 
	min-width:940px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:940px;
	overflow:hidden;
	font-size:.875em;
	padding-bottom:176px;
}


	/* Header */
	header {
		background:url(../images/header-bg.png) no-repeat center top;
		min-width:940px;
	}
		header .container {
			height:194px;
			position:relative;
			padding:0;
		}
	
	/* Content */
	section#content {
		float:left;
		width:691px;
	}
	
	/* Sidebar */
	aside {
		width:219px;
		float:left;
		margin-right:30px;
		padding:5px 0 0 0;
	}
			
	/* Footer */
	footer {
		background:url(../images/footer-bg.png) no-repeat center top;
		margin-top:-121px;
		min-width:940px;
	}
		footer .container {
			height:121px;
			padding:0;
		}

#footer a{
	color:#666;
}


.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;

}
.wrap {
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../images/tail-middle.png) repeat-y center 194px;
	min-width:940px;
	
}


/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}


.news {
	margin-bottom:80px;
	padding:20px;
	background-image:url(../images/fondo_opacity.png);
	border:#000 1px solid;
		font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;

}
	.news li {
		padding-top:5px;
		line-height:1.429em;
	}		
		.news li strong {
			font-size:.857em;
			color:#454545;
			display:block;
			padding-bottom:3px;
		}
		.news li a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
		}

#banner {
	width:691px;
	height:370px;
	background:url(../images/NudoPlattsburgh.jpg) no-repeat left top;
	margin-bottom:40px;
}
#banner2 {
	width:691px;
	height:370px;
	background:url(../images/nudoWindsor.JPG) no-repeat left top;
	margin-bottom:40px;
}

#banner3 {
	width:691px;
	height:370px;
	background:url(../images/WindsorDoble.JPG) no-repeat left top;
	margin-bottom:40px;
}


#banner5 {
	width:691px;
	height:370px;
	background:url(../images/NudoPajarita.jpg) no-repeat left top;
	margin-bottom:40px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ff7b01; 
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

h1 {
	text-indent:-9999px;
}

#titulo1{
	margin-left: 40px;
	width: 600px;
	height: 62px;
	position: absolute;
	left: 0;
	top: 112px;
	background-image: url(../images/Plattsburgh.png);
}

#titulo2{
	margin-left: 40px;
	width: 680px;
	height: 63px;
	position: absolute;
	left: 0;
	top: 111px;
	background-image: url(../images/nudowindsor.png);
}


#titulo3{
	margin-left: 40px;
	width: 690px;
	height: 66px;
	position: absolute;
	left: 0;
	top: 108px;
	background-image: url(../images/windsordoble.png);
}

#titulo4{
	margin-left: 40px;
	width: 700px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 110px;
	background-image: url(../images/nudopajarita.png);
}

#titulo5{
		margin-left:40px;
		width:400px;
		height:63px;
		position:absolute;
		left:0;
		top:104px;
		background-image:url(../images/logoscontacto.png);
}

h2 {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase; /* ------- poner texxto en mayusculas--------- */
	margin-bottom:20px;
	color:#3F3;
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
}
	h2 span {
		color:#8d8d8d;
		font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	}
h3 {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:15px;
}
h4 {
	font-size:1em;
	color:#008cc4;
	margin-bottom:5px;
}
	h4 a {
		color:#008cc4;
		text-decoration:none;
	}
	h4 a:hover {
		color:#ff7b01;
	}


.txt1 {
	color:#008cc4;
	font-weight:bold;
}

.link {
	position:absolute;
	right:0;
	top:159px;
}


/*===== header =====*/
header .nav-bg {
	background:url(../images/nav-bg.png) no-repeat center top;
}
header nav {
	position:absolute;
	left:0;
	top:3px;
}
	header nav ul li {
		float:left;
		font-size:16px;
		line-height:1.2em;
		text-transform:uppercase;
		margin-left:35px;
		
	}
	header nav ul li.last {
		background:none;
		padding:0;
	}
		header nav ul li a {
			color:#454545;
			text-decoration:none;
			display:block;
			float:left;
			text-align:center;
			padding:18px 0 20px 0;
			background-repeat:no-repeat;
			background-position:left top;
		}
		header nav ul li.current a,
		header nav ul li a:hover {
			color:#008cc4;
		}
		header nav ul li a.m1 {
			width:150px;
		}
		header nav ul li.current a.m1 {
			background-image:url(../images/m1-act.png);
		}
		header nav ul li a.m2 {
			width:155px;
			margin-left:10px;
		}
		header nav ul li.current a.m2 {
			background-image:url(../images/m1-act.png);
		}
		header nav ul li a.m3 {
			width:145px;
			margin-left:10px;
		}
		header nav ul li.current a.m3 {
			background-image:url(../images/m1-act.png);
		}
		header nav ul li a.m4 {
			width:120px;
			margin-left:10px;
		}
		header nav ul li.current a.m4 {
			background-image:url(../images/m1-act.png);
		}
		header nav ul li.last {
			background:none;
			padding:0;
		}
			header nav ul li a.m5 {
				width:115px;
			}
			header nav ul li.current a.m5 {
				background-image:url(../images/m1-act.png);
			}
			
	

/*===== content =====*/
#content .inside {
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	font-size: 16px;
	line-height: 120%;
}


/*===== footer =====*/
footer .fleft {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	padding:32px 0 0 0;
}
	footer .fleft span {
		display:block;
		font-size:36px;
		line-height:1.2em;
		color:#008cc4;
		margin-top:-4px;
	}
footer .aligncenter {
	padding-top:39px;
	line-height:1.429em;
}


/*----- forms -----*/

#search-form .rowElem {
	height:28px;
	position:absolute;
	right:0;
	top:113px;
}
#search-form input {
	width:205px;
	background:#fff;
	padding:4px 5px 4px 5px;
	border:1px solid #d0d0d0;
	border-right:0;
	color:#454545;
	line-height:1.2em;
	float:left;
	height:18px;
}
#search-form a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	float:left;
	background-color:#0087c1;
	padding:6px 11px 0 11px;
	height:22px;
}
#search-form a:hover {
	background-color:#47b6e5;
}

/*----------------------*/

#newsletter-form {
	padding-bottom:45px;
}
	#newsletter-form fieldset {
		background:url(../images/newsletter-bg.gif) no-repeat left top;
		width:219px;
		height:131px;
		overflow:hidden;
	}
	#newsletter-form .rowElem {
		padding:13px 19px 0 17px;
	}
	#newsletter-form input {
		border:1px solid #0086b5;
		background:#fff;
		color:#8e8e8e;
		font-size:.857em;
		padding:2px 5px 2px 5px;
		width:171px;
		margin-bottom:13px;
	}
	#newsletter-form h2 {
		color:#fff;
		margin-bottom:13px;
	}
	#newsletter-form a.fleft {
		color:#fff;
		position:relative;
		top:3px;
	}
	#newsletter-form a.fright {
		display:block;
		color:#fff;
		border:1px solid #26b6e8;
		text-decoration:none;
		background-color:#006caa;
		padding:2px 11px 3px 11px;
	}
	#newsletter-form a.fright:hover {
		border-color:#fff;
	}

.publi-bottom{
	margin-top:45px;
	margin-bottom:10px;
}

.publi-right{
	float:left;
	width:160px;
	height:600px;
	margin-top:10px;
}    
#contact-box{
	width:500px;
	margin-left:420px;
}

#recipe2{
	width:700px;
	margin-top:50px;
	float:right;
	text-align:left;
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	font-size:16px;
	color:#333;
	line-height:120%;
}
#mensaje{
	min-height:100px;
	min-width:150px;
	max-height:200px;
	max-width:450px;
}
		/*FORMULARIO*/
		/*----------*/


/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width:750px;
    list-style-type:none;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:12px; 
	position:relative;
} 
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
	height:20px; 
	width:220px; 
	padding:5px 8px;
}
.contact_form textarea {
	padding:8px; 
	width:300px;
}
.contact_form button {
	margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea { 
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 12px;
	padding-right:30px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
	background: #fff; 
	border:1px solid #555; 
	box-shadow: 0 0 3px #aaa; 
	padding-right:80px;
}

/* === Estilos de Validacion === */	

.contact_form input:required:valid, .contact_form textarea:required:valid {
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
	opacity:.55;
	cursor: pointer; 
	color: #fff;
}
button.submit:active {
	border: 1px solid #222;
	box-shadow: 0 0 10px 5px #444 inset; 
}

#tituloh2{
	text-align:center;
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-top:30px;
	color:#333;
}

#recipe{
	margin:0 auto;
	text-align:justify;
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	font-size:16px;
	color:#333;
	line-height:120%;
	padding:20px;
	background-image:url(../images/fondo_opacity.png);
}

.right{
	float:right;
	margin-left:20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;

}
.left{
	float:left;
	margin-right:20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.clear{
	clear:both;
}


#consejos-micro{
	width:550px;
	margin:0 auto;
	text-align:justify;
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	font-size:16px;
	color:#333;
	line-height:120%;
}

#consejos-micro ul{
	list-style:url(../images/flecha2.png);
}

#consejos-micro li{
	padding-bottom:15px;
}


#consejos-thermo{
	width:550px;
	margin:0 auto;
	text-align:justify;
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	font-size:16px;
	color:#333;
	line-height:120%;
}

#consejos-thermo ul{
	list-style:url(../images/flecha3.png);
}

#consejos-thermo li{
	padding-bottom:15px;
}


#beneficios{
	width:550px;
	margin:0 auto;
	text-align:justify;
	font-family: 'Titillium Web', 'TitilliumText25L250wt', sans-serif;
	font-size:16px;
	color:#333;
	line-height:120%;
}

#beneficios ul{
	list-style:url(../images/flecha1.png);

}

#beneficios li{
	padding-bottom:15px;
}
