/* CSS Document */
body {
	text-align:center;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:100%;
	margin:0px;
	height:auto;
	}
#contenedor {
	text-align:center;
	width:980px;
	background:url("images/fondo.jpg");
	height:auto;
	}
#contenedor_contenido {
	text-align:center;
	width:930px;
	padding:10px;
	height:auto;
	}
#contenido {
	text-align:left;
	float:left;
	height:auto;
	}

.articulo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.descripcion {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}


	
#formulario {
	margin: 10px;
	padding: 0px;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:dotted;
	background-color: #E6EDF5;
	float:left;
}
fieldset {
	border: 0;
	padding: 5px;
}

legend{
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border: 0;
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}

label {
	text-align: right;
	width: 110px;
	padding-right: 10px;
}

input_select {
	font-size: 20pt;
	border: 1px solid #ccc;
}

textarea{
	border: 1px solid #ccc;
	font-family: "Trebuchet MS", Vendana, Arial, sans-serif;	
}
.submit {
	background-color:#FF9900;
	border-top: 1px solid #FF6600;
	border-left: 1px solid #FF6600;	
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	margin-top:10px;
	margin-bottom:10px;
	color: #fcfcfc;
}

br {
	clear: left;
}