/* CSS Document */

/* general */
body {
	background-color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 10px;
	}

/* Form */

.labelFormLeft {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	color: #333333;
	text-align: right;
	font-weight: bold;
	}

.labelFormRight {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	color: #666666;
	text-align: left;
	font-weight: bold;
	}
	
.backgroundForm {
	background-color: #D9D9D9;
	}
	
.backgroundFormSolicitud {
	background-color: #FFFFFF;
	}	
	
.textTitleForm {
	font-family: Arial, Verdana;
	font-size: 0.9em;
	color: #FFF;
	background-color: #A7001F;
	font-height: normal;
	}
	
.textTitleFormSolicitud {
	font-family: Arial, Verdana;
	font-size: 1em;
	color: #000;
	background-color: #FFF;
	font-height: bold;
	}
	
.InputFormSolicitud {
	font-family: Arial, Verdana;
	font-size: 0.9em;
	color: #000;
	font-height: normal;
	}		

.inputForm {
	font-family: Arial, Verdana;
	font-size: 0.7em;
	color: #000;
	font-height: normal;
	height: 15px;
	width: 270px;
	border-top: 1 px solid #000;
	border-left: 1 px solid #000;
	border-right: 1 px solid #000;
	border-bottom: 1 px solid #000;
	}

.labelSmall {
	font-family: Verdana, Arial;
	font-size: 0.7em;
	color: #333333;
	font-height: normal;
	}
	
.textcontenedor {
	font-family: Arial, Verdana;
	font-size: 0.7em;
	color: #000;
	font-height: normal;
	}	

.selectForm {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	color: #000;
	font-height: normal;
	height: 17px;
	width: 270px;
	border-top: 1 px solid #000;
	}	

.inputFormInt {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	color: #000;
	font-height: normal;
	height: 15px;
	border-top: 1 px solid #000;
	border-left: 1 px solid #000;
	border-right: 1 px solid #000;
	border-bottom: 1 px solid #000;
	}
	
.contenedores {
	border-top: 0 px solid #000;
	border-left: 0 px solid #000;
	border-right: 0 px solid #000;
	border-bottom: 0 px solid #000;
	}

.titulos {
	font-family: Arial, Verdana;
	font-size: 0.8em;
	color: #FFF;
	font-height: normal;
	}
	
.ayuda {
	font-family: Arial, Verdana;
	font-size: 0.7em;
	color: #000;
	font-height: normal;
	}
	
.ayudaColor {
	font-family: Arial, Verdana;
	font-size: 0.7em;
	color: #A90000;
	font-height: normal;
	text-indent: 10px;
	}
	
	
S
