@import url(https://fonts.googleapis.com/css?family=BenchNine:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

BODY{
	background: #bbbcc0 url('../img/main_bgr.jpg')no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font: 13px/21px 'Open Sans', arial, sans-serif;
	color: #666666;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;	
	padding-top:0px;
}

H1{ 
	font-family: 'BenchNine', sans-serif;font-size: 39px; 
	line-height: 38px; 
	margin-bottom: 14px; 
	color: #01288f;
}

H2{ 
	font-family: 'BenchNine', sans-serif;font-size: 30px; 
	line-height: 28px; 
	margin-bottom: 30px; 
	color: #646473;
}

H3{ 
	font-family: 'BenchNine', sans-serif;font-size: 18px; 
	line-height: 26px; 
	margin-bottom: 8px; 
	color: #555;
}

H4{
	text-align:center;
}

P{ 
	font-size: 14px; 
	line-height: 27px; 
	color: #555; 
}

A{
  color: #004C66;
  text-decoration:none;	
}

.navbar-nav LI:hover{
	background-color:#666;
}

.opcionSubMenu LI A{
	color:#fff;
}

.opcionSubMenu LI A:hover{
	color:#fff;
	background-color:#666;
}

.capaPrincipal{
	margin-left:6.5%;
	margin-right:6.5%;
	margin-top:10px;;
	background-color:#fff;
	/*
	padding:15px;
	*/
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius:  8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.contenidoPrincipal{
 	padding:15px;
}

.cabeceraContenido{
	font-size:25px;
	border-bottom:solid 1px #fff;
	color:#CCC;
}

.cabeceraContenido_2{
	font-size:25px;
	text-align:center;
	padding-top:20px;
	border-bottom:solid 1px #fff;
	color:#CCC;
}

.textoImagen{
	font-size:15px;
	color:#fff;
}

.parrafo{
	font-size:20px;
	text-align:justify;
	padding-top:10px;
	color: #666666;
	line-height:1.8;
}

.parrafoMediano{
	font-size:15px;
	text-align:justify;
	padding-top:10px;
	color: #666666;
	line-height:1.8;
}

.parrafoFrmEmail{
	font-size:14px;
	text-align:justify;
	padding-top:10px;
	color: #666666;
	font-weight:bold;
}

.textoCabeceraContacto{
	color:#666666;
}

.textoPieContacto LI{
	color:#CCC;
}

.textoPieContacto LI A{
	color:#CCC;
}

.txtOpcionesContacto{
	color:#fff;
	font-weight:bold;
}

.img-col-md-4{
	width:250px;
}

.imgList{
	width:30px;
	vertical-align:top;
	padding-top:12px;
}

.logoPresentacion{
	width:260px;
}

.img-sombra-border-redondo{
	/*
	border:solid 2px #fff; 
	*/
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius:  8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	/*
	-webkit-box-shadow: 14px 17px 54px -15px rgba(255,255,255,0.75);
	-moz-box-shadow: 14px 17px 54px -15px rgba(255,255,255,0.75);
	box-shadow: 14px 17px 54px -15px rgba(255,255,255,0.75);
	*/
}

/* ===== Begin roatet boxes ===== */
/* Begin rotate box-1 */
.rotate-box-1, .rotate-box-2 {
	display: inline-block;
	margin: 30px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	width:280px;
	border:solid 1px #fff;
	background-color:#fff;
}
a.rotate-box-1, a.rotate-box-2 {
	text-decoration: none;
	color: #363940;
}
a.rotate-box-1:hover, a.rotate-box-2:hover {
	color: #676D75;
}
.rotate-box-1 .rotate-box-icon {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
	float:left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rotate-box-1.square-icon .rotate-box-icon, .rotate-box-2.square-icon .rotate-box-icon {
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff !important;
	font-size: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color:#444;

}
.rotate-box-1.square-icon .rotate-box-icon:after, .rotate-box-2.square-icon .rotate-box-icon:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 2px solid #fff;
}
.rotate-box-1:hover.square-icon .rotate-box-icon , .rotate-box-2:hover.square-icon .rotate-box-icon{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.rotate-box-1.square-icon .rotate-box-icon .fa, .rotate-box-2.square-icon .rotate-box-icon .fa{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color:#fff;
	z-index:9999;
}
.rotate-box-1:hover.square-icon .rotate-box-icon .fa, .rotate-box-2:hover.square-icon .rotate-box-icon .fa{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rotate-box-1 .rotate-box-info a, .rotate-box-2 .rotate-box-info a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rotate-box-1 h4, .rotate-box-2 h4 {
	font-weight: 400;
}
.rotate-box-1 p {
	padding: 0 10px;
}
.rotate-box-1 .rotate-box-info {
	padding-left: 60px;
	text-align:left;
}

/* End rotate box-1 */

/* Begin rotate box-2 */
.rotate-box-2 .rotate-box-icon {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rotate-box-2.square-icon .rotate-box-icon {
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 36px;
}

.rotate-box-2.square-icon .rotate-box-info {
	margin-top: 30px;
}
/* End rotate box-2 */



@media(max-width:750px){
	BODY{
		background: #fff;
	}
	
	.capaPrincipal{
		margin:0px;
		padding:15px;
		-moz-border-radius: 0px;
		border-radius:  0px;
		-webkit-border-radius: 0px;
	}
	
	.separacionDerecha{
		padding-right:50px;
	}

	.contenidoPrincipal{
		padding:0px;
	}
}