@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
	
	font-family: Helvetica;
	font-size: 17px;
	
	padding:0px;
	background-color: #fff;


}

/**********************************************************************/
/* CLASES BOOTSTRAT */
/***********************************************************************/

.panel-default > .panel-heading {
	background-color: #039BD3;
	color: #fff;
}
.navbar-default{
	background: none;
	background-color: #78B141;
	border-color: none;

	
}
.navbar .nav > li > a{/*COLOR DEL TEXTO MENU*/
	color: #FFF;
	
}
.navbar .nav > li > a:hover{
	background-color: #039BD3; /*color del menu desplegable*/
	color: #FFF;
	
	
}
.dropdown-menu{
	background: #fff; /* color cuadro desplegable menu*/
}
.dropdown-menu > li > a {
   color: #818181; 
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  
   background-color: #78B141;
}
.thumbnail{
	background: #7590C8;
	border:none;
	border-radius: 0px;
}
.thumbnail-bg-none{
	background: none;
	border:none;
	border-radius: 0px;
}

.thumbnail h3{
	color:#fff;
	text-align: center;
}
.thumbnail h3 small{
	color:#fff;
	text-align: center;
}
.breadcrumb{
	background: #000;
	border:none;
	margin-top: 10px;

}
.divider-vertical {
	height: 50px;
	margin: 0px;
	border-left: 1px solid #000066;
	border-right: 1px solid #6699ff;
}
@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
 .img_center{
 	
 	vertical-align: center;
 }
 .texto_movil{
 	font-size: 12px;
 }
 .texto_der{
	text-align:left;
 }
}
.well{
	background-color: none;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	border:0px;
}
/*********************************************************************/
.bordes-imagenes{
	border: 1px solid #BDBFC1;
	padding: 1px;
}
.bg_color{
	/*background: rgba(255,255,255,.2);*/
	background: #423f3f;
	/**/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+78,f2f2f2+100&amp;0+78,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 78%, rgba(242,242,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(78%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 78%,rgba(242,242,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */


	/**/
}
.no_bordes{
	border: none;
}
.bg_corporativo{
	background: #585570;
}
.bg_presentacion{
	background: #ed3237;
}
.bg_header{
	
	background-color: #78B141;
}
.img_titulo{
	padding: 10px;
}
.img_center{
	padding-right: auto;
	padding-left: auto;
  	margin-left: auto;
  	margin-right: auto;
 }
.bg_soporte{
	background: #FFF212;	
}
.bg_portafolio{
	background: #0095E5;
}
.bg_social{
	background: #F7F7F7;
}
.bg_camaras{
	background: #A8CF45;
}
.bg_aside_portafolio{
	background: #585570;
	border-color:#fff;
	color:#fff;
}
.bg_aside_portafolio a{
		color:#fff;	
}
.bg_aside_portafolio a:hover{
		color:#ccc;	
		text-decoration: none;
}
.bg_aside_contactenos{
	background: #A8CF45;
	border-color:#Fff;
	color:#fff;
}
.bg_pie{
	background-color:#78B141;
	color:#fff;
	border-color: #000;
}
.pie_texto{
	color: #E3F8FF;
	font-size: 14px;
}
.pie_texto a{
	color: #E3F8FF;
	background-color: none;		
}
.pie_texto a:hover{
	color: #A8E9FF;
	background-color: none;
}
.bg_pie a{
	background-color:none;
	color:#E3F8FF;
}
.bg_pie a:hover{
	background-color:none;
	color:#A8E9FF;
	text-decoration: none;
}
.bg_shadow{
	-webkit-box-shadow: 0 3px 3px 0 #E6E7E8;
	box-shadow: 0 3px 3px 0 #E6E7E8;
}
.bg_menu{
	
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	vertical-align:middle;
	border-color: #D2D3D5;
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
/*********************************************************/
/*                   TRANSICION                          */
/*********************************************************/
.t_bg_color {

	background-color:#7590C8;
	text-decoration:none;
}
.t_bg_color:hover {
	background-color:#3E4095;
	text-decoration:none;


	-webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
.t_bg_color:active {
	position:relative;
	top:1px;
}

/*********************************************************/
/*     CLASES TEXTO                                      */
/*********************************************************/

.texto_historia{
	font-weight:normal;
	color:#039BD3;
	letter-spacing:0pt;
	word-spacing:3pt;
	font-size:16px;
	
	font-family:trebuchet MS, sans-serif;line-height:1;
}
.texto_logo{
	color:#000;
    font-family: Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 22px;
}
.texto_icono{
	color: #fff;
	text-decoration: none;
}
.texto_icono a{
	color: #fff;
	text-decoration: none;
}
.texto_icono a:hover{
	color: #f00;
	text-decoration: none;
}
.texto_blanco{
	color:#fff;
}
.texto_noticias{
	color: #7AA751;
}
.texto_articulos{
	color:#7590C8;
}
.texto_direccion{
		color: #000;	
}
.text_color_logo{
	color: #585570;
	text-align: center;
}
.texto_portafolio{
	color: #fff;
}
.texto_titulo{
	color: #0095E5;
}
.texto_izq{
	text-align: left;	
}
.texto_der{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;

}
.text_center{
	text-align: center;
}
.texto_parrafo{
	font-size: 14px;
	color:#333;
}
.texto_ayuda{
	font-size: 22px;
	color:#fff;
	font-style:italic;
	padding: 30px;
	margin: 30px;
	font-family: "times new roman";
}
.texto_h2{
	color:#A6E869;
}
.texto_ul{
	font-weight:normal;
	color:#1E1A16;
	letter-spacing:0pt;
	word-spacing:3pt;
	font-size:20px;
	text-align:left;
	font-family:trebuchet MS, sans-serif;line-height:1;
}
.box_citas{
	background-color: #039BD3;
	color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
}
.box_telefono{
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
}
.box_bienvenidos{
	margin-bottom: 30px;
	margin-top: 30px;
}
.box_contactenos{
	border: solid 2px #fff;
	text-align: center;
	margin-top: 5px;
	border-radius: 20px;
}
.box_uno{
	background-color: #146A99;
	height: 400px;
}
.box_dos{
	background-color: #127CB5;
	height: 400px;
}
.box_tres{
	background-color: #0C5C87;
	height: 400px;
}
.box_cuatro{
	background-color: #0A537A;
	height: 400px;
}
.no-margin{
	margin:0px;
}
.no-margin-top{
	margin-top: 0px;
	margin-bottom: 0px;


}
.no-padding{
	padding: 0px;
}
.margen_logo{
	margin-top: 10px;
}
.margen{
	margin-top: 20px;
	margin-bottom: 20px;
}
/************************************************/
/*    estilo para CABECERA     */
/************************************************/
#cabecera {
	background: #f00;
	color: #fff;
}
/************************************************/
/*    estilo para el menu principal     */
/************************************************/
#menu {
	background: yellow;
	color: black;
}
#menu_pie ul li{
	display: inline;
}
#menu_imagenes ul li{
	display: inline;
}
/******************************************/
/*   configuramos los estilos CONTENIDO */
/******************************************/
#contenido{
	background: blue;
	color:white;
}
/******************************************/
/*   configuramos los estilos para el pie */
/******************************************/
.siguenos{
	background:#CCCCCC;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;

	
}
.pie{
	background:#f2f2f2;
	
}

.color_icono{
		color: #B7CE5A;	
}
.icono_inicio{
	color:#FFF;
}
h3{
	font-weight:normal;
	color:#039BD3;
	letter-spacing:-1pt;
	word-spacing:3pt;
	font-size:23px;
	text-align:center;
	font-family:trebuchet MS, sans-serif;line-height:1;
}
h2{
	font-weight:normal;
	color:#FFF;
	letter-spacing:-1pt;
	word-spacing:3pt;
	font-size:23px;
	text-align:left;
	font-family:trebuchet MS, sans-serif;line-height:1;
}
h1{
	font-weight:normal;
	color:#1E1A16;
	letter-spacing:-2pt;
	word-spacing:3pt;
	font-size:43px;
	text-align:center;
	font-family:trebuchet MS, sans-serif;line-height:1;
}
p{
	color: #818181;
	font-size: 16px;
}

.indice{
	
	background: #000;
	color: #fff;
	padding: 5px;
}
