﻿.buttonred
{
	/*background: url('../Imagenes/botonrojo.gif') no-repeat;     border: 0 none;     color: White;     font-size: 12px;     width: 120px;     height: 23px;*/
	background: #CEE1EF !important;
	color: #224466;
	font-size: 13px;
	border: 1px solid #80B5D0;
	height: auto;
	margin-bottom: 15px;
}

.buttonred : hover
{
	cursor: pointer;
}

a.buttonlight
{
	background: url("../Imagenes/boton_chico.gif") no-repeat scroll 0 1px transparent;
	color: White;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 44px;
	text-decoration: none;
}

.buttonlight
{
	background: url('../Imagenes/boton_chico.gif') no-repeat;
	border: 0 none;
	color: White;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 30px;
}

.buttonlighgrande
{
	background: url('../Imagenes/boton_grande.gif') no-repeat;
	border: 0 none;
	color: White;
	font-size: 12px;
	font-weight: bold;
	width: 400px;
	height: 30px;
}
.buttonlightgreen
{
	background: url('../Imagenes/BOTON_GIFT_.png') no-repeat;
    border: 0 none;
	color: White;
	font-size: 12px;
	font-weight: bold;
	width: 120px;
	height: 30px;
}

.buttonlightblue
{
	background: url('../Imagenes/BotonCeleste.png') no-repeat;
	border: 0 none;
	color: White;
	font-size: 14px;
	font-weight: bold;
	width: 262px;
	height: 63px;
}

.buttonlight:hover, .buttonlightgreen:hover, .buttonlightblue:hover, .buttonlighgrande:hover
{
	background-position: left bottom;
	cursor: pointer;
}

input.textsimple
{
	font-size: 14px;
	padding-top: 6px;
	width: 200px; /*height: 19px;*/
	text-transform: uppercase;
}

input.textsimplecorto
{
	font-size: 14px;
	padding-top: 6px;
	/*height: 19px;*/
	text-transform: uppercase;
	text-align: center;
}

input.text
{
	background: url('../Imagenes/input-txt.jpg') no-repeat scroll left top transparent;
	border: medium none;
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	padding: 0 3px;
	width: 411px;
	color: #4AA2C8;
	font-size: 14px;
}

.dropdownsimple
{
	font-size: 12px;
	width: 200px;
	height:27px;
}
.dropdownsimplechico
{
	font-size: 12px;
	width: 55px;
	height:27px;
}

.selectbox
{
	background: url('../Imagenes/select-small.jpg') no-repeat scroll right center #F0F0F0;
	border: medium none;
	cursor: pointer;
	font-family: "Century Gothic" ,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 29px;
	padding: 4px 3px 0px 3px;
	position: absolute;
	text-align: left;
	float: left;
	display: inline;
	width: 209px;
}

.selectbox-wrapper ul li.current
{
	background: none repeat scroll 0 0 #E3E7EC;
	line-height: 20px;
	cursor: pointer;
}

.selectbox-wrapper ul li.selected
{
	background: none repeat scroll 0 0 #EAF2FB;
	line-height: 20px;
	width: 100%;
}

.selectbox-wrapper
{
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #D0D6D9;
	margin: 29px 0 0;
	max-height: 200px;
	overflow: hidden;
	padding: 0 3px;
	position: absolute;
	text-align: left;
	width: 408px !important;
	z-index: 100;
}

input:focus
{
	outline: 1px solid #C7DAE1;
	outline-offset: -1px;
}

label.error
{
	color: red;
	font-style: italic;
	border: 0px 20px 0px 0px;
	display: block;
	font-style: italic;
	font-size: 80%;
}

input.error
{
	border: 1px solid red;
	background: #f9e5e6;
	display: block;
}

span.error
{
	color: red;
	font-style: italic;
	border: 0px 20px 0px 0px;
	display: block;
}

select.error
{
	border: 1px solid red;
	background: #f9e5e6;
	display: block;
}


.listacheckbox label
{
	display: inline;
	font-size: 12pt;
	padding-right:20px;
}


#tooltip {
	position:absolute;
	z-index:30000;
	padding:3px;
	background:#d7d0d0;
	color:#068291!important;
}

#tooltip div {
	margin:0;
	background:#fbfefe;
	padding:5px;
	font-size:0.9em;
}

#tooltip h3 {
	color:#068291;
	padding:5px;
	margin:0;
	background:#fbfefe;
}
