/* CSS Document */
#contenedor {
	width:960px;
	height:660px;
    left:50%;
	margin-left:-472px;
	position:absolute;
	clear:both;

	
}

#header {
width:945px;
height:193px;
}

#botonesizq {
	width:152px;
	height:369px;
	float:left;
	background-color:#FFF;
}

#contenido{
	width:667px;
	height:369px;
	float:left;
	background-color:#FFF;
	text-align: center;
}

#provedores{
	width:819px;
	height:96px;
	float:left;
	background-color:#FFF;
}

#subtitulo{
	width:357px;
	height:20px;
	background-color:#003cb4;
	margin-top:10px;
}

#titulo{
	width:400px;
	height:20px;
	padding-left:180px;
}

#texto{
	width:357px;
	height:30px;
	padding-top:10px;
	text-align:justify;
}

#scroll{
	height:273px;
	overflow:auto;
}

#sombraizq{
	height:465px;
	width:10px;
	background-image:url(images/sombra1.png);
	background-repeat:repeat-y;
	float:left;
	margin-left:56px;
	_margin-left:28px;
}


#sombrader{
	height:465px;
	width:10px;
	background-image:url(images/sombra2.png);
	background-repeat:repeat-y;
	float:right;
	margin-right:65px;
}

.input-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	height: 13px;
	border: 1px solid #b9cae6;
	padding-left: 4px;
	background-color:#E5E5E5;
}

.input-text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	height: 60px;
	border: 1px solid #b9cae6;
	padding-left: 4px;
	background-color:#E5E5E5;
}

.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#635F59;
	height: 18px;
	border: 1px solid #b9cae6;
	padding-left: 4px;
	background-color:#E5E5E5;
}

.botonenviar {
	font-family: Arial;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	height: 18px;
	border: 1px solid #b9cae6;
	background-color:#003198;
}

.titulos {
	text-align: center;
	color:#092f78;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
}

.titulos2 {
	text-align: center;
	color:#092f78;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

.textocontenido {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color:#FFFFFF;
}

.textocontenidonyo {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	background-color:#FFFFFF;
	text-align:justify;
}

.textolista {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-align:left;
}

.textosubtitulo {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.textoformulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005AA4;
}
