/*!
* jQuery Mobile 1.4.2
* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Globals */
/* Font
body{
-----------------------------------------------------------------------------------------------------------*/
/*#outerPage{overflow-y: visible; overflow-x:hidden}*/
body{
color:#000066;	
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

::-webkit-input-placeholder {
   color: #006699 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #006699 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #006699 !important;  
}

/*.celdapie1{
   
   bottom: 0;

    left: 0;
    position: absolute;
    right: 0;
}*/

body,
input,
select,
textarea,
button,
.ui-btn {
	font-size: 1em;
	line-height: 1.3;
	font-family:Verdana, Geneva, sans-serif !important; /*{global-font-family}*/
}
legend,
.ui-input-text input,
.ui-input-search input {
	color: inherit;
	text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
	font-weight: normal;
	font-size: 16px;
}
/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
	border-bottom-color: #828282;
	border-bottom-color: rgba(0,0,0,.15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
	border-bottom: 1px solid #d6d6d6; 
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
	border-bottom: 1px solid #e6e6e6; 
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
	border-bottom: 0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
	background-color: #eeeeee; 
	background-color: rgba(0,0,0,.04);
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.ui-btn:link {
	text-decoration: none !important;
}
.ui-btn-active {
	cursor: pointer;
}
 .ui-icon-delete:after{
   
    background-color:#FF0000 !important ;
}
.ui-icon-thumbs-thumb:after{
	 background-color:#FF0000 !important ;
}
.ui-icon-check:after{
	background-color:green !important ;
}
.ui-icon-search:after{
	background-color:#006699 !important ;
}
.ui-icon-location:after{
background-color:#006699 !important

}
.ui-icon-mail:after{
background-color:#006699 !important

}
.ui-icon-alert:after{
background-color:#FF0000 

}
.ui-new-btn{
background-color: #006699 !important; 
border-color: #006699 !important; 

text-shadow:none !important	; 
}
/*-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
	-webkit-border-radius: 0.6em ;
	border-radius: 0.6em ;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
	-webkit-border-radius: 0.6em ;
	border-radius: 0.6em;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
	left: 0.6em ;
	right: 0.6em ;
	top: 0.6em ;
	bottom: 0.6em ;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
	-webkit-box-shadow:  rgba(0,0,0,0.2) ;
	-moz-box-shadow:  rgba(0,0,0,0.2) ;
	box-shadow: rgba(0,0,0,0.2);
}
.ui-shadow-inset {
	-webkit-box-shadow: inset 0 1px 3px  rgba(0,0,0,.2) ;
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2) ;
	box-shadow: inset 0 1px 3px  rgba(0,0,0,.2) ;
}
.ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	background-color: #000000 ;
	background-color: rgba(0,0,0,0.3) ;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
	background-color: #000000 /*{global-icon-color}*/;
	background-color: 					rgba(0,0,0,.15);
}
/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
	background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) ;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) ;
	box-shadow: 0 1px 0 rgba(255,255,255,.4) ;
}
/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
	filter: Alpha(Opacity=30);
	opacity: 0.3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
	-webkit-border-radius: .1875em;
	border-radius: .1875em;
}
.ui-radio .ui-btn.ui-radio-on:after {
	background-image: none;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-width: 5px;
	border-style: solid; 
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
	background-color: #000;
}
/* Loader */
.ui-icon-loading {
	background: url("images/ajax-loader.gif");
	background-size: 2.875em 2.875em;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	background-color: #ffffff ;
	border-color: #8c8c8c ;
	color: #006699 ;
	text-shadow: 0  1px 0  #eeeeee ;
	font-weight: bold;
}
.ui-bar-a {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
	background-color: #ffffff ;
	border-color: #ffffff ;
	color: #000000 ;
	text-shadow: 0  1px 0 #eeeeee ;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
	background-color: #ffffff ;
	border-color: #dddddd ;
	color: #006699 ;
	text-shadow: 0  1px  0  #f3f3f3 ;
}
.ui-body-a {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
	color: #006699 ;
	font-weight: bold;
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    color: #3388cc ;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
	color: #FF6600 ;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
	color: #005599;
}
/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
	background-color: #C0DAE7 ;
	border: 1px solid #006699 ;
	color: #006699;
	text-shadow: 0 0  0  #f3f3f3 ;
}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
	background-color: #EDF6FA ;
	border: 1px solid 1px solid #006699;
	color: #006699 ;
	text-shadow: 0 1px  0  #f3f3f3 ;
}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {
	background-color: #EDF6FA ;
	border-color: #dddddd;
	color: #006699 ;
	text-shadow: 0  1px  0 #f3f3f3 ;
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
	background-color: #005599; 
	color: #ffffff ;
	text-shadow: 0  1px  0  #005599 ;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
	border-color: #005599 ;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
	-webkit-box-shadow: 0 0 0px #005599 ;
	-moz-box-shadow: 0 0 0px #005599;
	box-shadow: 0 0 0px #005599 ;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
	background-color: #e9e9e9 ;
	border-color: #dddddd ;
	color: #333333 ;
	text-shadow: 0  1px  0  #eeeeee ;
	font-weight: bold;
}
.ui-bar-b {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-b,
.ui-page-theme-b,
.ui-page-theme-b .ui-panel-wrapper {
	background-color: #f9f9f9 ;
	border-color: #bbbbbb ;
	color: #333333 ;
	text-shadow: 0 1px  0  #f3f3f3 ;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
html .ui-panel-page-container-b {
	background-color: #ffffff ;
	border-color: #dddddd ;
	color: #333333 ;
	text-shadow: 0  1px  0  #f3f3f3 ;
}
.ui-body-b {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
	color: #3388cc ;
	font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
    color: #3388cc ;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
	color: #005599 ;
}
.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
	color: #005599 ;
}
/* Button up */
.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-group-theme-b .ui-btn,
html head + body .ui-btn.ui-btn-b,
/* Button visited */
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-group-theme-b .ui-btn:visited,
html head + body .ui-btn.ui-btn-b:visited {
	background-color: #f6f6f6 ;
	border-color: #dddddd ;
	color: #333333 ;
	text-shadow: 0  1px  0  #f3f3f3 ;
}
/* Button hover */
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-group-theme-b .ui-btn:hover,
html head + body .ui-btn.ui-btn-b:hover {
	background-color: #ededed;
	border-color: #dddddd ;
	color: #333333 ;
	text-shadow: 0  1px  0  #f3f3f3 ;
}
/* Button down */
.ui-page-theme-b .ui-btn:active,
html .ui-bar-b .ui-btn:active,
html .ui-body-b .ui-btn:active,
html body .ui-group-theme-b .ui-btn:active,
html head + body .ui-btn.ui-btn-b:active {
	background-color: #e8e8e8 ;
	border-color: #dddddd ;
	color: #333333 ;
	text-shadow: 0  1px  0  #f3f3f3 ;
}
/* Active button */
.ui-page-theme-b .ui-btn.ui-btn-active,
html .ui-bar-b .ui-btn.ui-btn-active,
html .ui-body-b .ui-btn.ui-btn-active,
html body .ui-group-theme-b .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-b.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-b .ui-checkbox-on:after,
html .ui-bar-b .ui-checkbox-on:after,
html .ui-body-b .ui-checkbox-on:after,
html body .ui-group-theme-b .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-b:after,
/* Active flipswitch background */
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-b .ui-slider-track .ui-btn-active,
html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
	background-color: #3388cc ;
	border-color: #3388cc ;
	color: #ffffff ;
	text-shadow: 0  1px 0  #005599 ;
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
	border-color: #3388cc ;
}
/* Focus */
.ui-page-theme-b .ui-btn:focus,
html .ui-bar-b .ui-btn:focus,
html .ui-body-b .ui-btn:focus,
html body .ui-group-theme-b .ui-btn:focus,
html head + body .ui-btn.ui-btn-b:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
	-webkit-box-shadow: 0 0 12px #3388cc ;
	-moz-box-shadow: 0 0 12px #3388cc ;
	box-shadow: 0 0 12px #3388cc ;
}


