




.clear { clear: both; }

.container2 {
	background-color: #FFF;
	margin-top: 2px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 1px;
	/*para Firefox*/
	-moz-border-radius: 15px 15px 15px 15px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 15px 15px 15px 15px;
	/* para Opera */
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	/* background: url('../images/container.png') no-repeat;
    width: 754px;
    height: 370px;
    margin: 10px auto;
    padding: 50px 0;*/
	overflow: hidden;
	position: relative;
	padding: 15px;
}
   

.container3 {
	background-color: #FFF;
	margin-top: 2px;
	margin-bottom: 30px;
	margin-right: 30px;
	margin-left: 1px;
	/*para Firefox*/
	-moz-border-radius: 15px 15px 15px 15px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 15px 15px 15px 15px;
	/* para Opera */
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	/* background: url('../images/container.png') no-repeat;
    width: 754px;
    height: 370px;
    margin: 10px auto;
    padding: 50px 0;*/
	 width: 754px;
	overflow: hidden;
	position: relative;
	padding: 15px;
}



	
.boton_submit {
       border-radius: 5px !important;
display: inline-block;
cursor: pointer;
border: medium none;
height: 40px;
padding: 0px 30px;
position: relative;
overflow: hidden;
font-size: 14px;
line-height: 40px;
color: #FFF;
text-transform: uppercase;
font-weight: bold;
margin-right: 6px;
background: none repeat scroll 0% 0% #ef4630;
transition: background-color 400ms ease 0s;
           
        }
		
		
.boton_submit:hover {
      background-color: #37aae1;
           
        }
		
		
		
		

.boton_re {
	border-radius: 5px !important;
	display: inline-block;
	cursor: pointer;
	border: medium none;
	height: 40px;
	width: 160px;
	padding: 0px 20px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	background: none repeat scroll 0% 0% #37aae1;
	transition: background-color 400ms ease 0s;
	text-decoration: none;
	cursor: default;
	text-align: center;           
        }
		
		
.boton_re:hover {
      background-color: #37aae1;
	  text-decoration: none;
	cursor: default;
	color: #FFF;
           
        }



.boton_re2 {
	border-radius: 5px !important;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #37aae1;
	height: 38px;
	width: 140px;
	padding: 0px 30px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 38px;
	color: #37aae1;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	/*background: none repeat scroll 0% 0% #37aae1;*/
	/*transition: background-color 400ms ease 0s;*/
	text-decoration: none;
	cursor: default;
	text-align: center;
        }
		
		
.boton_re2:hover {
     /* background-color: #37aae1;*/
	  text-decoration: none;
		cursor: default;
	  color: #37aae1;
           
        }






.boton_de {
	border-radius: 5px !important;
	display: inline-block;
	cursor: pointer;
	border: medium none;
	height: 40px;
	width: 200px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	background: none repeat scroll 0% 0% #37aae1;
	transition: background-color 400ms ease 0s;
	text-decoration: none;
	cursor: default;
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
        }
		
		
.boton_de:hover {
      background-color: #37aae1;
	  text-decoration: none;
	cursor: default;
	color: #FFF;
           
        }



.boton_de2 {
	border-radius: 5px !important;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #37aae1;
	height: 38px;
	width: 74px;
	padding: 0px 5px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	line-height: 38px;
	color: #37aae1;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	/*background: none repeat scroll 0% 0% #37aae1;*/
	/*transition: background-color 400ms ease 0s;*/
	text-decoration: none;
	cursor: default;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
        }
		
		
.boton_de2:hover {
     /* background-color: #37aae1;*/
	  text-decoration: none;
		cursor: default;
	  color: #37aae1;
           
        }

















#progress_bar {
    background: url('../images/progress_bar.png') no-repeat;
    width: 339px;
    height: 24px;
    margin: 0 auto;
    position: relative;
}

#progress {
    background: url('../images/progress.png') repeat-x;
    width: 0px;
    height: 23px;
    
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#progress_text {
    position: relative;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px #222;
    width: 339px;
    height: 24px;
    top: -23px;
    left: 0;
}




input[type="radio"], input[type="checkbox"] {
        display: none;
    }
    label {
	padding-left: 3.25em;
	width: 220px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 28px;	/*padding-top: 0.3em;*/
    }
    input[type="radio"] + label   {
	background-position: 0px 0px;
	width: 220px;
	height: 32px;
	line-height: 28px;
    }
    input[type="radio"]:checked + label {
	background-position: 0 -32px;
	width: 220px;
	height: 32px;
	line-height: 28px;
	color: #ef4630;		
    }
   /* input[type="checkbox"] + label {
        background-position: 0 0; width: 16px; height: 16px;
    }
    input[type="checkbox"]:checked + label {
        background-position: 0 -21px; width: 16px; height: 16px;
    }*/
	
	

.caja34 {
	height: 130px;
	background-color:#FFF;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-right: 30px;
	margin-left: 30px;	
	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	
/*para Firefox*/
-moz-border-radius: 15px 15px 15px 15px;
/*para Safari y Chrome*/
-webkit-border-radius: 15px 15px 15px 15px;
/* para Opera */
border-radius: 15px 15px 15px 15px;

-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);

}


.caja35 {
	
	
	background-color:#FFF;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;	
	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	
/*para Firefox*/
-moz-border-radius: 15px 15px 15px 15px;
/*para Safari y Chrome*/
-webkit-border-radius: 15px 15px 15px 15px;
/* para Opera */
border-radius: 15px 15px 15px 15px;

-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);

}

.caja_thumb3 {
	
	padding: 15px;
	float: none;
	border-width: 1px;
	border-color: #7f7f7f;
	border-style: dashed;
	border-radius: 5px;
	margin: 10px;
}



.caja_thumb1 {
 
  height: 120px;
  width: 200px;
  margin-right: 10px;
  padding: 5px;
  float: left;
  border-width: 1px;
  border-color: #7f7f7f;
  border-style: dashed;
  border-radius: 5px;
  
  
}

.img_caja_thumb1{
  height: 120px;
  width: 200px;
}

.caja_thumb2 {
  height: 120px;
  width: 550px;
  padding: 5px;
  float: right;
  border-width: 1px;
  border-color: #7f7f7f;
  border-style: dashed;
  border-radius: 5px;
}

.formula1{
	text-align: left;
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 15;
	padding-bottom: 5;
	padding-left: 15;	 /* width: 300px;
        height: 35px;
        padding: 0 25px;
        margin: 20px 0;*/
	
}


.formula1_1{
	text-align: left;
	float: right;
	width: 50%;	
	
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 15;
	padding-bottom: 5;
	padding-left: 15;	 
}

.birlocho{
	color: #1d2123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;	
}


.birlocho_rojo{
	color: #EF4630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;	
}

.textorojo{
	color: #EF4630;
	
}

.textorojo2{
	color: #EF4630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



.oirt{
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	line-height: -20;
	height: 20px;
	vertical-align: top;
}