
/* =================================== */
/*	Basic Style 
/* =================================== */
@font-face {
	font-family: 'Conv_Metrosant';
	src: url('../fonts/Metrosant-Regular.eot');
	src: local('☺'), url('../fonts/Metrosant-Regular.woff') format('woff'), url('../fonts/Metrosant-Regular.ttf') format('truetype'), url('../fonts/Metrosant-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.demoProbert
	{
		font-family:'Conv_Metrosant',Sans-Serif;
		width:800px;
		margin:10px auto;
		text-align:left;
		border:1px solid #666;
		padding:10px;
		font-size:4.50em;
	}
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #6a737b;
}

.nav { font-family:'Conv_Metrosant',Sans-Serif; }

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
	color: #ffffff;
}

a:focus, a:hover {
    color: #9a8f88;
}

h1, h2, h3,
h4, h5, h6 {
	font-family:'Conv_Metrosant',Sans-Serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}

body > section,
.footer {
	padding: 70px 0;
}

body > section,
.footer2 {
	padding: 20px 0;
}

.sec-title {}

.sec-title h2 {
  color: #4b4b4d;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(54, 52, 53, 1.0);
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 3px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	/* background-color: transparent; */
	background-color: #00a85b;
	border-top: 3px solid #fa9914;
	color: #fff;
}

/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 20%; /* ESPACIO DEL TEXTO EN EL SLIDER */
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
  color: #00b0f0;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
  color: #00b0f0;
}

.carousel-caption p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}

/*.carousel-caption p:before,
.carousel-caption p:after {
color: #3b3838;
content: "___";
position: relative;
top: -8px;
}*/

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}



/*=========================================
	Features
==========================================*/

.features {
  background-color: #f1f1f1;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  /*border: 1px solid #0082f0;*/
  border-radius: 50%;
  color: #9a9185;
  float: left;
  padding: 5px 13px;
}

.service-desc a {
  color:#c9b398;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*=========================================
	RESUMENES
==========================================*/

.resumenes {
  background-color: #d6e4c2;
}

.owl-controlsresum {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controlsresum .owl-pageresum {
  display: inline-block;
}

.owl-controlsresum .owl-pageresum span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controlsresum .owl-pageresum.active span {
  background: #062033;
  border: 0;
}

.service-iconresum {
  /*border: 1px solid #0082f0;*/
  border-radius: 50%;
  color: #9a9185;
  float: left;
  padding: 5px 13px;
}

.service-descresum a {
  color:#c9b398;
}

.service-descresum {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-descresum h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.cajaformatosresum {

  max-width:100%; max-height:100%;
  border-radius:10px;
  padding:20px 10px 20px 10px;
  color:#4b4b4d; font-size:1.5em;
   background-color: rgba(255, 255, 255, 0.2);
   margin-bottom:5px;

  
}
.cajaformatosresum a{

  color:#4b4b4d; text-decoration:none;


}

.cajaformatosresum:hover{

  background-color: rgba(109, 156, 64, 0.2);

}

.cajacostoshotel {

  max-width:100%; max-height:100%;
  border-radius:10px;
  padding:20px 10px 20px 10px;
  color:#4b4b4d; font-size:1.5em;
  
  background-color: rgba(238, 227, 213, 0.2);
   /*background-color: rgba(255, 255, 255, 0.2);*/

  
}
.cajacostoshotel a{

  color:#4b4b4d; text-decoration:none;	


}

.cajacostoshotel:hover{

  background-color: rgba(109, 156, 64, 0.2);

}
.txtcosto { font-size:1.5em; color:#6d9c40; font-weight:bold; }

.txtinfohoteles { font-size:0.7em; color:#6d9c40; font-weight:normal; }
.txtcomites { font-family:'Conv_Metrosant',Sans-Serif; font-size:1.2em; color:#6d9c40; font-weight:normal; }

.titprog { font-family:'Conv_Metrosant',Sans-Serif; font-size:1.2em; color:#4b4b4d; font-weight:normal; }
.txtprog { font-family:'Conv_Metrosant',Sans-Serif; font-size:0.90em; color:#6a737b; font-weight:normal; }

/*=========================================
	REGISTROS
==========================================*/

.registros {
  background-color: #d6e4c2;
}

.owl-controlsreg {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controlsreg .owl-pagereg {
  display: inline-block;
}

.owl-controlsreg .owl-pagereg span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controlsreg .owl-pagereg.active span {
  background: #062033;
  border: 0;
}

.service-iconreg {
  /*border: 1px solid #0082f0;*/
  border-radius: 50%;
  color: #9a9185;
  float: left;
  padding: 5px 13px;
}

.service-descreg a {
  color:#c9b398;
}

.service-descreg {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-descreg h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.cajaformatosreg {

  max-width:100%; max-height:100%;
  border-radius:10px;
  padding:20px 10px 20px 10px;
  font-family:'Conv_Metrosant',Sans-Serif;
	color:#4b4b4d; font-size:1.5em;
   background-color: rgba(255, 255, 255, 0.2);

  
}
.cajaformatosreg a{

  color:#4b4b4d; text-decoration:none;


}

.cajaformatosreg:hover{

  background-color: rgba(109, 156, 64, 0.2);

}

.cajacostoshotel {

  max-width:100%; max-height:100%;
  border-radius:10px;
  padding:20px 10px 20px 10px;
  color:#4b4b4d; font-size:1.5em;
  
  background-color: rgba(238, 227, 213, 0.2);
   /*background-color: rgba(255, 255, 255, 0.2);*/

  
}
.cajacostoshotel a{

  color:#4b4b4d; text-decoration:none;	

}

.cajacostoshotel:hover{

  background-color: rgba(109, 156, 64, 0.2);

}

/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0082f0;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
	background-color: rgba(127,111,77,.9); /*COLOR DEL OVERLAY DE LAS IMAGENES*/
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}



/*=========================================
	Our Team Member
==========================================*/



.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	 
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #00a85b;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #00a85b;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}



/*=========================================
	Sede
==========================================*/

#sedevent {
	background-image: url("../img/parallax/teatro.jpg");
	background-color: rgba(201,179,152,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #ffffff;
}

#sedevent h2{
	color: #ffffff;
}

#sedevent h3{
	color: #ffffff;
}

.sede-thumb {
  width: 273px;
  position: relative;
}

.sede-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.sede-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-sede h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.sede-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-sede:hover h3 {
  color: #0082f0;
}

.team-sede .social-links {
  margin-top: 24%;
}

.team-sede .social-links li a {
  background-color: #0082f0;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/*=========================================
	LETRAS
==========================================*/

#bgletras {
	background-image: url("../img/parallax/bg_plantademaiz.jpg");
	background-color: rgba(0,168,91,.0);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #ffffff;
}

#bgletras  h2{
	color: #ffffff;
}

#bgletras h3{
	color: #ffffff;
}

.bgletras.devider:before,
.bgletras.devider:after {
	color: #737C85;
}

.bgletras .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(0,168,91,1.0);
	padding: 70px 0;
}

.bgletras .service-icon { color:#ffffff; }

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

/*=========================================
	CURSOS
==========================================*/
#bgcursos {
	background-image: url("../img/parallax/bg_plantademaiz.jpg");
	background-color: rgba(0,168,91,.0);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #ffffff;
}

#bgcursos  h2{
	color: #ffffff;
}

#bgcursos h3{
	color: #ffffff;
}

.bgcursos.devider:before,
.bgcursos.devider:after {
	color: #737C85;
}

.bgcursos .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(0,168,91,1.0);
	padding: 70px 0;
}

.bgcursos .service-icon { color:#ffffff; }

.counters-item {
  color: #fff;
}

#bgcursos .counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

#bgcursos .counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

#bgcursos .counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/teatro.jpg");
	background-color: rgba(250,153,20,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #ffffff;
}

#facts h2{
	color: #ffffff;
}

#facts h3{
	color: #ffffff;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(250,153,20,.4);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}
/*=========================================
	HOTEL
==========================================*/

.conthotel { 
	background-color:#f1e2b7; 
}


.hotel-thumb {
  width: 273px;
  position: relative;
}

.hotel-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.hotel-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-hotel h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.hotel-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-hotel:hover h4 {
  color: #0082f0;
}

.team-hotel .social-links {
  margin-top: 24%;
}

.team-hotel .social-links li a {
  background-color: #0082f0;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}

/*=========================================
	HOTEL
==========================================*/

/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
 background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 120px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}



/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #c9b398;
  border-top: 5px solid #9a8f88;
  color: #fff; height:100%;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 0px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 10px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 0px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 10px;
}

