/*
Theme Name: Carmen Gloria Alamo Theme
Theme URI: http://www.interfaces.cl/
Description: 
Author: Interfaces - Comunicaciones Digitales
Author URI: http://www.interfaces.cl/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: interfaces
*/


/** 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p {
	font-family: Verdana, Geneva, sans-serif;
}
strong {
	font-weight: bold;
}
label {
	font-family: Verdana, Geneva, sans-serif;
}
input[type=search] {
	border: dotted 1px #81654F;
	background-color:#FFF;
	height: 22px;
	padding: 0 8px;
	
	width: 100%;
}
input[type=text] {
	border: dotted 1px #81654F;
	background-color: #FFF;
	height: 22px;
	padding: 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	color: #000;
	width: 100%;
}
input[type=email] {
	border: dotted 1px #81654F;
	background-color:#FFF;
	height: 22px;
	padding: 0 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	color: #000;
	
	width: 100%;
}
input[type=tel] {
	border: dotted 1px #81654F;
	background-color:#FFF;
	height: 22px;
	padding: 0 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	color: #000;
	
	width: 100%;
}
input[type=number] {
	border: dotted 1px #81654F;
	background-color:#FFF;
	height: 22px;
	padding: 0 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	color: #000;
	
	width: 100%;
}
input[type=password] {
	border: dotted 1px #81654F;
	background-color:#FFF;
	height: 22px;
	padding: 0 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	color: #000;
	
	width: 100%;
}
input[type=checkbox] {	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
select {
	border: dotted 1px #81654F;
	background-color:#FFF;
	height: 22px;
	padding: 0 8px;
	
	width: 100%;
}
textarea {
	border: dotted 1px #81654F;
	background-color:#FFF;
	height: 80px;
	padding: 4px 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	color: #000;
	
	width: 100%;
	resize:none;
}
input[type=submit], button {
	background-color:#81654f;
	height: 25px;
	padding: 0 10px;
	cursor: pointer;
	border: none;
	
	font-size: 1.6rem;
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	color: #FFF;
	
	-ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	
	    margin: 0 auto;
    display: block;
}



/** FONT
==============================================================*/

@font-face {
    font-family: 'diehldeco';
    src: url('tipos/diehldeco.eot');
    src: url('tipos/diehldeco.eot?#iefix') format('embedded-opentype'),
         url('tipos/diehldeco.woff') format('woff'),
         url('tipos/diehldeco.ttf') format('truetype'),
         url('tipos/diehldeco.svg#diehldeco') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gillsans';
    src: url('tipos/gillsans.eot');
    src: url('tipos/gillsans.eot?#iefix') format('embedded-opentype'),
         url('tipos/gillsans.woff') format('woff'),
         url('tipos/gillsans.ttf') format('truetype'),
         url('tipos/gillsans.svg#gillsans') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'abadi';
    src: url('tipos/abadi.eot');
    src: url('tipos/abadi.eot?#iefix') format('embedded-opentype'),
         url('tipos/abadi.woff') format('woff'),
         url('tipos/abadi.ttf') format('truetype'),
         url('tipos/abadi.svg#abadi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** LAYOUT
==============================================================*/

html {
	height: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}



/** CHANGE
==============================================================*/
#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow: hidden;
}
#mask {
	width: 500%;
	height: 100%;
	z-index: 1;
}
.item {
	width:20%;
	height:100%;
	float:left;
}

