@charset "utf-8";
/* CSS Document */

.tit1{
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	text-transform:uppercase;
	
}
.soc{
  color: #e77a15;
}

.titulo_icono{
	padding-left:35px;
	color: #e77a15;
	font-weight:bold;
	font-size:16px;
}

.campos{
	padding-left:40px;
	font-weight:bold;
}
 
/*****************************Sombras*************************************/

.color_fondo{ 
/*background-color:#e77a15; */
}

  .caja
{
    width: 95%;
	min-height:552px;
    background-color: #fff;
	
}
.caja-sombra
{
    position: relative;
    float: left;
    padding: 2em;
    margin: 0px 15px 0px;
	
    -webkit-box-shadow: 10px 1px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 10px 1px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 10px 1px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.caja-sombra2
{
    position: relative;
    float: left;
    padding: 2em;
    margin: 0px 15px 0px;
    -webkit-box-shadow: -10px 1px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: -10px 1px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: -10px 1px 8px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.caja-sombra:before, .caja-sombra:after, .caja-sombra2:before, .caja-sombra2:after
{
    content: "";
    position: absolute;
    z-index: -2;
}
.sombra1:before
{
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius: 5px / 100px;
    border-radius: 5px / 100px;
}
.sombra2:before
{
    right: 0;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