.footer2 {
  background-color: #6d9c40;
  border-top: 5px solid #363435;
  color: #363435; height:100%;
}
.footer2 a {
  color: #ffffff;
}
.footer2 a:hover {
  color: #062033;
}

.footer2 h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}



#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

/***********FORMATOS***************/
.txtformatos { font-family:'Conv_Metrosant',Sans-Serif; color:#4b4b4d; font-size:1.0em; padding-top:15px; padding-bottom:15px; }
.txtformatos a { color:#4b4b4d; text-decoration: none;  }
.txtformatos a:hover { color:#fa9914; text-decoration: none;  }
/**********TALLERES************/
.txttaller { font-family:'Conv_Metrosant',Sans-Serif; color:#4b4b4d; font-size:1.5em; padding-top:15px; padding-bottom:15px; }
.txttalleruni { color:#4b4b4d; font-size:0.7em; padding-top:15px; padding-bottom:15px; margin-left:70px; }

.txttaller:before {
  left: 80px; background-image:url(../img/maiz_left.png);
}

.txttaller:after{
  right: 80px; background-image:url(../img/maiz_right.png);
}


.cajacursos {

  max-width:100%; max-height:100%;
  border-radius:10px;
  padding:20px 10px 20px 10px;
  color:#ffffff; font-size:1.5em;
   background-color: rgba(255, 255, 255, 0.2);

  
}

.cajacursos:hover{

  background-color: rgba(255, 255, 255, 0.4);


}
.icocursos {
  /*border: 1px solid #0082f0;*/

  background-color:#fff;
  border-radius: 10%;
  color: #ffffff;
  float: left;
  padding: 5px 15px 5px 15px;
}

.icocursos:hover{

  background-color: rgba(255, 255, 255, 0.5);


}

.cajacosto { width:284px; background-color:#f0e2bd; text-align:center; height:220px; }
.cajacosto h3 {
  color: #ffffff;
  font-size: 20px;
  background-color:#00a85a;
  padding: 10px 0px 10px 0px; height:60px;
}

.cajacosto p { 
color:#4b4b4d;
font-size: 16px;
font-weight: 600; 
padding: 10px 0px 10px 0px; 
}

.tarifa { font-size: 30px; font-weight: 600;  color:#00a85a; }

.nomconf { font-family:'Conv_Metrosant',Sans-Serif; font-size: 1.10em; font-weight: normal; color:#062033; }
.titconf { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 1.00em; font-weight: normal; color:#062033; }



/* FORMULARIOS */
.mserror { width:100%; border:1px solid #ff0000; background-color:#f8c1c1; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000; padding:10px 0px 10px 0px; }

.msenviado { width:100%; border:1px solid #00a85a; background-color:#00a85a; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; padding:10px 0px 10px 0px; }
.txtcod { color:#000000; font-size:0.9em; }