﻿

.LargeTextbox
{
	width: 500px;
	color: #000000;
	font-size: 14px;
	height: 34px;
	border-radius: 4px;
	border-style: solid;
	background-color: #AEC2C2;
	border-color: #AEC2C2;
}

.MediumTextbox
{
	width: 350px;
	color: #000000;
	font-size: 14px;
	height: 34px;
	border-radius: 4px;
	border-style: solid;
	background-color: #AEC2C2;
	border-color: #AEC2C2;
}

.SmallTextbox
{
	width: 245px;
	color: #000000;
	font-size: 14px;
	height: 34px;
	border-radius: 4px;
	border-style: solid;
	background-color: #AEC2C2;
	border-color: #AEC2C2;
}

.MiniTextbox
{
	width: 200px;
	color: #000000;
	font-size: 14px;
	height: 34px;
	border-radius: 4px;
	border-style: solid;
	background-color: #AEC2C2;
	border-color: #AEC2C2;
}

.EmergentContactTextbox
{
	width: 220px;
	color: #000000;
	font-size: 12px;
	height: 24px;
	border: 0px;
	/*border-style: solid;
	border-color: #AEC2C2;*/
}

.EmergentContactSmallTextbox
{
	width: 145px;
	color: #000000;
	font-size: 12px;
	height: 24px;
	border: 0px;
	/*border-style: solid;
	border-color: #AEC2C2;*/
}

.LargeComboBox
{
	width: 505px;
	color: #000000;
	font-size: 14px;
	height: 34px;
	border-radius: 4px;
	border-style: solid;
	background-color: #AEC2C2;
	border-color: #AEC2C2;
}

.InfoLabel
{
	color: #77778C;
	font-size: 12px;
}

.ErrorLabel
{
	color: Red;
	font-size: 14px;
	font-weight: bold;
}

.LeftControl
{
	padding-right: 20px;
	vertical-align: middle; 
	display: table-cell;
}

.SpanFooter
{
	vertical-align: middle; 
	display: table-cell;
	cursor: pointer;
}

.SpanFooter:hover
{
	text-decoration: underline;
}

.SpanFooterRight
{
	padding-left: 100px;
	vertical-align: middle; 
	display: table-cell;
}

.LinkUnificaImage
{
	float: left;
	position: relative;
	cursor: pointer;
}

.LinkTeneryfeeImage
{
	float: right;
	position: relative;
	cursor: pointer;
}

.ButtonEffect:active 
{
	padding-top: 2px;
}

/*Efecto para los botones:*/
.colored-button input,
.colored-button input:hover { color: #fff; background: #FF3333; font-weight: normal; font-style: italic; font-family: Arial; }

.blue-button input,
.blue-button input:hover { color: #fff; background: #1673C0; font-weight: normal; font-style: italic; font-family: Arial; }

.orange-button input,
.orange-button input:hover { color: #fff; background: #ED4D01; font-weight: normal; font-style: italic; font-family: Arial; }

