/**
 * GENERALES
 */

 @font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold_0-webfont.eot');
    src: url('../fonts/opensans-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold_0-webfont.woff') format('woff'),
         url('../fonts/opensans-bold_0-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold_0-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light_0-webfont.eot');
    src: url('../fonts/opensans-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light_0-webfont.woff') format('woff'),
         url('../fonts/opensans-light_0-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light_0-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrap
{
	position: relative;
	width: 960px;
	height: 1035px;
	background-color: #fff;
	margin: 0px auto auto auto;
	padding-bottom: 20px;
}

 #slider {
 	position: absolute;
 	width: 960px;
 	height: 342;
 	top: 86px;
 	left: 0px;

 	padding-top: 15px;
 }

 	#slider ul, #slider li {
		margin: 0;
		padding: 0;
		list-style: none;
	}

#phantom
{
	width: 290px;
	height: 815px;
	/*padding-bottom: 20px;*/
}


/**
 * HEADER
 */

#head
{
	position: absolute;
	top: 0px;
	right: 135px;
	margin: 0px;
	background-image: url('../img/head.jpg');
	background-repeat: no-repeat;
}


/**
 * ASIDE
 */

div.aside
{
	position: absolute;
	right: 20px;
	top: 443px;
	width: 405px;
	background-color: #373730;

}

	#top
	{
		color: #fff;
		font-family: 'open_sanslight';
		font-size: 17px;
		padding: 20px 20px 20px 22px;
		margin: 0px;
		text-align: center;
		line-height: 21px;
	}

	#down
	{
		position: absolute;
		width: 390px;
		right: 7px;
		top: 414px;
		color: #fff;
		font-family: 'open_sanslight';
		font-size: 12px;
		text-align: center;
		
	}

	div.aside a
	{
		color: #fff;
	}

form
{
	position: absolute;
	width: 405px;
	height: 410px;
	background-color: #373730;
}

#campos
{
	display: block;
	width: 360px;
	right: 0px;
	top: 135px;
}

div.field
{
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

div label
{
	display: block;
	margin-bottom: 5px;
	font-family: 'quiroga_serif_proregular';
	font-size: 23px;
	color: white;
}

.input 
{
	width: 350px;
	height: 35px;
	border: none;
	padding: 0 7px;
	font-family: 'open_sanslight';
	font-size: 16px;
	color: #626252;
}

select
{
	width: 263px;
	height: 30px;
	padding: 3px 3px;
	font-size: 15px;
	font-family: 'quiroga_serif_proitalic';
}

textarea
{
	width: 352px;
	height: 54px;
	padding: 3px 5px;
	font-family: 'open_sanslight';
	font-size: 16px;
	color: #626252;
}

label.error
{
	position: absolute;
	right: -35px;
	top: 7px;

	font-size: 11pt;
	font-family: 'open_sanslight';
	color: #9b9b9b;
}

#enviar
{
	position: absolute;
	background-color: transparent;
	background-image: url('../img/consultar.png');
	background-repeat: no-repeat;
	width: 366px;
	height: 57px;
	border: none;
	bottom: 105px;
	right: 20px;

}

.link
{

}
	
/**
 * SECTION
 */

.orange
{
	color: #fff;
	background-color: #A03666;
	padding: 1px 8px 3px 10px;
}

.gray
{
	color: #fff;
	background-color: #34342c;
	padding: 1px 8px 3px 10px;
}

.bold
{
	font-family: 'open_sansbold';
}

.semibold
{
	font-family: 'open_sanssemibold';
}

.regular
{
	font-family: 'open_sansregular';
	font-size: 18px;
}


#text-one, #text-two
{
	position: absolute;
	left: 15px;
	font-family: 'open_sanslight';
	font-size: 23px;
	line-height: 43px;
}

	#text-one
	{
		top: 460px;
	}

	#text-two
	{
		top: 732px;
	}


/**
 * FOOTER
 */

img#foot
{
	position: absolute;
	background-image: url('../img/foot.png');
	width: 960px;
	height: 72px;
	bottom: 27px;
	left: 0px;
}


/**
 * GRACIAS
 */

#gracias
{
	position: absolute;
	width: 312px;
	height: 188px;
	top: 37px;
	right: 47px;
	background-image: url('../img/gracias.png');

}

#aside-gracias
{
	position: absolute;
	height: 520px;
	width: 407px;
	background-color: #383730;
	top: 443px;
	right: 20px;
}

#web
{
	position: absolute;
	font-family: 'open_sanslight';
	font-size: 20px;
	color: #ed6e11;
	top: 223px;
	right: 95px;
}

#top-gracias
{
	color: #fff;
	font-family: 'Oswald-Bold';
	text-align: center;
	font-size: 21px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}


#facebook
{
	position: absolute;
	right: 186px;
	top: 267px;
}