/* CSS Document */

body, td, textarea, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #414B43;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.texto_subrayado {
	text-decoration: underline;
}

.texto_resaltado {
	font-weight: bold;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_justify {
	text-align: justify;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

span.align_justify, span.align_right, span.align_center{
	display:block;
}

.clear_both {
	clear:both;
}

form {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

input.boton {
	background-color:#A2D700;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding: 5px;
}

input.caja_texto {
	border-color: #658176;
	border-style: solid;
	border-width: 1px;
}

textarea.caja_texto {
	border-color: #658176;
	border-style: solid;
	border-width: 1px;
}

a.consulta:link, a.consulta:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#313131;
}

a.consulta:hover{
	text-decoration:underline;
	color:#313131;
}