﻿@charset "utf-8";
.centroForms {
	padding: 0em;
	margin: 0em;
	float: none;
	width: auto;
}
.centroForms fieldset {
	padding: 1%;
	margin: 0px auto;
	border-color: #F1F1F1;
	width: 80%;
	border-style: solid;
}
.centroForms legend {
	color: #999999;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}
.contenido .centroForms ul {
	margin: 0px auto;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	padding: 0%;
}
.contenido .centroForms li {
	list-style-image: none;
	list-style-type: none;
	clear: both;
	padding: 4px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.centroForms label {
	width: 48%;
	display: block;
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0.3em 2% 2px 0px;
	background-color: #E2E2E2;
	color: #4D6185;
	font-weight: bold;
}
.centroForms input {
	width: 48%;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #C2D5FC;
	margin: 0px;
}
.centroForms select {
	width: 49%;
	background-color: #FFFFFF;
	color: #4D6185;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.centroForms .botoneraForm {
	margin: 0px;
	width: 82%;
}

.centroForms  .botoneraForm  li {
	clear: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: right;
}
.centroForms .botoneraForm input{
	background-color: #E2E2E2;
	border-style: none;
	padding: 0px;
	width: 25%;
	margin: 7px 0px;
	font-style: italic;
	font-weight: bold;
	color: #4D6185;
}
