﻿/* -------------------------------------------------------------------- LeftCol_busquedas ---- */
#LeftCol_busquedas{
	display: none;
}

#LeftCol_busquedas-mobile {
	background: #e9e9e9; /* Old browsers */
	display: block;
	width: 98%;
	margin:0 auto;
	padding: 5px;
}

#LeftCol_busquedas h4{
	margin: 1em;
}
.NVA_Busqueda {
    width: 97%; 
    height: 35px;
   /* margin: 2em 0 1em ; */
    margin: 5px 0 7px 0;
    padding: 0 .2em;
    background: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.02)), to(rgba(0,0,0,.04))); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.04)); /* Chrome10+,Safari5.1+ */
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.04)); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.04)); /* IE10+ */
    background-image: -o-linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.04)); /* Opera 11.10+ */
    background-image: linear-gradient(top, rgba(255,255,255,.02), rgba(0,0,0,.04)); /* W3C */
    border: 1px solid #cbcbcb;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    font-style: italic;
    _line-height: 55px;
    behavior: url(../PIE.html);
}
 
.NVA_Busqueda:focus {
    outline: 0;
    border: 1px solid #c0c0c0;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    behavior: url(../PIE.html);
}
#submit_New {
    width: 99%; 
	height: 38px;
    background: #19375e;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(25,55,94,1)), to(rgba(0,119,178,1)));
    background-image: -webkit-linear-gradient(bottom, rgba(25,55,94,1), rgba(0,119,178,1));
    background-image: -moz-linear-gradient(bottom, rgba(25,55,94,1), rgba(0,119,178,1));
    background-image: -ms-linear-gradient(bottom, rgba(25,55,94,1), rgba(0,119,178,1));
    background-image: -o-linear-gradient(bottom, rgba(25,55,94,1), rgba(0,119,178,1));
    background-image: linear-gradient(bottom, rgba(25,55,94,1), rgba(0,119,178,1));
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15) inset;
    border: 1px solid #636363;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
   /* margin: 0 1em 1.5em 0; */
    margin-bottom:10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal !important;
	-webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 1px 1px 0 rgba(0,0,0,.35);
    cursor: pointer;
    behavior: url(../PIE.html);
}
#submit_New:hover {
	background: #888;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,.1));
    -moz-box-shadow:
        0 1px 2px 0 rgba(253,252,252,.35) inset,
        0 -1px 2px 0 rgba(0,0,0,.15) inset;
    -webkit-box-shadow:
        0 1px 2px 0 rgba(253,252,252,.35) inset,
        0 -1px 2px 0 rgba(0,0,0,.15) inset;
    box-shadow:
        0 1px 2px 0 rgba(253,252,252,.35) inset,
        0 -1px 2px 0 rgba(0,0,0,.15) inset;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0,0,0,.35);
    font-style: normal !important;
    behavior: url(../PIE.html);
}
#submit_New:active {
    -moz-box-shadow:
        0 1px 2px 0 rgba(0,0,0,.15) inset,
        0 3px 13px 3px rgba(0,0,0,.3) inset;
    -webkit-box-shadow:
        0 1px 2px 0 rgba(0,0,0,.15) inset,
        0 3px 13px 3px rgba(0,0,0,.3) inset;
    box-shadow:
        0 1px 2px 0 rgba(0,0,0,.15) inset,
        0 3px 13px 3px rgba(0,0,0,.3) inset;
    color: #ddd;
    font-style: normal !important;
    behavior: url(../PIE.html);
}
#Busqueda_Lateral p{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	text-align: left;
	margin-left: 1em;
}
#Busqueda_Lateral span{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #1D6DCF;
}
#LeftCol_busquedas hr{
	display: block;
	width: 210px; 
	height: 1px;
	background: #DBDBDB;
	border-bottom: 1px solid #F0F0F0;
	margin: 1.5em auto 1em auto;
}
.list_Down, .list_up{
	background: transparent url(../img/list_up.png) center right no-repeat;
	padding-right: 1em;
	font-family: Arial;
	font-size: 16px;
	color: #1D6DCF;
	margin: 1em 0;
	cursor: pointer;
}
.list_up{
	background: transparent url(../img/list_down.png) center right no-repeat;
}
#Busqueda_Lateral h4{
	margin: 1em 2em .5em;
}
.CheckBox{
	margin: .2em 0 .2em 2em;
}
#Busqueda_Lateral ul{
	margin-bottom: 1em;
	width:100%;
	display:block;
}
 
