.dropdown-submenu {  position: relative;}
.dropdown-submenu>.dropdown-menu {    top: 0;    left: 100%;    margin-top: -6px;    margin-left: -1px;    -webkit-border-radius: 0 6px 6px 6px;    -moz-border-radius: 0 6px 6px;    border-radius: 0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu {display: block;}
.dropdown-submenu>a:after {    display: block;    content: " ";    float: right;    width: 0;    height: 0;    border-color: transparent;    border-style: solid;    border-width: 5px 0 5px 5px;    border-left-color: #ccc;    margin-top: 5px;    margin-right: -10px;}
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left {    float: none;}
.dropdown-submenu.pull-left>.dropdown-menu {    left: -100%;    margin-left: 10px;    -webkit-border-radius: 6px 0 6px 6px;    -moz-border-radius: 6px 0 6px 6px;    border-radius: 6px 0 6px 6px;}
.mayusculas a{	text-transform: uppercase !important;}
body {
  padding-top: 70px;
}

h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{  font-family: 'Lato', sans-serif;    font-size: 100%;    background:#fff; }
a {   text-decoration: none;   font-family: 'Lato', sans-serif;}
a:hover {   transition: 0.5s all;  -webkit-transition: 0.5s all;  -moz-transition: 0.5s all;  -o-transition: 0.5s all;}
.centro{ 	text-align:center; 	margin:0 auto;}
/*--footer strat here--*/
.footer-grid ul {
  padding: 0px;
  list-style: none;
}
.footer-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.footer-top h1 {
  font-size: 2.5em;
  color: #c76161;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Lato', sans-serif;
}
.footer-top p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
}
.footer-grid h4 {
  font-size: 1.5em;
  color:#F5AF33;
  color:#666666;
  
  margin: 0em 0em 0.3em 0em; font-family: 'Lato', sans-serif; }
   .footer-grid p {
  font-size: 1em; color: #fff; color:#666666; line-height: 1.8em; } 
  .footer-grid
  input[type="text"] { font-size: 0.94em; color: #fff; color:#666666; border:
  1px solid #fff ; border: 1px solid #666666 ; padding: 0.4em 0.5em; width: 60%;
  outline: none; background: none; margin: 0.7em 0em 0em 0em; font-family:
  'Hind-Regular'; } 
  
  .footer-grid input[type="submit"] { 
  	font-size: 1em; color:
  #FFF; color:#fff;
   border: none;
    padding: 0.57em 1em; 
    outline: none;
  background: #C76161;
   background: #1d95d8;
}
.footer-grid input[type="submit"]:hover{
	background:#4e4e4e;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.footer {
  padding: 4em 0em 4em 0em;
  background: #171717;
  background: #f0f0f0;
  
}
.copy-right {
  text-align: center;
  padding: 4em 0em 0em 0em;
    background: #171717;
  background: #f0f0f0;
}
.copy-right p {
  font-size: 1em;
  color: #fff;
  color:#666666;
}
.copy-right p a {
  font-size: 1em;
  color: #F5AF33;
  color:#666666;
}
.copy-right p a:hover{
	color:#c76161;
	text-decoration:none;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 0px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_mover.png) no-repeat 0px 0px;
}
/*--footer end here--*/