/* C
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-c,
.ui-page-theme-c .ui-bar-inherit,
html .ui-bar-c .ui-bar-inherit,
html .ui-body-c .ui-bar-inherit,
html body .ui-group-theme-c .ui-bar-inherit {
	background-color: #006699 ;
	border-color: #4a6983 ;
	color: #ffffff ;
	text-shadow: 0  1px  0 #444444 ;
	font-weight: bold;
}
.ui-bar-c {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-c,
.ui-page-theme-c,
.ui-page-theme-c .ui-panel-wrapper {
	background-color: #DDDDDD  ;
	border-color: #d74b4b ;
	color: #ffffff ;
	
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-c,
.ui-page-theme-c .ui-body-inherit,
html .ui-bar-c .ui-body-inherit,
html .ui-body-c .ui-body-inherit,
html body .ui-group-theme-c .ui-body-inherit,
html .ui-panel-page-container-c {
	background-color: #ffffff ;
	border-color: #dddddd ;
	color: #333333 ;
	text-shadow: 0  1px  0  #f3f3f3 ;
}
.ui-body-c {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-c a,
html .ui-bar-c a,
html .ui-body-c a,
html body .ui-group-theme-c a {
	color: #3388cc ;
	font-weight: bold;
}
.ui-page-theme-c a:visited,
html .ui-bar-c a:visited,
html .ui-body-c a:visited,
html body .ui-group-theme-c a:visited {
    color: #3388cc ;
}
.ui-page-theme-c a:hover,
html .ui-bar-c a:hover,
html .ui-body-c a:hover,
html body .ui-group-theme-c a:hover {
	color: #005599 ;
}
.ui-page-theme-c a:active,
html .ui-bar-c a:active,
html .ui-body-c a:active,
html body .ui-group-theme-c a:active {
	color: #005599 ;
}
/* Button up */
.ui-page-theme-c .ui-btn,
html .ui-bar-c .ui-btn,
html .ui-body-c .ui-btn,
html body .ui-group-theme-c .ui-btn,
html head + body .ui-btn.ui-btn-c,
/* Button visited */
.ui-page-theme-c .ui-btn:visited,
html .ui-bar-c .ui-btn:visited,
html .ui-body-c .ui-btn:visited,
html body .ui-group-theme-c .ui-btn:visited,
html head + body .ui-btn.ui-btn-c:visited {
	background-color: #fff ;
	border-color: #8c8c8c ;
	color: #000000 ;
	text-shadow: 0  0  #eeeeee ;
}
/* Button hover */
.ui-page-theme-c .ui-btn:hover,
html .ui-bar-c .ui-btn:hover,
html .ui-body-c .ui-btn:hover,
html body .ui-group-theme-c .ui-btn:hover,
html head + body .ui-btn.ui-btn-c:hover {
	background-color: #f6f6f6 ;
	border-color: #8c8c8c ;
	color: #000000 ;
	text-shadow: 0  1px  0  #eeeeee ;
}
/* Button down */
.ui-page-theme-c .ui-btn:active,
html .ui-bar-c .ui-btn:active,
html .ui-body-c .ui-btn:active,
html body .ui-group-theme-c .ui-btn:active,
html head + body .ui-btn.ui-btn-c:active {
	background-color: #f6f6f6 ;
	border-color: #8c8c8c ;
	color: #000000 ;
	text-shadow: 0 1px  0  #eeeeee ;
}
/* Active button */
.ui-page-theme-c .ui-btn.ui-btn-active,
html .ui-bar-c .ui-btn.ui-btn-active,
html .ui-body-c .ui-btn.ui-btn-active,
html body .ui-group-theme-c .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-c.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-c .ui-checkbox-on:after,
html .ui-bar-c .ui-checkbox-on:after,
html .ui-body-c .ui-checkbox-on:after,
html body .ui-group-theme-c .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-c:after,
/* Active flipswitch background */
.ui-page-theme-c .ui-flipswitch-active,
html .ui-bar-c .ui-flipswitch-active,
html .ui-body-c .ui-flipswitch-active,
html body .ui-group-theme-c .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-c.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-c .ui-slider-track .ui-btn-active,
html .ui-bar-c .ui-slider-track .ui-btn-active,
html .ui-body-c .ui-slider-track .ui-btn-active,
html body .ui-group-theme-c .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-c .ui-btn-active {
	background-color: #3388cc ;
	border-color: #3388cc ;
	text-shadow: 0  0 #005599 ;
}
/* Active radio button icon */
.ui-page-theme-c .ui-radio-on:after,
html .ui-bar-c .ui-radio-on:after,
html .ui-body-c .ui-radio-on:after,
html body .ui-group-theme-c .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-c:after {
	border-color: #3388cc ;
}
/* Focus */
.ui-page-theme-c .ui-btn:focus,
html .ui-bar-c .ui-btn:focus,
html .ui-body-c .ui-btn:focus,
html body .ui-group-theme-c .ui-btn:focus,
html head + body .ui-btn.ui-btn-c:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-c .ui-focus,
html .ui-bar-c .ui-focus,
html .ui-body-c .ui-focus,
html body .ui-group-theme-c .ui-focus,
html head + body .ui-btn-c.ui-focus,
html head + body .ui-body-c.ui-focus {
	-webkit-box-shadow: 0 0 0px #3388cc ;
	-moz-box-shadow: 0 0 0px #3388cc ;
	box-shadow: 0 0 0px #3388cc ;
}