#avanzadas{
	font-size: .8em;
}
#avanzadas ul{
	margin: 0 1em 2em 0;
}
#avanzadas li{
	margin-bottom: .5em;
}
#LeftCol_busquedas h2{
	margin: 0 0 .5em .5em;
}
#inst_encontradas{
	margin: 20px 0;
}
#inst_encontradas ol{
	list-style: none;
}
#listado_Instituciones{
	margin: 0 .5em;
	height:inherit !important;
}
#listado_Instituciones li{
	width: 100%;
	border-bottom: 1px solid #FFF;
    clear: both;
}
#listado_Instituciones .destacado{
	height: 70px;
}

#listado_Instituciones li:hover{
	background: rgba(0,0,0,.2);
	-webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;
}
#listado_Instituciones img{
	float: left;
	margin: 0 10px 4px 0;
}
#listado_Instituciones a{
	padding: 1.2em  .5em  .5em  .5em;
	height: 25px;
	min-height: 25px;
	color: #7C7C7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 1px #FFFFFF;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: pointer;
    display: block;
    clear: both;
}
#listado_Instituciones a:hover{
    color:#FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
    
}
/* -------------------------------------------------------------------- RightCol_busquedas ---- */
#RightCol_busquedas{
	background: #FFF;
	display: block;
	width: 100%;
}
/* -------------------------------------------------------------------- head_busqueda ---- */
#head_busqueda{
	background: #E9E9E9;
	padding: 2em 1em 1em 1em;
	clear: both;
}
#head_busqueda h2{
	margin-bottom: .5em;
}
#descripcion_busqueda{
width:100%;
padding:5px;
}
#descripcion_busqueda p{
	margin-bottom: .5em;
	text-align: justify;
}
		.content{width:626px; height:122px; overflow:auto;}
/* -------------------------------------------------------------------- fecha_nota ---- */
#fecha_busqueda{
	width: 300px;
	height: 30px;
	position:relative;
	bottom: 0;
	left:0;
	_display:inline;
}
#fecha_busqueda p{
	color: #000;
	_display:inline;
	font-family: 'Oswald-Light', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 0;
	margin: 0 0 0 .8em;
	-webkit-font-smoothing: subpixel-antialiased;
}
#fecha_busqueda span{
	color: #999;
	_display:inline;
	font-family: 'Oswald-Light', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	padding: 5px 0;
	-webkit-font-smoothing: subpixel-antialiased;
}
#resultados{
	position: relative;
	padding: 16px 0 0 16px;
}

@media (min-width:320px) and (max-width:768px)	{
#resultados .Resultado_Oferta, #resultados .resultado_destacado{
	border: 1px solid #E6E6E6;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width:95%;
	padding: 4px;
	margin: 0 16px 16px 0;
	border-radius: 0 1em 0 0;
	-moz-border-radius: 0 1em 0 0;
	-webkit-border-radius: 0 1em 0 0;
	-o-border-radius: 0 1em 0 0;
	-ms-border-radius: 0 1em 0 0;
	behavior: url(../PIE.html);
}
}
@media (min-width:769px) and (max-width:1024px)	{
#resultados .Resultado_Oferta, #resultados .resultado_destacado{
	border: 1px solid #E6E6E6;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width:45%;
	padding: 4px;
	margin: 0 16px 16px 0;
	border-radius: 0 1em 0 0;
	-moz-border-radius: 0 1em 0 0;
	-webkit-border-radius: 0 1em 0 0;
	-o-border-radius: 0 1em 0 0;
	-ms-border-radius: 0 1em 0 0;
	behavior: url(../PIE.html);
}
}

