﻿@charset "utf-8";
/* CSS Document */

/* COLORES */

/* Los colores de la aplicación deberán respetar los colores de la página ofcial del gobierno de la ciudad. A saber:

Gris Oscuro: #fff;
Gris Medio: #999999;
Gris Claro: #c5c5c5;
Amarillo: #f5802d;
Fucsia: #eb007d;
Blanco: #ffffff;
Negro: #000000;

*/

*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
body
{
	background-color: #F9F9F9;
}

.headerTop {
    margin-bottom: 0; 
    min-height: 60px; 
    background-color: #f2d333
}

.headerBottom {
    min-height: 90px;
}

    .headerBottom .banner {
        padding-top: 14px; 
        padding-bottom: 14px; 
        padding-left: 0; 
        width:690px; 
        margin: auto;
    }

        .headerBottom .banner img {
            margin: 0;
        }

#contentgeneral /*Div que contiene todo, incluido el header*/
{
	height: auto;
	width: 670px;
	background-color: #fff;
	margin: auto;
}
.marginDer
{
	margin-right: 15px;
	
}


.col3 h4

{	color: #626262;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin:20px 20px 10px 0px;
	border-bottom:solid 2px gray;
}
.colIz h4

{	color: #626262;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin:20px 30px 10px 0px;
	border-bottom:solid 2px gray;
}

.col3 .colMotivo {
    width: 100%;
}

.col3 .colMotivo div {
    float:left;
    width: 30%;   
    margin-bottom:5px; 
}

.colDer h4

{	color: #626262;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin:20px 20px 10px 0px;
	border-bottom:solid 2px gray;
}


h1
{
	font-size: 20px;
}
#contenido
{
	height: auto;
	padding: 10px auto 0px auto;
}
#mainContent
{
	width: 650px;
	margin: 3px 10px;
	padding-top: 10px;
	background: #FFF;
}
#mainContent ul li
{
	list-style: none;
	/*display: inline;*/
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 0px;
}
#mainContent ul li a, .editor-field input[type="submit"]
{
	color: #474747;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffd900;
	padding: 10px 10px 10px 10px;
}

label
{
	width: 120px;
	float: left;
}
input[type="text"]
{
	width: 170px;
	margin: 0px 0px 7px 0px;
    text-transform:uppercase;
}
input[type="radio"]
{
	width: auto;
	margin: 0px 10px 0px 0px;
	float: left;
}
select
{
	width: 174px;
	margin: 0px 0px 7px 0px;
}
legend
{
	color: #fff;
	font-weight: bold;
}
fieldset
{
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: solid 1px #c5c5c5;
}
table label
{
	width: auto;
	float: none;
	margin: 0px 20px 0px 0px;
}
.tablaBorde
{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 650px;
}
.tablaBorde th
{
	height: 32px;
	background-image: url(/images/up-grey.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-align: left;
}
.tablaBorde tbody td
{
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #999999;
}
.tablaBorde tfoot tr td
{
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
.tablaBorde thead th:last-child
{
	border-right: 0px;
}
.tablaBorde input[type="radio"]
{
	float: none;
}
table label
{
	width: auto;
	float: left;
	margin: 0px 20px 0px 0px;
}
.filtros1col, filtros2col, filtros3col
{
	width: 741px;
	height: auto;
	margin-bottom: 5px;
	float: left;
}
.col1
{
	width: 30%;
	background-color: #fff;
}
.col2
{
	width: 50%;
}
.col3
{
	width: 650px;
	float: left;
}
.col1, .col2, .col3
{
	height: 100%;
	display: inline-block;
}
.colIz
{
	width: 320px;
	float: left;
	margin-right: 20px;
}
.colIz #tipoGrabadoTable tr{
    margin-bottom:5px;
    float:left;
    width:100%;
}
.colDer
{
	width: 310px;
	float: right;
}
.colDer2
{
	width: 380px;
	float: right;
}
.filtros1col .col1
{
	width: 40%;
	height: 100%;
	float: left;
}
.filtros2col .col1, .filtros2coll .col2
{
	width: 50%;
	height: 100%;
	float: left;
}
.filtros3col .col1, .filtros3coll .col2
{
	width: 33%;
	height: 100%;
	float: left;
}
input[type="submit"], input[type="button"]
{
	padding: 3px;
	float: right;
	width: auto;
	margin: 10px;
	cursor: pointer;
}
input[type="button"]
{
	margin: 10px 5px 10px 0px;
    float:left;
}
.left input[type="button"]
{
	float: left;
}
.editor-field input[type="submit"]
{
	float: left;
	border: 0px;
	padding: 8px 0px;
	width: 170px;
}

.editor-field-turno input[type="submit"]
{
	float: left;
	border: 0px;
	padding: 8px 2px;
	color: #474747;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	background-color: #ffd900;
	margin:10px 2px;
 }

img
{
	float: left;
	margin: 10px 0px 0px 0px;
}
.boton
{
	height: 21px;
	background-image: url(images/up-grey.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	font-size: 11px;
	width: auto;
}
.date
{
	width: 120px;
}

.field-validation-error
{
	color: red;
}
.validation-summary-errors
{
	color: Red;
}
input.input-validation-error, select.input-validation-error
{
	background-color: #FFD900;
}
#ErrorMsgLabel label
{
	color: Red;
	width: 100%;
	display: block;
	font-weight: bold;
}
.footNote
{
	display: block;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 12px;
}


.footNote b
{
	font-style: italic;
	font-weight: bold;
}


.botonMercadoPago {
    width: 200px !important; height: 40px; color: transparent; background-image: url(../../Images/mercadopago.jpg);
     background-attachment: scroll; background-repeat: no-repeat; background-position-x: 0%; background-position-y: 0%;
      background-size: auto; background-origin: padding-box; background-clip: border-box; background-color: transparent;
      border:none;
}

.resultadoConsulta {
    float: left; width: 80px; margin-left: 5px; overflow: visible; background-color: #ffd900; color: #474747; text-align: center; font-size: 10px;
    /*padding-top: 2px; padding-bottom: 2px;*/
}


.tdFormasPago {
    width:auto;
    color:#fff;
    background:url(../../Images/tdFormasPagoBack.png) no-repeat left #666;
    display:block;
    float:left;
    margin-right:10px;
    line-height:27px;
    padding-right:7px;
}


.tdFormasPago input {
    width:auto;
    color:#fff;
    background:#fff;
    display:block;
    float:left;
    margin-right:16px;
    height:27px;
}

/*Lo dejamos comentado porque MercadoPago no se usa mas*/
/*.tdFormasPagoTable td:nth-child(4){
    background: url(../../Images/mercadoPagoBack.png) no-repeat right #fff;
    width:120px;
    font-size:0.1px
  
}*/