/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	cursor: default !important;
	pointer-events: none;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
	outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow  input:focus,
.ui-noboxshadow .ui-panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
	outline-width: 1px;
	outline-style: auto;
}
/******************CSS for Header**********************************************************/
.wrap2{
	width:95%;
	margin: -6px auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;

}

.header
{
	
	margin-top:10px;
	display:block;
}
.logo_icon{
	margin-top:7px !important;
	 margin-left:-2% !important;
	 /*position:absolute !important;*/
	  z-index:1 !important;
}
.aftrlogin{
	float:right; background-image:url('images/sprite-button6.png');width:24px;height:24px;background-repeat:no-repeat;
background-position:-20px -214px;
}
.bfrlogin{
	float:right; background-image:url('images/sprite-button6.png');width:24px;height:24px;background-repeat:no-repeat;
background-position:-20px -244px;
}

.regi1
{
	 background-color: #666;
	 margin-top:2px;
    padding:2px;
     border-radius:4px;
	float:right;
	position:relative;
	 z-index:2;
	 margin-right:2px;
}

.header_right
{
	float:right;
	margin-right:auto;
	 
}
.bac{
    background:url("images/sprite-button6.png");
	background-repeat:no-repeat;
	background-position:-23px -4px;
    display: block;
    font:16px/19px Arial;
    height: 22px;
    padding: 7px 19px 4px 14px;
    text-decoration: none;
	
	position:relative;
	 z-index:2;
	
}

.bac:hover{
	background-position:-23px -44px;
	text-decoration:none;	
}

.rght
{
	float:right;
	border:1px solid #006699;
	color:#000066 !important;
	padding:4px;
	margin-bottom:2px;
	border-radius:5px;
	text-decoration:none;
		
}
.rght:hover{
	text-decoration:none;
}
@media only screen and (max-width : 320px) and (orientation : portrait) {
	.rght{
		   margin-top:5px !important;
		}
	
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
	margin-bottom: -98px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.foot, .page-wrap:after {
  /* .push must be the same height as footer */
	height: 98px;
	width:100%;
	float:left
}

/*******for quick search************/
.ui-alt-icon.ui-icon-carat-d:after, .ui-alt-icon .ui-icon-carat-d:after
{
  background-position: right center;	
	
}
.fakeSearchButton {
   	background: url("images/srch9.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size:59px 38px;
    float: right;
    height: 38px;
    margin-right: -5px;
    margin-top: -35px;
    width: 57px;
	position:relative;
   z-index: 200;

	}
.ui-input-search:after{
left:90%;
}
.controlgroup-textinput{
    padding-top:.22em !important;
    padding-bottom:.22em !important;
}

.ui-select-custom{
	margin-bottom: 0px !important;
	text-align:center !important;
	padding-right:22px !important;
	height:18px;
}

#selsd-button{
padding-top:9px !important;	
padding-bottom:7px !important;	
font-size:14px;

}
.ui-select-custom-a{
	background: #c0dae7;
border-radius: 0.71em 0 0 0.71em !important;
min-width: 50px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.ui-input-custom{
	margin-bottom: 0px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: .71em !important;
	border-bottom-right-radius: .71em !important;
	margin-left: 0px !important; 
	padding-left: 0px !important;	

}
.ui-select-blk-a .ui-btn-icon-right:after {
    right: 0.5em !important;
}

	.ac_results > ul > li{
		padding-top:5px;
		padding-bottom:5px;
		word-wrap:break-word;
		font-size:14px;
		margin-right:5px;
				
	}
	
.ac_results > ul > li:nth-child(odd) { background: #e3e8ea; }
.ac_results > ul > li:hover{
color:#000066;

}
/**********************Autocomplete.CSS***************************************/

.ac_results {
	 max-height: 150px;
        overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden !important;
	padding: 0px;
	border: 1px solid #069;
  	background-color:#FFF;
	z-index:100;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
  
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
  
}

.ac_loading {
	background: #FFF url('img/loader.gif') right center no-repeat;
}
.ac_over {
	background-color: #AFD2FD;
	color:#FFFFFF;
}

/*******************Arrowup***********************************************/
.ui-arrowUp-custom{
	/*background-color: #a6d0e7;*/
	  border-radius: 50%;	
    display: none;
    height: 50px;
    margin-top: -10px;
    opacity: 0.9;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 80%;
    width: 50px;
    z-index: 9003;
   -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
	
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.arrow-u-color {
    color: #19667d;
 
    background: #70c9e3; /* Old browsers */
    background:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E') center center no-repeat, -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
    background:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E') center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
    background: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E') center center no-repeat, -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
    background:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E') center center no-repeat, -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
    background:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E') center center no-repeat, -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
    background:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E') center center no-repeat, linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
 
}
/*--------------------------------------resultsmobile.tpl.php----------------------------------*/


.precio {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-left: 8px;
    width: 65%;
}

div#paginacion {
font-size: 12px;
text-align: right;
/*float: right;*/
font-size: 12px;
margin-bottom: 20px;
text-align: center;
width: 100%;
height:auto;
margin-top:15px;
padding-top:15px;
}
#paginacion a {
background-color: #fff;
box-shadow:0 0 5px #888888;
-webkit-box-shadow: 0 0 5px #888888;
-moz-box-shadow: 0 0 5px #888888;
border:1px solid #DDDDDD;
color: #888888;
font-weight: 700;
margin-left: 10px;
padding: 9px 9px;
text-decoration: none;
border-radius:7px;
}
#paginacion span.thispage {
background-color: #888888;
/*box-shadow:0 0 5px #888888;*/
color:#fff;
font-weight: 700;
margin-left: 13px;
padding: 9px 9px;
text-decoration: none;
border-radius:10px;
}

#keep_search_btn span.info_search {
background-color: #888888;
/*box-shadow:0 0 5px #888888;*/
color:#fff;
font-weight: 700;
margin-left: 10px;
padding: 9px 9px;
text-decoration: none;
border-radius:10px;
}

