/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 10px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background: url('http://placehold.it/1920x1080') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
		/*Demo Styles*/
			.texto{
	color:#007CDC;
	font:11pt "Helvetica Neue", "Helvetica", Arial, sans-serif;
	text-shadow: #000 0px 1px 0px;
	line-height:100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
			.formaweb{
	color:#FFF;
	font:11pt "Helvetica Neue", "Helvetica", Arial, sans-serif;
	text-shadow: #000 0px 1px 0px;
	line-height:100%;
	clear: both;
	float: none;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background-repeat: repeat;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-image: url(../imgs_tmp/blank2.png);
}
			.logotipo{
	color:#fff;
	font:11pt "Helvetica Neue", "Helvetica", Arial, sans-serif;
	text-shadow: #000 0px 1px 0px;
	line-height:100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
				p a{
	font-size:10pt;
	text-decoration:none;
	outline: none;
	color:#FFF;
	border-top:1px solid #333;
	padding:5px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
	background-color: #8AC243;
}
					p a:hover{
	background-color:#007CDC;
	border-color:#FFF;
	color:#FFF;
}
h1{
	padding:30px 30px 20px 30px;
	font-size: 18px;
	color: #007CDC;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
}
.content{
	position:relative;
	text-align:left;
	background-image: url(../imgs_tmp/blank.png);
	background-position: 0;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background-repeat: repeat;
}
			.stamp{ float: right; margin: 15px 30px 0 0;}
			
		#content #face {
	background-color: #FFF;
}
        .face {
	color:#FFF;
	font:11pt "Helvetica Neue", "Helvetica", Arial, sans-serif;
	text-shadow: #000 0px 1px 0px;
	line-height:100%;
	clear: both;
	float: none;
	width: 100%;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background-repeat: repeat;
	background-color: #FFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
        