#resultados .resultado_destacado{
/*	-webkit-transition:all .1s ease;
    -moz-transition:all .1s ease;
    -o-transition:all .1s ease;
    transition:all .1s ease;*/
	background-color: #FFF;
	border:2px solid #DBDBDB;
}
#resultados .Resultado_Oferta:hover, #resultados .resultado_destacado:hover{
	z-index: 300;
	-moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);	
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
	-o-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
	-ms-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.4);
	behavior: url(../PIE.html);
}
#resultados .resultado_destacado:hover{
	z-index: 300;
	-moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6);
	-o-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6);
	-ms-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6);

}
#resultados .Logo_Oferta{
	width: 50px;
	float: left;
	display:inline;
	height: 35px;
	border: 1px solid #DBDBDB;
	margin: .5em;
}
#resultados .Data_Oferta{
	width: 202px;
	float: left;
	display:inline;
	height: 58px;
	min-height: 56px;
	margin-top: .5em;
}
#resultados  h3{
	color: #1E3A6D;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px #FFFFFF;
	margin:.5em;
	_height:30px;
	min-height:30px;
	/*width: 240px;
	height:40px;*/
	overflow: hidden;
}
#resultados .Data_Oferta p{
	color: #7C7C7C;
	font-size: 12px;
	margin: .3em 0 .5em .5em;
}
#resultados .Actions_Oferta{
	float: left;
	display:inline;
	width: 100%;
	/*background: #f6f6f6;*/
	border-top: 1px solid #DBDBDB;
	height: 30px;
	overflow: hidden;
}
#resultados .Actions_Oferta ul{
	list-style: none;
}
#resultados .Actions_Oferta li{
	float: left;
	display:inline;
}

#resultados .Actions_Oferta li.Share{
	width: 20px;
	height: 30px;
	margin: 0 0 0 20px;
}
	.Actions_Oferta li.Share a{
		background: transparent url(../img/share.png) 0 -1px no-repeat;
	}
	.Actions_Oferta li.Share a:hover{
		background: transparent url(../img/share.png) 0 -21px no-repeat;
	}
#resultados .Actions_Oferta li.Consultar{
	width: 20px;
	height: 30px;
	margin: 0 0 0 20px;
}
.Actions_Oferta li.Consultar a{
		background: transparent url(../img/consultar.png) 0 -1px no-repeat;
	}
	.Actions_Oferta li.Consultar a:hover{
		background: transparent url(../img/consultar.png) 0 -21px no-repeat;
	}
#resultados .Actions_Oferta li.VerDetalle, #resultados .resultado_destacado .Actions_Oferta li.VerDetalle {
	float: right;
}
#resultados .Actions_Oferta li.VerDetalle a, #resultados .resultado_destacado .Actions_Oferta li.VerDetalle a{
	width: 130px;
	height: 20px;
	border-left: 1px solid #FFF;
	padding: 5px 20px;
	text-align: center;
}

#resultados .Actions_Oferta li.VerDetalle:hover{
	
}
li.VerDetalle a:visited, li.VerDetalle a:link{
	display: block;
	width: 100%;
	height: 100%;
	color: #7C7C7C;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background: #EEE;
	border-radius: 0 0 0 1em;
	-moz-border-radius: 0 0 0 1em;
	-webkit-border-radius: 0 0 0 1em;
	-o-border-radius: 0 0 0 1em;
	-ms-border-radius: 0 0 0 1em;
	behavior: url(../PIE.html);
}
li.VerDetalle a:hover{
	background: #969696;
	color: #fff;
}
.resultado_destacado li.VerDetalle a:link, .resultado_destacado li.VerDetalle a:visited{
	background: #28AAE1;
	color: #FFF;
	text-shadow: 0 1px 1px #333;
}
.resultado_destacado li.VerDetalle a:hover{
	background: #19375E;
	color: #FFF;
}

