@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Courgette);
.italic {
	font-style:italic;
}
p{
	line-height:30px;
	color:#565656;
	font-family: "Courgette",Georgia, "Times New Roman", Times, serif;
}
footer {
	background-color:#303030;
	border-top:8px solid #494949;
}
ul, ol {
	list-style:none;
}
.nav > li {
	float:left;
}
.nav li a {
	background-color:#fff;
	color:#000;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}
.nav li a:hover {
	background-color:#f60;
}
.nav li ul {
	display:none;
	position:absolute;
	min-width:140px;
}
.nav li:hover > ul {
	display:block;
}
.nav li ul li {
	position:relative;
}
.nav li ul li ul {
	right:-140px;
	top:0px;
}
.logo {
	margin-top: 27px !important;
	margin-bottom: 27px !important;
	width: 300px !important;
	height: 50px !important;
}
.col-xs-12 col-sm-3 {
	width: 227px !important;
	height: 320px !important;
}
body {
	border-top: 5px solid #f60;
}
.head p {
	float: right;
	margin-top: 15px;
}
.head h1 {
    float: left;
	font-size: 16px;
	text-transform:uppercase;	
}
.head {
	background: url('../images/pattern.png') repeat scroll 0% 0% transparent;
}
.calendar-cant {
	margin-left: 5px;
}
.formulario textarea {
	width: 100% !important;
	height: 120px !important;
}
.formulario .btn-default {
	background-color: #f60;
	color: #fff;
}
.formulario .col-sm-4 input,
.formulario .col-sm-6 input {
	width: 100% !important;
	margin-bottom: 10px;
}
