@import url(http://fonts.googleapis.com/css?family=Raleway:300);

body {
	background: #000000;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.fondo-claro {
	background: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 15px;
}

h1, h2, h3, h4, h5 {
	font-family: "cholula", sans-serif;
	color: #AB2787;
}

h1{font-size: 2.3125rem}
h2{font-size: 2.015625rem}
h3{font-size: 1.71875rem}
h4{font-size: 1.421875rem}
h5{font-size: 1.125rem}



h1 small, h2 small, h3 small, h4 small, h5 small{
	color: #D16EB6;
}


a {
	transition:background 400ms ease-out;
}

strong{
	color: #0764A1;
}

/*PANELES*/

.panel.radius{
	border-radius: 12px;
	box-shadow: 6px 7px 13px rgba(153, 153, 153, 0.5);
	background: #CBE1EF;
	border-color: #3897D4
}

.panel h1, 
.panel h2, 
.panel h3, 
.panel h4, 
.panel h5, 
.panel h6, 
.panel p, 
.panel li, 
.panel dl {
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 252, 252, 0.5);
}

.panel.callout {
  background: #ADB71B;
  border-color: #8D9612;
}
.panel.callout h1, 
.panel.callout h2, 
.panel.callout h3, 
.panel.callout h4, 
.panel.callout h5, 
.panel.callout h6, 
.panel.callout p, 
.panel.callout li, 
.panel.callout dl {
    color: #FFF;
    text-shadow: none;
}


.alert-box .close {
  color: #FFF;
}
.progress {
    background-color: #EADFEB;
}



.no-bullet i{
	color: #AB2787;
	width: 1.6em;
}


/* MENU
==================*/
/*imagen del logo*/
.name a img{
  padding-top: 6px;
  padding-left: 6px;
}

.sombreado{
	box-shadow: 0px 6px 30px #000;
}

/*fondos de los items hover*/
.top-bar-section ul li > a {
	font-family: "cholula", sans-serif;
	font-size: 1em;
}

.top-bar {
	height: 3.813rem;
}

.top-bar .name {
	height: 3.813rem;
}
.top-bar .name h1, 
.top-bar .name h2, 
.top-bar .name h3, 
.top-bar .name h4, 
.top-bar .name p, 
.top-bar .name span {
	line-height: 3.813rem;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
	line-height: 3.813rem;
}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #D16EB6;
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button) {
    background: #D16EB6;
}

.top-bar-section li:not(.has-form) a:not(.button) {/*item sumnenu padre*/
	line-height: 3.813rem;
}

.top-bar-section .has-dropdown > a::after {/*el triangulito*/
	top: 1.906rem;
}

/* PIE
=============*/
footer {
	margin-top: 1em;
	color: #FFF;
	text-align: center;
	/*font-family: "cholula", sans-serif;*/
}

footer p{
	font-size: .9em;
}

footer p a{
	color: #C8D41A ;
}

footer p a:hover{
	color: #7B8300;
}
/* inicio 
============================= */
.fichas-5 li h5{
	text-align: center;
}
.servicios-index h3{
	text-align: right;
}
.servicios-index h3, .servicios-index h2{
	margin: 0;
}
.tarifas{
	margin-top: 15px;
	font-size: 1.1em;
	text-align: center;
	font-weight: 400;
}
.tarifas strong{
	font-size: 1.15em;
}
.inicio .fondo-claro {
	padding-top: 0;
}



.boton-enviar{
	color: #fff;
}

.leer-mas, .leer-mas:focus{
	margin-top: 10px;
	padding: 4px 10px;
	font-size: .8em;
	background-color: #AB2787;
	color: #fff;
	float: right;
}
.leer-mas:hover{
	background-color: #971874;
	color: #F9F9F9;
}