
@font-face {
    font-family: 'open_san';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face 
{
  font-family: "fontIconos";
  src: url("../fonts/font-iconos.eot");
  src: url("../fonts/font-iconos.eot?#iefix") format("embedded-opentype"),
       url("../fonts/font-iconos.woff") format("woff"),
       url("../fonts/font-iconos.ttf") format("truetype"),
       url("../fonts/font-iconos.svg#fontIconos") format("svg");
  font-weight: normal;
  font-style: normal;
}

/******************************************************Utilidades******************************************************/

.u-size100-p
{
 	width:100% !important;
 	height: auto;
}

.u-size100-p--heigth
{
 	width:100% !important;
}

.u-size-center
{
 	height: auto;
 	margin:0px auto;	
 	float:none !important;
}

.u-inline-block
{
 	display: inline-block;
 	vertical-align: top;
}

.u-efecto
{
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

.u-efecto:hover
{
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

.u-textcenter
{
 	text-align: center !important;
}

.u-textjustify
{
 	text-align: justify !important;
}

.u-sinmargen
{
 	margin-right: 0px !important;
}

.u-BackgroundContent
{
 	background-repeat: no-repeat !important;
}

.u-column1
{
 	width: 299px;
 	padding-right: 38px;
 	margin-right: 14px;
}

.u-column1--fit
{
 	width: 276px;
 	padding-top: 17px;
 	padding-left: 9px;
 	padding-right: 52px;
}

.u-column1 p
{
 	padding-left: 30px;
}

.u-column1--fit p
{
 	padding-left: 0px;
}

.u-column2
{
 	width: 277px;
 	padding-left: 44px;
 	padding-right: 30px;
}

.u-column2--fit
{
 	width: 351px;
 	padding: 0px;
}

.u-column2-Title
{
 	font: 15px 'open_sansbold';
 	line-height: 18px;
 	margin-bottom: 26px;
}

.u-Column-Title
{
 	padding-left: 30px;
 	margin-bottom: 17px;
}

.u-Column-Title--SinPaddingLeft
{
 	padding-left: 0px;
}

.u-list
{
 	list-style-image:url(../images/ico-lista.png);
 	font-size: 14px;
 	margin-left: 24px;
}

.u-list li
{
 	margin-bottom: 17px;
 	padding-left: 4px;
}

.u-Title
{
  	font-size: 15px;
  	line-height: 15px;
}

.u-botom
{
 	display:block;
 	width: 95%;
 	font: 15px 'open_sanssemibold';
 	color: #ffffff;
 	text-align: center;
 	line-height: 15px;
 	margin: 0px;
 	padding: 10px 0px;
 	border: 0px;
 	-webkit-border-radius: 0.4em;
 	-o-border-radius: 0.4em;
 	-moz-border-radius: 0.4em;
 	-ms-border-radius: 0.4em;
 	border-radius: 0.4em;  
 	behavior:url('../PIE/PIE.htc');
}

.u-botom-verde
{
 	background-color: #63b142 !important;
} 

.u-botom-verde:hover
{
 	background-color: #008033 !important;
}

.animacion
{
 	transform: rotateY(-360deg);
}

.u-Registro
{
 	width: 273px;
 	color: #333333;
  	text-align: left;
  	line-height: 16px;
  	margin-left: 30px;
  	padding: 0px 13px;
  	padding-top: 8px;
  	padding-bottom: 11px;
  	background-color: #ddedd6;
}

.u-Registro-ico
{
  	width: 26px;
  	height: 23px;
  	margin-top: 1px;
  	margin-right: 9px;
  	background: url(../images/ico-registro.png) left no-repeat;
  	float: left;
}

.u-Registro span
{
 	color: #63b142;
 	margin-bottom: 10px;
}

.u-Registro:hover
{
 	background-color: #63b142 !important;
 	color: #fff;
}

.u-Registro:hover span
{
 	color: #000;
}

.u-Registro:hover .u-Registro-ico
{
 	background-position: right;
}

/**********************************************************************************/

body
{
 	font: 13px 'open_san';  
 	color: #333333;
 	background-color:#ffffff;
 	line-height: 16px;
}

strong
{
  	font-family: 'open_sansbold';
}

h1,h2,h3,h4,h5,h6
{
 	font: 18px 'open_sanssemibold';
 	line-height: 18px;
}

a
{
 	color: #333333;
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

a:hover 
{	
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

input,textarea
{
 	width: 96.4%;
 	height: 46px;
 	font: 14px 'open_san';
 	background-color: #e1eae1;
 	padding: 0px;
 	margin: 0px; 
 	padding-left: 17px;
 	margin-bottom: 11px;
 	border: 1px solid #c2d0c2;
 	-webkit-border-radius: 0.4em;
 	-o-border-radius: 0.4em;
 	-moz-border-radius: 0.4em;
 	-ms-border-radius: 0.4em;
 	border-radius: 0.4em;    
 	behavior:url('../PIE/PIE.htc');
}

textarea
{
 	height: 104px;
 	padding-top: 12px;
 	margin-bottom: 16px;
}


input[type="checkbox"]
{
 	width: auto;
 	height: auto;
 	background-color: #fff;
 	border: 0px !important;
 	margin-bottom: 9px;
 	margin-right: 10px;
 	float: left;
}

fieldset 
{
 	font-size: 14px;
 	line-height: 16px;
 	margin-bottom: 20px;
 	padding-top: 20px;
 	padding-left: 20px;
 	border: 2px solid #ccc;
}

legend 
{
 	font: 14px 'open_sansbold';
 	background-color: #fff;
}

/******************************************************Placeholder******************************************************/

::-webkit-input-placeholder
{
 	color:#333333;
}

::-o-input-placeholder
{
 	color:#333333;
}

::-ms-input-placeholder
{
 	color:#333333;
}

:-moz-input-placeholder
{
 	color:#333333;
}

::-moz-input-placeholder
{
 	color:#3333333;
}

/***********************************************************************************/

.Header
{
  	height: 109px;
  	background-color: #007a3d;
}

.Header-center
{
  	width: 972px;
  	height: 100%;
  	background:url(../images/header.jpg) no-repeat;
}


/***********************************************************************************/

.HeaderVinculacion
{
  	width: 957px;
  	height: 204px;
  	background:url(../images/headerVinculacion.jpg) no-repeat;
  	margin-bottom: 20px;
}

/***********************************************************************************/

.Content
{
  	width: 957px;  
}

.MainMenu
{
 	width: 212px;
 	font: 14px 'Helvetica';
 	line-height: 14px;
 	margin-right: 15px;
}

.MainMenu-Titulo
{
 	width: 195px;
 	color: #3c763d;
 	font-size: 14px;
 	background-color: #dff0d8;
 	border: 1px solid #dddddd;
 	-webkit-border-radius: 0.4em 0.4em 0em 0em; 
 	-ms-border-radius: 0.4em 0.4em 0em 0em; 
 	-moz-border-radius: 0.4em 0.4em 0em 0em; 
 	-o-border-radius: 0.4em 0.4em 0em 0em; 
 	border-radius: 0.4em 0.4em 0em 0em; 
 	margin-bottom: 5px;
 	padding-top: 15px;
 	padding-bottom: 11px;
 	padding-left: 15px;
 	behavior:url('../PIE/PIE.htc');
}

.MainMenu-List
{
 	border: 1px solid #cccccc;
 	-webkit-border-radius: 0em 0em 0.4em 0.4em; 
 	-moz-border-radius: 0em 0em 0.4em 0.4em; 
 	-o-border-radius: 0em 0em 0.4em 0.4em; 
 	-ms-border-radius: 0em 0em 0.4em 0.4em; 
 	border-radius: 0em 0em 0.4em 0.4em; 
 	border-bottom: 0px;
 	margin-bottom: 21px;
 	behavior:url('../PIE/PIE.htc');
}

.MainMenu-List li
{
 	border-bottom: 1px solid #cccccc;
}

.MainMenu-List li a
{
 	display: block;
 	color: #428bca; 
 	cursor: pointer;
 	padding: 8px 0px;
 	padding-left: 15px;
 	padding-right: 30px;
}

.MainMenu-List li a:hover
{
 	color: #5ba63e;
 	background-color: #fafafa;
}

.MainMenu-List li.seleccionado a
{
 	color: #5ba63e;
 	background-color: #fafafa;
}

/***********************************************************************************/

.Content-Iframe
{
  	width: 726px;
  	min-height: 1350px;
  	height: 100%;
}

.Content-Iframe iframe
{
 	min-height: 1350px;
 	height: 100%;
}

.MainContent
{
 	width: 707px;
 	padding-left: 19px;
}

/***********************************************************************************/

.VinculacionUjat
{
 	background-image:url(../images/fondos/vinculacionUjat.jpg);
 	padding-top: 56px;
}

.VinculacionUjat p
{
 	margin-bottom: 34px;
}

.VinculacionUjat-image
{
  	margin-bottom: 31px;
}

.VinculacionUjat-image img
{
  	margin-left: 6px;
}

.VinculacionUjat-List li a
{
 	display: block;
 	width: 97px;
 	height: 119px;
 	text-align: center;
 	padding: 10px;
}

.VinculacionUjat-List li a span
{
  	color: #86b388;
  	font: 52px "fontIconos";
  	width: 54px;
  	height: 54px;
  	margin-bottom: 9px;
}

.VinculacionUjat-List li a p
{
 	font: 12px 'open_sanssemibold';
 	line-height: 14px;
 	margin: 0px;
}

.VinculacionUjat-List li a:hover
{
 	background-color: rgba(51,102,51,0.10);
}

.VinculacionUjat-List li a:hover span
{
 	color: #4c9d2a;
	-webkit-transform: scale(1.14);
	-o-transform: scale(1.14);
	-moz-transform: scale(1.14);
	-ms-transform: scale(1.14);
	transform: scale(1.14);
}

/***************************************************************************/

.Otc
{
 	background-image:url(../images/fondos/otc.png);
 	padding-top: 28px;
}

.Otc .u-column1 p
{
 	margin-bottom: 20px;
}

.Otc-ImageOtc
{
 	margin-left: 50px;
 	margin-bottom: 57px;
}

.Otc-ImagePCI
{
	height: 190px;
	margin-top: 40px;
}

.Otc-ImagePCI a:hover img
{
	width: 185px;
	height: 84px;
}

.Otc-Ico
{
 	background:url(../images/ico-oficina.png) no-repeat;
}

.Otc .u-column2
{
	padding-top: 187px;
}

.Otc .u-list li 
{
	margin-bottom: 12px;
}

.Otc .u-Registro
{
	width: 240px;
	margin-top: 40px;
	margin-left: 11px;
}

/***************************************************************************/

.EducacionContinua
{
 	background-image:url(../images/fondos/educacionContinua.jpg);
 	padding-top: 220px;
}

.u-column1--EducacionContinua
{
	width: 337px;
	padding-right: 0px;
}

.EducacionContinua-ImageConsultores
{
	margin-top: 50px;
	margin-bottom: 43px;
 	margin-left: 11px;
}

.EducacionContinua-Ico
{
 	line-height: 22px;
 	background:url(../images/ico-educacionContinua.png) no-repeat;
}

.EducacionContinua p
{
 	margin-bottom: 16px;
}

.EducacionContinua-TitleNosotro
{
 	line-height: 16px;
 	padding-top: 10px;
 	padding-left: 30px;
 	margin-bottom: 18px;
}

/***************************************************************************/

.CentroInnovacion
{
 	background-image:url(../images/fondos/centroInnovacionEmpresarial.jpg);
 	padding-top: 45px;
}

.u-column1--CentroInnovacion
{
 	width: 308px;
 	padding-right: 29px;
}

.CentroInnovacion-ImageCentroInnovacion
{
 	margin-bottom: 53px;
 	margin-left: 11px;
}

.CentroInnovacion-Ico
{
	text-align: left;
 	background: url(../images/ico-centroInnovacion.png) no-repeat;
}

.CentroInnovacion p
{
 	margin-bottom: 19px;
}

.CentroInnovacion-TitleRed
{
 	font: 13px 'open_sansbold';
 	line-height: 16px;
 	padding-left: 30px;
}

.CentroInnovacion .u-column2
{
 	padding-top: 168px;
}

.CentroInnovacion-ImageMoverMexico
{
 	padding-top: 23px;
}

/***************************************************************************/

.Convenios
{
 	background-image:url(../images/fondos/convenios.jpg);
 	padding-top: 217px;
}

.u-column1--Convenios
{
 	width: 306px;
 	padding-right: 31px;
}

.Convenios-Ico
{
 	line-height: 22px;
 	background: url(../images/ico-convenios.png) no-repeat;
}

.Convenios p
{
 	margin-bottom: 18px;
}

.Convenios .u-Registro 
{
	display: inline-block;
	width: 279px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	margin-top: 17px;
}

.Convenios .u-column2 
{
  	width: 279px;
  	padding-right: 28px;
}

.Convenios .u-list li
{	
 	margin-bottom: 12px;
}


/***************************************************************************/

.GestionProyectos
{
 	background-image:url(../images/fondos/gestionProyectos.jpg);
 	padding-top: 219px;
}

.u-column1--GestionProyectos
{
 	width: 310px;
 	padding-right: 27px;
}

.GestionProyectos-Ico
{
 	background: url(../images/ico-gestionProyecto.png) no-repeat;
}

.GestionProyectos-imageFinnova
{
 	margin-top: 73px;
 	margin-left: 38px;	
}

.GestionProyectos .u-column2 
{
 	width: 285px;
 	padding-top: 6px;
 	padding-right: 22px;
}

.GestionProyectos .u-column2-Title 
{
 	margin-bottom: 13px;
}


/***************************************************************************/

.InvestigacionAplicada
{
 	background-image:url(../images/fondos/investiacionAplicada.jpg);
 	padding-top: 241px;
}

.InvestigacionAplicada-Ico
{
 	line-height: 22px;
 	background: url(../images/ico-investigacionAplicada.png) no-repeat;
}

.InvestigacionAplicada .u-column1
{
 	width: 314px;
 	padding-right: 0px;
}

.InvestigacionAplicada .u-column2 
{
   	padding-left: 0px;
  	margin-left: 57px;
}

.InvestigacionAplicada .u-column2-Title
{
	margin-bottom: 11px;
}

.InvestigacionAplicada .u-list li 
{
	margin-bottom: 12px;
}

/***************************************************************************/

.Emprendedores
{
 	background-image:url(../images/fondos/emprendedores.jpg);
 	padding-top: 30px;
}

.u-column1--Emprendedores
{
 	width: 304px;
 	padding-right: 33px;
}

.Emprendedores-imageEmprende
{
 	margin-bottom: 36px;
 	margin-left: 45px;	
}

.Emprendedores-Ico
{
 	background: url(../images/ico-gestionProyecto.png) no-repeat;
}

.u-column1--Emprendedores p
{
 	margin-bottom: 19px;
}

.Emprendedores .u-column2 
{
 	width: 284px;
 	padding-top: 189px;
 	padding-left: 37px;
}

.Emprendedores .u-list li 
{
 	margin-bottom: 15px;
}

/***************************************************************************/

.ServicioSocial
{
 	background-image: url(../images/fondos/servicioSocial.jpg);
 	padding-top: 219px;
}

.ServicioSocial-Ico
{
 	line-height: 22px;
 	background: url(../images/ico-servicioSocial.png) no-repeat;
}

.ServicioSocial-info
{
  	padding-right: 50px;
}

.ServicioSocial-info p
{
 	padding-left: 30px;
}

.ServicioSocial-info .u-Registro 
{
 	width: 354px;
 	background-color: #c8ddc1;
 	margin-left: 133px;
 	margin-top: 30px;
}


/***************************************************************************/

.SeguimientoEgresados
{
 	background-image: url(../images/fondos/egresados.jpg);
 	padding-top: 219px;
}

.SeguimientoEgresados-Ico
{
 	line-height: 22px;
 	background: url(../images/ico-egresados.png) no-repeat;
}

/*.ServicioSocial-info
{
  	padding-right: 50px;
}

.ServicioSocial-info p
{
 	padding-left: 30px;
}

.ServicioSocial-info .u-Registro 
{
 	width: 354px;
 	background-color: #c8ddc1;
 	margin-left: 133px;
 	margin-top: 30px;
}
*/
/***************************************************************************/

.Noticias
{
	min-height: 650px;
 	font-size: 12px;
 	line-height: 13px;
 	background-image: url(../images/fondos/noticias.jpg);
 	padding-top: 53px;
}

.Noticias-Title
{
  	font: 14px 'open_san';
  	background: url(../images/ico-noticias.png) no-repeat;
  	padding-left: 27px;
  	margin-bottom: 61px;
  	line-height: 22px;
}

.Noticias-Title--Noticia
{
 	margin-bottom: 35px;
}

.Noticias-Title strong
{
  	color: #4c9d2a;
}

.Noticia
{
 	font-size: 13px;
 	line-height: 16px;
 	padding-left: 11px;
 	padding-right: 45px;
}

.Noticia-title
{
  	font: 24px 'open_sansbold';
  	line-height: 26px;
  	margin-bottom: 19px;
  	padding-right: 45px;
}

.Noticia-Image
{
 	margin-right: 26px;
 	float: left;
}

.Noticia-Image img
{
 	border: 5px solid #63b142;
}

.Noticia p
{
 	margin-bottom: 28px;
}

/***************************************************************************/

.UltimasNoticas
{
  	font-size: 12px;
  	line-height: 13px;
  	margin-top: 50px;
  	margin-bottom: 62px;
}

.UltimasNoticas--sinMarginTop
{
  	margin-top: 0px;
}

.UltimasNoticas-Title
{
  	line-height: 23px;
  	padding-left: 30px;
  	background:url(../images/ico-ultimasNoticias.png) no-repeat;
  	margin-bottom: 26px;
}

.UltimasNoticas-Post
{
  	display: block;
  	width: 332px;
  	margin-bottom: 25px;
  	margin-right: 18px;
}

.UltimasNoticas-Post p
{
  	margin-bottom: 0px;
}

.UltimasNoticas-PostImage
{
  	margin-right: 14px;
  	float: left;
}

.UltimasNoticas-PostImage img
{
	width: 74px;
	height: 69px;
  	border: 5px solid #c3d5c3;
}

.UltimasNoticas-TitlePost
{
 	font: 14px 'open_sansbold';
 	color: #63b142;
 	line-height: 15px;
 	margin-bottom: 5px;
}

.UltimasNoticas-Post:hover .UltimasNoticas-PostImage img
{
 	border-color: #63b142;
}

.UltimasNoticas-Post:hover .UltimasNoticas-TitlePost
{
 	color: #008033;
 	text-decoration: underline;
}

.UltimasNoticas-allNoticias
{
 	display: block;
 	color: #63b142;
 	margin-top: -12px;
}

.UltimasNoticas-allNoticias:hover
{
 	font-family: 'open_sansbold';
 	color: #008033;
 	text-decoration: underline;
}


.UltimosArchivos
{
	font-size: 12px;
	line-height: 13px;
	margin-top: 50px;
	
}

.UltimosArchivos--columna
{
	width: 350px;
}

.UltimosArchivos-archivo
{
  	display: block;
	width: 280px;
	margin-bottom: 18px;
	margin-right: 18px;
	padding-left: 33px;
	padding-right: 19px;
}

.UltimosArchivos-archivo:before 
{
  	font: 16px "fontIconos";
  	color: #4c9d2a;
  	content: "\f104";
  	position: absolute;
	margin-left: -28px;
}

.UltimosArchivos-archivo:hover .UltimasNoticas-TitlePost
{
 	color: #008033;
 	text-decoration: underline;
}

.UltimosArchivos-archivo:hover:before
{
	color: #008033;
}
/***************************************************************************/

.Contacta
{
 	width: 298px;
 	margin-left: 17px;
 	margin-right: 48px;
	margin-top: 60px;
}

.Contacta-List
{
 	line-height: 15px;
 	margin-top: 22px;
}

.Contacta-List li
{
 	margin-bottom: 17px;
 	padding-left: 23px;
}

.Contacta-List li#ico-direccion
{
 	background:url(../images/ico-direccion.png) no-repeat;
}

.Contacta-List li#ico-tel
{
 	background:url(../images/ico-tel.png)4px 0px no-repeat;
}

.Contacta-List li#ico-correo
{
 	background:url(../images/ico-correo.png) 0px 4px no-repeat;
}

.Contacta-List li a
{
 	color: #4c9d2a
}

.Contacta-List li a:hover
{
 	font-family: 'open_sansbold';
 	text-decoration:underline;
}

/***************************************************************************/

.AtencionLinea
{
 	width: 320px;
	margin-top: 60px;
}

.AtencionLinea p
{
  	margin-top: 13px;
  	margin-bottom: 21px;
}

/***********************************************************************************/

.RedesSociales-GenUjat
{
  	width: 970px;
  	height: 662px;
  	background:url(../images/redesSocialesGen.jpg) no-repeat;
}

/**********************************************************************************/

.Footer
{
 	height: 399px;
 	background-color: #246929;
}

.Footer-center
{
 	width: 970px;
 	height: 100%;
 	background:url(../images/footer.jpg) no-repeat;
}

/***********************************************************************************/

.AtencionLineaModal
{
 	width: 562px;
 	padding-top: 23px;
 	padding-left: 42px;
 	padding-right: 35px;
}

.AtencionLineaModal-Title
{
  	font-size: 20px;
  	color: #63b142;
  	margin-bottom: 4px;
}

.AtencionLineaModal p
{
 	line-height: 15px;
 	margin-bottom: 10px;
}

.AtencionLineaModal #txttelefono
{
 	width: 270px;
 	margin-right: 4px;
}

.AtencionLineaModal #txtcelular
{
 	width: 246px;
}

.AtencionLineaModal-Servicios div
{
 	width: 48%;
 	margin-bottom: 12px;
}

.AtencionLineaModal #btnEnviar
{
 	width: 100%;
 	font-size: 20px;
}

.AtencionLineaModal div.fancy-select div.trigger
{
	width: 537px;
	height: 30px;
	font: 14px 'open_san';
	text-transform: none;
	background-color: #e1eae1;
	margin-bottom: 20px;
	padding-top: 10px;
}

.AtencionLineaModal div.fancy-select div.trigger:after
{
	top: 20px;
}

