@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
body{
	font-family:"Lato", Helvetica, Arial;
}
h1, .h1 {
    font-size: 1.8em !important;
    color: #4A9BD0!important;
}
p {
    margin: 0;
}
.form-control {
    display: block;
 
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group {
 /*   margin-bottom: 31px;
    padding-bottom: 20px;
  */
}
.separador{
	border-bottom: 1px solid #eee;
}

.fondo1{
     background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 21px;
}

.has-error .help-block {
 color: #fbf1f3;
    background: #ca7575;
    border: 1px solid #a94442;
    border-top: 1px solid #f5f5ed;
    border-radius: 0 0 5px 5px;
    padding: 0 6px;
    position: relative;
    margin-right: 11px;
    top: -6px;
    float: right;
    display: -webkit-inline-box;
}
.btn-success {
    color: #fff;
    background-color: #94549f;
    border-color: #94549f;
    border-radius: 0;
    padding: 15px 29px;
	    border-color: transparent;
		    margin-top: 20px;
}

.btn-success:hover {
	 background-color: #D71E92;
	     border-color: transparent;
}
.has-error{
	/*border-color: #E66E9F;
    border: 7px solid #e66ea0;
    padding: 16px;*/
}



.color2 {
	    color: #847b7f;
}
#pertenencia-group, .caja{
border: 1px #eee solid;
    border-radius: 6px;
       padding: 13px 0 13px 0;
    background: #f9f9f9;
	    display: inline-block;
    width: 100%;
}
.form-participante{
	width:100%;
}
.subtit, label {
    float: left;
    width: 100%;
	    color: #ef4a9e;
		    font-weight: 700;
}

.radio+.radio, .checkbox+.checkbox, type[checkbox] {
    margin-top: 10px;
}

.lebelDos{

    color: #948f7c;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

#carrera-group{
	padding-left:0;
	padding-right:0;
}
.radio label, .checkbox label {
       min-height: 20px;
    margin-right: 31px;
    padding-left: 0;
}
input[type=radio], input[type=checkbox] {
    margin: 0 4px;
    margin-top: 1px \9;
    line-height: normal;
}

#caract-group{
	    min-height: inherit;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  
    float: left;
}

input[type=submit], input[type=text], input[type=password], input[type=file], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}

.post-content p, .fusion-post-content p, p {
    /* margin: 0; */
    margin-bottom: 0 !important;
}


@media (min-width: 1200px){
.col-lg-4 {
    width: 33.33333333%;
    min-height: 123px;
}
}