﻿/*--------------------------------------------------------*/
/*---GENERAL----------------------------------------------*/
/*--------------------------------------------------------*/
.contenido, .cont_niv, .contenido1 {
	min-width:960px;
	max-width:1280px;
	/*height:600px;*/
	margin: 0px auto 0px auto;
	background: #b9b9b9;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding-bottom: 10px;
	display: none;
}
.fotos{
	background: url('01.jpg') no-repeat center center;
	min-width:960px;
	max-width:1280px;
	height:480px;
}
#formulario {
	width:350px;
	margin: 15px auto 5px auto;
	font-family: Trebuchet,"Trebuchet MS", Arial,SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	color: #ffffff;
}

#formulario p {
	padding-top: 10px;
}
#btn, #btn1 {
	font-family: Trebuchet,"Trebuchet MS", Arial,SunSans-Regular, sans-serif;
	color: black;
	font-size: 13px;
	height:16px;
	width:120px;
	background:#b9cde5;
	padding-left:30px;
	padding-right:30px;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	border: 1px solid #202020;
	border-radius:15px;
	text-decoration: none;
	position:relative;
	left:40px;
	-moz-box-shadow: 2px 2px 5px #666666; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 2px 2px 5px #666666; /* Safari */
	box-shadow: 2px 2px 5px #666666;
}

#btn:hover, #btn1:hover {
	color:#b9cde5;
	background: black;
}

.custom_title {
	width:618px;
	padding: 3px 0 3px 0;
	margin: 30px auto 0px auto;
	font-family: Trebuchet,"Trebuchet MS", Arial,SunSans-Regular, sans-serif;
	color: #b9cde5;	
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	background: #606060;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	border: solid 1px #000000;
	border-top-left-radius:10px;	
	border-bottom-right-radius:10px;
}
.custom_title span {
	font-size: 18px;
	color: #f79646;		
}
.cAlert {
	display: none;
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	background-image: url("back.png");
	/*opacity: 0.8;*/
	top:0;
	left:0;
}
.cAlert #aBox {
	width:350px;
	padding: 20px 0 20px 0;
	margin: 10% auto 0 auto;
	background: #17375e;
	color: #ffffff;
	-webkit-box-shadow: 0px 1px 8px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 8px 0px #4a4a4a;
	box-shadow: 0px 1px 8px 0px #4a4a4a;
	border: solid 1px #f79646;	
	border-radius: 10px;
}

#aBox div {
	width:100%;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Trebuchet,"Trebuchet MS", Arial,SunSans-Regular, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

#btn1 {
	left:0px;
}

#btn1:hover {
	background: #252525;
}

#aMark {
	width: 65px !important;
	height: 45px;
	margin: 0 auto 0 auto;
	font-family: Trebuchet,"Trebuchet MS", Arial,SunSans-Regular, sans-serif;
	font-size: 40px !important;
	background: #f79646;
	border-radius: 50px;
	border: solid 2px #ffffff;
}

/*--------------------------------------------------------*/
/*---WAITING WINDOW STYLING-------------------------------*/
/*--------------------------------------------------------*/
.contenido1{
	padding-top:50px;
	padding-bottom: 30px !important;
}
.pcfr {
	height:416px;
	width: 618px;
	margin: 0 auto 0 auto;
	border: solid 1px #A9A9A9;
	border-radius:2px;
	background: #ffffff url(back.jpg) no-repeat 0 0;
	overflow:hidden;
}

.pcfr div {
	text-align: center;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	padding-top: 140px;
	position: relative;
	z-index:102;
	opacity:0.7;
	text-shadow: 1px 1px 2px #000000;
}

.pcfr img {
	opacity:0.3;
	float:left;
	position: relative;
	left:170px;
	top:-120px;
}

.pcfr #per {
	text-align: center;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px !important;
	color: #ffffff;
	position: relative;
	z-index:102;
	opacity:0.5;
	left:-140px;
	top:20px;
	text-shadow: 1px 1px 2px #000000;
}


/*--------------------------------------------------------*/
/*---NIVO GENERAL STYLING---------------------------------*/
/*--------------------------------------------------------*/

.theme-default #slider {
    margin:20px auto 30px auto;
    width:618px; /* Make sure your images are the same size */
    height:416px; /* Make sure your images are the same size */
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
figure {
	display: block;
}

.clear {
	clear:both;
}