/* -------------------------------------------------------------------- Boton Ver Más resultados ---- */
#verMasOfertas {
    width: 95%; 
	padding-top:10px;
	padding-bottom:10px;
    background: #F6F6F6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#DBDBDB));
    background-image: -webkit-linear-gradient(top, #F6F6F6, #DBDBDB);
    background-image: -moz-linear-gradient(top, #F6F6F6, #DBDBDB);
    background-image: -ms-linear-gradient(top, #F6F6F6, #DBDBDB);
    background-image: -o-linear-gradient(top, #F6F6F6, #DBDBDB);
    background-image: linear-gradient(top, #F6F6F6, #DBDBDB);
    border: 1px solid #DBDBDB;
    -moz-box-shadow:
        0 1px 2px 0 rgba(253,252,252,.35) inset,
        0 -1px 2px 0 rgba(0,0,0,.15) inset;
    -webkit-box-shadow:
        0 1px 2px 0 rgba(253,252,252,.35) inset,
        0 -1px 2px 0 rgba(0,0,0,.15) inset;
    box-shadow:
        0 1px 2px 0 rgba(253,252,252,.35) inset,
        0 -1px 2px 0 rgba(0,0,0,.15) inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 16px;
    color: #7C7C7C;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal !important;
	-webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 1px 1px 0 #FFF;
    cursor: pointer;
    behavior: url(../PIE.html);
}
#verMasOfertas:hover {
	background: #DBDBDB;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(#DBDBDB), to(#F6F6F6));
    background-image: -webkit-linear-gradient(bottom, #DBDBDB, #F6F6F6);
    background-image: -moz-linear-gradient(bottom, #DBDBDB, #F6F6F6);
    background-image: -ms-linear-gradient(bottom, #DBDBDB, #F6F6F6);
    background-image: -o-linear-gradient(bottom, #DBDBDB, #F6F6F6);
    background-image: linear-gradient(bottom, #DBDBDB, #F6F6F6);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6),
    				 0  -1px -2px 0 rgba(0,0,0,.15) inset;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6),
    					0  -1px -2px 0 rgba(0,0,0,.15) inset;
    -o-box-shadow:  2px 2px 5px 0 rgba(0,0,0,.6),
    				0  -1px -2px 0 rgba(0,0,0,.15) inset;
    -ms-box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6),
    				0  -1px -2px 0 rgba(0,0,0,.15) inset;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.6),
    			0  -1px -2px 0 rgba(0,0,0,.15) inset;
    font-style: normal !important;
	behavior: url(../PIE.html);
}
#verMasOfertas:active {
    -moz-box-shadow:
        0 1px 2px 0 rgba(0,0,0,.15) inset,
        0 3px 13px 3px rgba(0,0,0,.3) inset;
    -webkit-box-shadow:
        0 1px 2px 0 rgba(0,0,0,.15) inset,
        0 3px 13px 3px rgba(0,0,0,.3) inset;
    box-shadow:
        0 1px 2px 0 rgba(0,0,0,.15) inset,
        0 3px 13px 3px rgba(0,0,0,.3) inset;
    color: #ddd;
    font-style: normal !important;
    behavior: url(../PIE.html);
}

/* -------------------------------------------------------------------- PUBLICIDAD ---- 
.PUB630X100{
	display:none;
	width: 100%;
	clear: both;
}*/

.PUB302X100{
	display: inline-block;
	width: 100%;
	background: #DBDBDB;
	border: 2px solid #DBDBDB;
	margin: 0 16px 16px 0;
}
div.PUB630X100{
	display: none;
}