#keep_search_btn span.previous,  #keep_search_btn span.next{
background-color: #fff;
box-shadow:0 0 5px #888888;
-webkit-box-shadow: 0 0 5px #888888;
-moz-box-shadow: 0 0 5px #888888;
border:1px solid #DDDDDD;
color: #888888;
font-weight: 700;
margin-left: 10px;
padding: 9px 9px;
text-decoration: none;
border-radius:7px;
}

.anuncio_priceiimo {
font-size: 15px;
color: #f60;
font-weight: 700;

}
.details_info span {
color: #069;
font-weight: 700;
}

div.anunciondii{
	/*float:left;*/
	overflow:hidden;
	padding:8px 5px;
	margin-right:auto;
	width: 90%; 
	margin-left:4%;margin-right:4%;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
	
}
div.ad{
	border:1px solid #5596B9;
	float:left;
	overflow:hidden;
	padding:8px 5px;
	margin-right:auto;
	width: 90%;
	margin-left:5%;
	margin-bottom:10px;
	}
	.contenido_anuncio {
    float: left;
    width: 100%;
	font-size:14px; 
}

.anuncio_content {
    float: left;
    margin: 0;
    padding-left: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.anuncio_image {
    float: left;
    margin-top: 0;
    text-align: center;
    vertical-align: top;
    width: 60px;
}
span.fl {
    float: left;
    text-decoration: none;
	position:relative
}

.image_wrap {
    float: left;
    max-height:100%;
    overflow: hidden;
    position: relative;
}
/*For the inactive adds yellow top header u*/
   .inactivos {
	   background-image: url("images/bg_inactivo.jpg");
    background-repeat: repeat-x;
    border: 1px solid #F0C36D;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #A70808;
    font-size: 13px;
    font-variant: normal;
    font-weight: bold;
    margin: 0 auto 3px;
    text-align: center;
    width: 100%;		
	}
.short-description  {
    color: #888888 !important;
    /*float: left;*/
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    margin-left: 4%;
    margin-right: auto;
    overflow: hidden;
    padding: 8px 5px;
    width: 90%;
}
	.short-description1 {
    color: #333333;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin-right: auto;
    overflow: hidden;
    padding: 8px 5px;
    width: 100%;
     }

.title-advertisement {
    color: #000066;
    font-family: Verdana, Geneva, sans-serif;
   
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
}

.anuncio_title {
    float: left;
    margin: 5px;
    overflow: hidden;
    padding-left: 0;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}
span.hm_images {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
	width: 40px;
    color: #FFFFFF;
    font-size: 8px;
    left: 0px;
    margin-bottom: 0px;
    padding: 2px 10px;
    position: absolute;
}
.anuncio_otro_title {
    color: #8B8B8B;
    font-size: 10px;
    font-weight: 100;
    margin: 0 0 5px;
}
div.container_features {
	bottom:0;
	left:0;
}
.hay_mapa {
  background-image: url("images/features.png");
    background-position: 0 -35px;
    background-repeat: no-repeat;
    color: #04118f;
    float: left !important;
    font-size: 12px;
    height: 25px;
    left: 85% !important;
    position: absolute;
    width: 25px;
	margin-top:-5px;
}
.hay_video {
background-image: url('images/features.png');
background-position: 0 -65px;
color: #04118f;
    float: left !important;
    font-size: 12px;
    height: 25px;
    left: 85% !important;
    position: absolute;
    width: 25px;
	margin-top:-7px;
}
  #banner_sebuscaii {
     background-image: url("images/alerti.png");
    background-position: 1% 50%;
    background-repeat: no-repeat;
    border: 1px solid #09c;
    margin: 8px;
    padding: 8px;
    text-align: center;
	font-weight:bold;
}
#banner_sebuscaii a {
    text-decoration: none;
}
#banner_sebuscaii h2 {
    color: #c00;
   
    margin-bottom: 7px;
    margin-top: 7px;
 padding-left: 40px;
    
}
#banner_sebuscaii h4 {
    color: #069;
  
    margin-bottom: 7px;
    margin-top: 7px;
   padding-left: 60px;
   
}
#banner_sebuscaii h4 span {
    color: #036;
}
#banner_sebuscaii h4 span:hover {
    color: #ef6000;
}
h3.texto_de {
    text-align:center;font-weight: bold;margin-top:10px;color:#006699;
}
	div.tit_mas_anuncios_interes {
     background-image: url("images/result.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #069;
    font-weight: bold;
    margin: 7px 0 7px 7px;
    padding: 7px 2px 2px 34px;
}
div.contenedor_anuncios_interes {
   border: 1px solid #09c;
    margin: 8px;
    overflow: hidden;
	text-align:center;
	padding-top:3px;
}

div.cuerpo_anuncio_interes > div.interes_precio {
    color: #f60;
    font-size: 14px;
    font-weight: 700;
}
.hm_images1{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
    margin-left: -50px;
    margin-top: -17px;
    padding-top: 0;
    position: absolute;
    width: 100px;
}


/*---------------------------------------myads.tpl.php-------------------------------*/

.anchor1 {
    float:right;
    margin-right: 0px !important;
    height: 21px !important;
    width: 21px !important;
    padding-right: 20px !important;
    padding-left: 0px !important;
	border-right-width: 0px !important;
	background:#006699;
}
.fieldset {
	   box-shadow: 0 0 5px #888;
    margin-bottom: 8px !important;
    margin-top: 2px;
    min-height: 220px;
    width: 100%;
}
.hidenset {
	 box-shadow: 5px 0 5px #888;
    color: white;
    float: right;
    margin-right: -150px;
    margin-top: 2px;
    width: 150px;
}

.hidenset-one {
	 box-shadow: 5px 0 5px #888;
    color: white;
    float: right;
    margin-right: -180px;
    margin-top: 2px;
    width: 180px;
}

.hidenset-both {
	 box-shadow: 5px 0 5px #888;
    color: white;
    float: right;
    margin-right: -220px;
    margin-top: 2px;
    width: 220px;
}
.sideBtn{
left: 20px !important;
width:120px !important;	
	
}

.menu-open{
    margin-right:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-close{
    margin-right:-150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-close-one{
    margin-right:-180px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-close-both{
    margin-right:-220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-slide{
    margin-left: -150px;
    margin-right: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-slide-one{
    margin-left: -180px;
    margin-right: 180px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-slide-both{
    margin-left: -220px;
    margin-right: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.right-slide{
    margin-left: 0px;
    margin-right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ul_list{
list-style-type: none;	
padding:0px;

}
.ui-grid-solo-head{
min-height: 30px !important;	
}
.ui-grid-solo-foot{
 min-height: 75px !important;
}
.ui-grid-b-custom{
overflow: hidden;
margin-bottom:8px;	
min-height:100px !important;
}
.ui-block-a-left{
width: 28% !important;	
}
.ui-block-b-center{
width: 62% !important;
}
.ui-block-c-right{
width:10%	!important;
}
.ui-noimg-a{
margin-left:10px !important;	
width: 85% !important;
}
.ui-noimg-b{

 width: 10% !important;
}
.list_title {
    float: left;
    margin: 5px;
    overflow: hidden;
    padding-left: 0;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}
.list_precio {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-left: 20px;

}
.list_anuncio_image {
        float: left;
   margin: 10px;
    text-align: center;
    vertical-align: top;
 
}
.list_anuncio_priceiimo {
    color: #f60 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.list_anuncio_title {
    float: left;
    margin: 5px;
    overflow: hidden;
    padding-left: 0;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%;
}
.list_title-advertisement {
    color: #000066;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: none;
}
.list_anuncio_content {
    float: left;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
    width: 100%;
}
.list_image_wrap {
    float: left;
    max-height: 100%;
    overflow: hidden;
    position: relative;
	margin:10px;
}
#custom-border-radius .ui-btn-icon-notext.ui-corner-all {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
}
/*.boton_especial{
	background-color: #006699 !important;
}
.boton_normal{
  background-color: #006699 !important; 	
}*/

/*-------------------------------------admon-myadsmo.css-----------------------------------------------*/

/* CSS Document */

.titulolinks{font-weight: bold;color: #006699; text-align:center;}
.img{border-top: 2px solid #FFFFFF;border-right: 10px solid #FFFFFF;border-bottom: 0px solid #FFFFFF;border-left: 0px solid #FFFFFF}
.boton_normal{font-size:12px;color:#000000;background-color:#CCCCCC}
.boton_especial{font-size:12px;color:#FFFFFF;background-color:#006699}
.noresult{color: #CC0000; font-weight:bold; height:40px; padding-bottom:0px; margin-bottom:0px; background-color:#F5F5F5; border: solid 1px #a0a0a0; width:770px }
.noresult h3{background-image:url('images/alert-icon.png');background-repeat:no-repeat;background-position:left center; height:30px; font-size:16px; width:280px; padding-left:-10px; padding-top:11px; margin-top:0px; margin-bottom:0px}
.title-advertisement{color: #000066;font-weight:bold;}
.short-description{color: #000066}
.detail-title-myads{font-weight: bold;color: #006699}
.data-detail{color: #000066;}

#paginacion2 a {background-color: #FFFFFF; border: 1px solid #006699; color: #000066; font-weight: bold; margin-left: 0px; padding: 3px 5px; text-decoration: none; height:20px}

div#paginacion2 {font-size: 12px; text-align: right}

#paginacion2 span.thispageii {background-color: #FFFFFF; color: #000066; font-weight: bold; margin-left: 2px; padding: 3px 5px; text-decoration: none; height:20px}


/*------------------------------------Seemoreiii.tpl.php---------------------------------*/
.ui-icon-thumbs-thumb:after {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%20Tiny%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11-tiny.dtd%22%3E%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22tiny%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%20500%20500%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20d%3D%22M71.429%20160.714q0%207.254-5.301%2012.556t-12.556%205.301q-7.534%200-12.695-5.301t-5.162-12.556q0-7.534%205.162-12.695t12.695-5.162q7.254%200%2012.556%205.162t5.301%2012.695zM116.071%20303.571v-178.571q0-7.254-5.301-12.556t-12.556-5.301h-80.357q-7.254%200-12.556%205.301t-5.301%2012.556v178.571q0%207.254%205.301%2012.556t12.556%205.301h80.357q7.254%200%2012.556-5.301t5.301-12.556zM431.083%20261.998q15.346%2017.020%2015.346%2041.574-0.279%2021.763-16.043%2037.667t-37.528%2015.904h-77.288q1.116%203.906%202.232%206.696t3.069%206.138%202.79%205.022q5.022%2010.324%207.534%2015.904t5.301%2016.323%202.79%2021.345q0%206.696-0.14%2010.882t-1.395%2012.556-3.348%2013.951-6.696%2012.556-11.161%2011.3-16.741%207.254-23.019%202.93q-7.254%200-12.556-5.301-5.581-5.581-9.487-13.951t-5.441-14.509-3.488-17.020q-2.511-11.719-3.767-16.88t-4.883-13.532-8.649-13.393q-9.208-9.208-28.181-33.482-13.672-17.857-28.181-33.761t-21.206-16.462q-6.976-0.558-11.998-5.72t-5.022-12.137v-178.851q0-7.254%205.301-12.417t12.556-5.441q9.766-0.279%2044.085-12.277%2021.484-7.254%2033.622-11.021t33.901-8.091%2040.179-4.325h35.993q37.109%200.558%2054.966%2021.763%2016.183%2019.252%2013.672%2050.502%2010.882%2010.324%2015.067%2026.228%204.743%2017.020%200%2032.645%2012.835%2017.020%2011.998%2038.226%200%208.929-4.185%2021.206z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}
.inmos{font-size:12px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;color:#069}.inmos a{color:#069}a{color:#006}img{border:0}table{border:0}.label{font-family:Verdana, Geneva, sans-serif;font-weight:normal;font-size:10pt;color:#fff}.input{font-family:Verdana, Geneva, sans-serif;font-size:10px;font-style:normal;font-weight:normal;font-variant:normal;color:#006}

#titulo_no_cookie_ii{border:1px solid #f0c36d;
border-radius:2px 2px 2px 2px;
text-align:center;
color:#333;font-size:10px;font-variant:normal;background-color:#f9edbe;
padding-top:3px;
margin:0 auto;
margin-top:0;
padding-bottom:3px;
padding-left:10px;
padding-right:10px;
margin-bottom:5px;
width:970px;
font-weight:bold;
-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);
box-shadow:0 2px 4px rgba(0,0,0,0.2);
float:left;
position:absolute;
top:31px}

span.no_cookie{background-image:url('images/alert.gif');background-repeat:no-repeat;background-position:left center;padding-left:20px}

#pieizquierdo{float:left;width:49%;text-align:left;padding-top:3px;padding-left:4px}#piederecho{float:left;width:50%;text-align:right;padding-top:3px;padding-bottom:2px}
#pieizquierdoii{float:left;width:300px;text-align:left;padding-top:3px;padding-left:4px; margin-top:7px}#piederechoii{float:left;width:300px;text-align:right;padding-top:3px;padding-bottom:2px; margin-top:7px}


.detail-title{font-weight:bold;color:#069}#buscador_2{width:220px;left:0;top:0;position:relative;float:left}

#cuerpo {
    clear: both;
    left:1%;
	right:auto;
    padding-bottom: 10px;
    position: relative;
    right: auto;
    width: 98%;
    z-index:1;
}

#resultados {
    clear: both;
    left:1%;
	right:auto;
    padding-bottom: 10px;
    position: relative;
    right: auto;
    width: 98%;
    z-index:1;
}
#main_info_container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E6E6E6;
    float: left;
    position: relative;
    width: 98%;
	margin-top:1%;
	box-shadow: 0 0 5px #888888;
}


.clear {
    clear: both;
}
.wrap{
	width:100%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
	}
	.topheader{
		background-color:#c0dae7;
	color:#006699;
	text-align:center;
    margin-top:-7px;
	margin-right:auto;
		
	}
#media_container {
    float: left;
    width: 100%;
}

/******ENd OF FB share**************/
#info_container{width:100%; height:auto; position:relative; }
.pie_foto {
    background: none repeat scroll 0 0 black;
    bottom: 19px;
    display: block;
    float: left;
    left: 0;
    margin-bottom: 0;
    opacity: 0.6 !important;
    position: absolute !important;
    width: 100%;
}
.pagination_img{
	background:black;
	text-align:center;
	color:white;
	font:Verdana, Geneva, sans-serif;
	position:absolute;
	bottom:0px;
	width:100%
	}

.description_seemoreiii{background: none repeat scroll 0 0 black;text-align:center;color:white;font:Verdana, Geneva,sans-serif;}

.bg {
    background-color: #333 !important;
	
}

.details_info_seemoreiii{float:left; width:95%; text-align:left; font-size:14px; margin-bottom:5px; margin-top:5px; padding-right:5%; color:#333}

.details_info_seemoreiii span{color:#069; font-weight:700}
#details_add { margin-bottom: 7px; margin-left: auto; margin-right: auto;width:98%;}
.solicitar_informacion a{font-size:12px;text-decoration:none;color:#006}.report_abuso a{color:#006;text-decoration:none}
.details_info_seemoreiii > h5 {
    border: 0 none;
    color: #FF6600;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1px;
	margin-top: 0px;
}

span.enlace_vm, a.sm_link {
    color: #000066;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
.fecha_precio{float:right; font-size:11px; width:100%; text-align:right; padding-right: 15px; margin-bottom: 3px}
.mas_info_ii {font-size: 13px;}
.alza_precio{background:url('images/arrows.png') no-repeat; background-position: -0px -25px}
.baja_precio{background:url('images/arrows.png') no-repeat; background-position: -0px 2px}
.fondo_vencido{background-image:url('images/fondo_vencidoii.png');background-repeat:repeat}
#info_anuncio_superior{width:100%;margin-top:2px;padding-top:5px;clear:none;margin-bottom:0;text-align:justify; float:left}
.descripcion_2{font-size:14px;color:#006;text-align:justify;font-weight:300;line-height:6px;background:0;/*padding-right:20px;*/color:#333}
.descripcion_2 h3,#descripcion h3{font-size:12px;margin-bottom:1px;margin-top:0;color:#333}
#descripcion span,.descripcion_2 span{font-weight:normal}
h3.anuncio_otro_titleii {color: #8B8B8B;float: left;font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: 100;}

.mensajeria{border:#e6e6e6 solid 1px;background-color:#006699;width:98%;float:left;margin-bottom:5px;background-repeat:no-repeat;background-position:bottom right;margin-top:8px}
.mensajeria:target{
	background:none repeat scroll 0 0 rgb(207, 233, 241);
}
.mensajeria:hover{box-shadow: 0 0 5px #888888;}
#titulo_solicitud {
	background-image: url("images/result.png");
    background-position: 0 -170px;
    background-repeat: no-repeat;
    color: #006699;
    font-size: 16px;
    font-variant: normal;
    padding-left: 40px;
    padding-top: 9px;
    text-align: left;
    width: 100%;
}
#titulo_solicitud{color:#006}
.error_mensajeria{width:100%;text-align:left;color:#F00;font-size:14px;font-variant:normal;font-weight:bold;height:100%;text-align:justify}
#formulario_comentarios form>table{margin-left:auto;color:#069;font-size:13px;width:100%}
.read-less a {color: #006699;text-decoration:none} .read-less a:hover {text-decoration:underline}.read-more a {color: #006699;text-decoration:none}.read-more a:hover {text-decoration:underline}

#left_div {
    margin-left: auto;
    min-width: 200px;
	margin-top:1%;
    width: 100%;
}
a.morelink {
    text-decoration:none;
    outline: none;
	color:#006699;
	font-weight: bold; 
	width:100%; 
	height:100%;
	 top:0; 
	 left: 0; 
	
}
.morecontent span {
    display: none;
	
}
.comment {
    width: 100%;
   
    cursor:pointer;
}
.more{
cursor:pointer;	
}

div.ad1 {
    border: 1px solid #5596B9;
    float: left;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
}


/*****************List Mobile Jquery*************************/
.ui-listview-seemoreiii li { 
    margin: 10px !important;
    border-radius: 5px !important;
	border-left:1px solid !important;
	border-right:1px solid;
	background-color: #C0DAE7;
}
.ui-listview-seemoreiii li:hover { 
    
	background-color: #EDF6FA;
}

.ui-listview-seemoreiii {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	height:40px;
}

/*****************Image Paging Begin*************************/



/***************/
.topMenuAct spam{color:#069}
a.topMenuAct:hover{color:#FFF}
.valores{color:#000;font-size:12px}
a.contactl{font-size:12px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;color:#006}
a.contactl:hover{text-decoration:underline}
.options_lg{color:#FC0; font-size:11px; font-weight:normal; float:left;  margin-right:12px}
a.options_lg:hover{color:#CCC}
a.lft{font-size:12px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;color:#006;text-decoration:none}
a.lft:hover{color:#006;text-decoration:underline}
a.bcwithnext:hover,a.bcwithoutnext:hover{text-decoration:none}
.titlef{color:#000;font-weight:bold;text-decoration:underline;font-size:12px}.ask_moreinfo_add{font-size:12px;color:#006}h4.titulo_anuncio:hover/**,div.item_info a:hover**/{text-decoration:underline}#similares h2 a:hover/**,#similares_vendidos h2 a:hover**//**,#similares_vencidos h2 a:hover**/{text-decoration:none}div.anuncio_image img:hover{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;-khtml-opacity:0.7}div.div_all_ads_anunciante a:hover{color:#CCC}#pieizquierdo a:hover/**,#piederecho a:hover**//**, #pieizquierdoii a:hover**//**,#piederechoii a:hover**/{text-decoration:underline}div.item_info a{color:#006}div.item_info b{color:#069}div.mensajeria h2 a{color:#069}

/*********for busqueda avenzda*****************************************/
.tabs input[type=radio] {
	          position: absolute;
	          top: -9999px;
	          left: -9999px;
	      }
	      .tabs {
	        width: 100%;
	        float: none;
	        list-style: none;
	        position: relative;
	        padding:6px 0px 0px 0px;
	        margin: 0px auto;
			margin-left:1%;
	      }
	      .tabs li{
	        float: left;
			border:1px solid #0099bb;
			margin-left:-1px;
			-webkit-border-radius: 10px 10px 0 0; 
            -moz-border-radius: 10px 10px 0 0; 
             border-radius:10px 10px 0 0;

			border-bottom:none;
			width:32.5%;
			background-color:#EDF6FA;
			height:39px;
	
	      }
	      .tabs label {
	          display: block; 
			  color:#006699; 
	       	  -webkit-border-radius: 8px 8px 0 0;
			 
              -moz-border-radius: 8px 8px 0 0; 
	          border-radius: 8px 8px 0 0;
	          padding: 10px 10px;
	          cursor: pointer;
	          position: relative;
	          -webkit-transition: all 0.2s ease-in-out;
	          -moz-transition: all 0.2s ease-in-out;
	          -o-transition: all 0.2s ease-in-out;
	          transition: all 0.2s ease-in-out;
	      }
	     	      
	     input[type=radio]:checked + label {
	        background: #006699;
	        color: #ffffff;
	        
	      }
	      
	      [input[type="radio"]^=tab]:checked ~ [input[type="radio"]^=tab-content] {
	          display: block;
	      }
		  .hr{border:2px solid #006699;width:97.5%;margin-left:-1px;
			  }
			  div.title_search {
    background-image: url("images/bg_inactivo.jpg");
    background-repeat: repeat-x;
    color: #A70808;
    float: left;
    font-weight: bold;
    height: 23px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.dec{
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #BBBBBB;
    height: 35px;
    margin-bottom: 5px;
    margin-top: 5px;
   overflow: hidden;
    width: 99.5%;
	background-color:white;
}

.dec select {
    padding-top: 5px;
    width: 108%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	background-image:url('images/carat-d-black.png');
	background-position:90% 70%;
	background-repeat:no-repeat;
}

.dec select:focus {
    outline: none;
}
 .dec input{
    width:100%;
    height:100%;
        border:none;
		padding-top:0px;
		padding-left:5px;
}
#selct_moneda,#selct_moneda1{
	position:absolute; left:0; right:0; top:0; bottom:0; cursor: pointer;
	
	
}
/*******************

*********************/

.preg{
	border:1px solid #999999;
	width:98%;
	margin-left:1%;
	font-weight:normal; 
	color:#000000; 
 	margin-right:auto; 
	border-radius:4px; 
	text-align:center;
	padding-top:6px;
	margin-bottom:5px;
	font-family:  Verdana, Geneva, sans-serif;
}
#titulo_solicitud {color: #006699;font-size:16px;padding-bottom:3px;margin-bottom:2px;padding-left:40px;background-image:url('images/result.png');background-repeat:no-repeat;background-position: -0px -170px; height: 28px}

/*seeker*/



.titulo_buscadorii{width:100%; height:20px; margin-top:6px; float:left; text-align:center; color:#006699; font-size:16px; font-weight:bold}

div.celdapie a{text-decoration:none;display:block; float:left; margin-top:5px}

div.piecontainer{margin:0 auto; width:99%; float:left; border-bottom:#069 1px solid; border-right:#069 1px solid; text-decoration:none;text-align:center; font-size:12px}

#pieizquierdo a,#piederecho a, #pieizquierdoii a,#piederechoii a{text-decoration:none}#pieizquierdo span,#piederecho span, #pieizquierdoii span,#piederechoii span{text-decoration:underline;font-weight:bold}

.add_google_pie{width:100%;height:100px;border:none;text-align:center;vertical-align:middle;padding:0;margin:0;float:left}





.new_account{color:#FC0; font-size:11px; font-weight:normal; float:left; margin-right:12px; text-decoration:underline}



/*sitemap*/
.seccion_sitemap{float:left;min-height:25px;width:100%;border-bottom: dotted 1px #CCC;/*margin-bottom:10px;*/padding-top:7px}
.sub_seccion_sitemap{margin:2px 0px;font-size:12px;list-style:none;font-weight:bold;color:#000066;background-image:url('images/spritesitemapii.png'); background-repeat:no-repeat; background-position: -0px -0px;padding-left:14px;margin-left:25px;}
.sub_seccion_sitemap_desp{margin:2px 0px;font-size:12px;list-style:none;font-weight:bold;color:#000066;background-image:url('images/spritesitemapii.png'); background-repeat:no-repeat; background-position: -0px -29px;padding-left:14px;margin-left:25px;}

/***for contactus page****************/
.deco::-webkit-input-placeholder {
	text-decoration:underline !important;
}

.deco:-moz-placeholder { /* Firefox 18- */
   text-decoration:underline !important;  
}

.deco::-moz-placeholder {  /* Firefox 19+ */
   text-decoration:underline !important;
}
.succ{
	 background-color: #DFF2BF;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    color: #008000;
    margin-left: 1%;
    margin-right: 1%;
	margin-bottom:2px;
    padding: 5px;
	display:none;
	text-align:center;
	background: #DFF2BF url('images/correct.png')no-repeat 1% 50%;
}
.err{
	color:#F00;
	text-align:center; 
   border: 1px solid #D8D8D8;
   padding: 5px;
   padding-left:20px;
   border-radius: 5px;

	background:#FFF9F2 url('images/vencido.png') no-repeat 1% 50%;}
	
.good{
	color:#060;
	text-align:center; 
   border: 1px solid #060;
   padding: 5px;
   padding-left:20px;
   border-radius: 5px;

	background:#FFFFFF url('images/correct.png') no-repeat 1% 50%;}
	
.contcthead {
    background: none repeat scroll 0 0 #C0DAE7;
    color: #006699;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}


.wr >.ui-collapsible-content{
   border:1px dotted #000 !important;
   margin-left:1% !important;
}
.wr >.ui-collapsible-heading a {
    border: 0 !important;
	 padding-left: 40px !important;
	 overflow: visible !important;
    white-space: normal !important;
	 
    margin-top: -4px;
    font-weight: normal !important;

}

.row{
	position:relative;
	
	display:block;

	vertical-align:baseline;
	font-size:12px;
	margin-left:2%;
	}
	

	.img_1_of_3 a{
		text-decoration:none;
		
	}
	.img_1_of_3:hover{
	text-decoration:underline;
}
	
.img_1_of_3
{
	width:33%;
	text-align:center;
	position:relative;
	float:left;
}
div.img_1_of_3 img{
	border-color:#fff;
	border-style:solid;
	border-width:1px  !important;
	opacity:1;
	}
	
div.part img{
	border:1px solid #fff !important;;
	opacity:1;
	}

.clear
{
	clear:both;
}
.part
{
	width:90%;
	margin:2px;
	background-color:#FFF;
	padding-top:10px;
	border-radius:5px;
	box-shadow: 2px 2px 2px #edf6fa;
	/*font-weight:bold;*/
		}




div.part:hover img{
    background-color: #FFFFFF;
    border-color: #003399;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    opacity: 0.7;
}
div.part:hover{
    background-color: #EDF6FA;
  
}
div.part:active img{
    background-color: #fff;
	 opacity: 0.1;
  
}
div.part:active{
	  background-color: #fff;
}

div.part img:hover{
border:solid 1px #003399 !important;;
}

.box_sponsors{padding:8px 5px;background-color:#FDF6D7;width:100%;border:1px #F7E282 solid}