.content {
	width:360px; /*width:333px;*/	
	height:500px;/*height:450px;*/
	top:140px;
	margin:0 auto;	
	position:relative;
	overflow: auto;
	
	background: rgba(246, 244, 238, 0.9);	
	border: 1px dashed #81654F;
	padding: 15px;
	
	-moz-box-shadow: 0px 0px 0px 5px rgba(246, 244, 238, 0.9);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(246, 244, 238, 0.9);
	box-shadow: 0px 0px 0px 5px rgba(246, 244, 238, 0.9);
	background-image: url(images/deco_01.png), url(images/deco_02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
}

section:nth-of-type(1) div.content {
	visibility: hidden;
	background-color: #06F !important;
}
/*
section {
	width: 100%;
	max-width: 333px;
	height: 450px;
	margin: 0 auto 80px auto;
	
	background: rgba(246, 244, 238, 0.9);	
	border: 1px dashed #81654F;
	padding: 15px;
	-moz-box-shadow: 0px 0px 0px 5px rgba(246, 244, 238, 0.9);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(246, 244, 238, 0.9);
	box-shadow: 0px 0px 0px 5px rgba(246, 244, 238, 0.9);
	background-image: url(images/deco_01.png), url(images/deco_02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
}
section span p {
	color: #81654F;
	font-weight: normal;
	font-size: 1.4rem;
	margin: 0px 0px 10px;
	text-align: center;
	line-height: 15px;
	text-indent: 10px;
	font-family: "gillsans", Verdana, Geneva, sans-serif;
}
*/
.selected {
	background-color: #81654F;
	color: #E0D9C7;
}
.clear {
	clear:both;
}

/**
==============================================================*/



header {
	width: 100%;
	height: 90px;	
	background: rgba(246, 244, 238, 0.7);
	position: absolute;
	top: 33px;
	z-index: 3;
}
header nav {
	width: 100%;
	height: 29px;	
	background: rgba(207, 198, 174, 1);	
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;	
	-moz-box-shadow: 0px 0px 0px 5px rgba(207, 198, 174, 1);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(207, 198, 174, 1);
	box-shadow: 0px 0px 0px 5px rgba(207, 198, 174, 1);	
	margin-top: 28px;
}
header nav ul {
	position: absolute;
	left: 272px;
}
header nav ul li {
	float:left;	
}
header nav ul li a {
	border-right: 1px dashed #FFF;
	padding: 10px 17px 0px 17px;
	height: 39px;
	display: inline-block;
	top: -6px;
	position: relative;	
	color: #81654F;
	font-family: "diehldeco",Verdana,Geneva,sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.09rem;
	text-decoration: none;
}
header nav ul li a::first-letter {
	font-size: 1.7rem;
}
header nav ul li a:hover {
	background-color: #81654F;
	color: #E0D9C7;
}
aside {
	height: 100%;
	min-height: 760px;
	width: 100%;
	max-width: 220px;
	margin: 0;
	background: rgba(246, 244, 238, 0.9);
	position: relative;
	left: 32px;
	top: 0px;
	z-index: 3;
}
aside img {
	margin: 0;
	position: absolute;
	top: 33px;
}
aside h1 {
	margin: 0;
	position: absolute;
	top: 160px;
	text-align: center;
	
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 2.1rem;
	color:#81654f;
	line-height: 2.2rem;
}

aside h1::first-word {
  font-size: 3rem;
  margin: 0 10px 10px 0;
  text-decoration: underline;
}

aside .widget_data  {
	margin: 0;
	position: absolute;
	top: 385px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
aside .widget_data p {	
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 1.4rem;
	color:#81654f;
	line-height: 2.8rem;
}

aside .deco{	
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 12px;
	background-color: #cfc6ae;
}


















.formulario ul {
	margin: 0;
	overflow: hidden;
}
.formulario ul li {
	margin: 0 0 5px 0 !important;
	overflow: hidden;
	list-style-type: none !important;
}
.formulario ul li label {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-weight: 100;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #81654f;
	display: inline-block;
	padding: 0;
	width: 30%;
	text-align: left;
}
.formulario ul li input[type="text"] {
	float: right;
	width: 68%;
	overflow: hidden;
}
.formulario ul li input[type="email"] {
	float: right;
	width: 68%;
	overflow: hidden;
}
.formulario ul li textarea {
	float: right;
	width: 68%;
	overflow: hidden;
}
.formulario ul li input[type="submit"] {
	margin: 0 0 0 32%;
}

.formulario ul li span.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 1.1rem;
	line-height: 1.1rem;
	color: #990033;
	display: block;
	padding: 0;
	width: 68%;
	text-align: left;
	float: right;
}



#item5 .formulario ul li:nth-of-type(6) label {
	width: 100%;
    text-align: center;
	font-size: 1.2rem;
	margin: 0 0 10px 0
}
#item5 .formulario ul li textarea {
	width: 100%;
}

#item5 .formulario ul li input[type="submit"] {
	margin: 0 auto 0 auto;
}




















































section div.content h1 {
	font-family: "diehldeco",Verdana,Geneva,sans-serif;
	font-size: 1.8rem;
	color:#81654f;
	margin: 0 0 15px 0;
	line-height: 1.8rem;
	text-align: center;
	border-bottom: dashed 1px #81654f;
	padding-bottom: 10px;
}

section div.content p {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 1.3rem;
	color:#81654f;
	margin: 0 0 10px 0;
	line-height: 1.5rem;
}

section div.content ul {
	margin: 0 0 10px 0;
}

section div.content ul li {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 1.3rem;
	color: #81654f;
	margin: 0 0 3px 20px;
	line-height: 1.6rem;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}


section div.content h2 {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 2.3rem;
	color:#81654f;
	margin: 0 0 15px 0;
	line-height: 2.6rem;
}
section div.content h3 {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 2.3rem;
	color:#81654f;
	margin: 0 0 15px 0;
	line-height: 2.6rem;
}

section div.content h4 {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 1.6rem;
	color:#81654f;
	margin: 0 0 15px 0;
	line-height: 2.6rem;
}
section div.content h5 {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 1.6rem;
	color:#81654f;
	margin: 0 0 15px 0;
	line-height: 2.6rem;
}
section div.content h6 {
	font-family: "gillsans", Verdana, Geneva, sans-serif;
	font-size: 1.6rem;
	color:#81654f;
	margin: 0 0 15px 0;
	line-height: 2.6rem;
}
























