body {
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#100{
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align: center;
}
#contenedor{
	width:780px;
	height:500px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}
#franja{
	background-image:url(../img/barra_menu.jpg); 
	background-repeat:repeat;
	width:762px;
	height:2px;
}
#contenido{
	width:762px;
	height:372px;
}
#contenido .titulo{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#58585a;
}
#contenido ul {

}

#contenido li {
	padding-right:10px;
	background-repeat:no repeat;
	list-style-image:url(../img/li.jpg);
}
#contenido .li{
	font-family:Verdana;
	font-size:12px;
	color:#707173;
}
#contenido .texto{
	font-family:Verdana;
	font-size:12px;
	color:#707173;
	padding-left:22px;
	padding-right:50px;
	padding-bottom:30px;
}
#form{
	background-color:#f8f8f8;
	border:1px solid #d0d0cf; 
}
#form .formulario{
	font-family:Verdana;
	font-size:12px;
	color:#e67309;
}
#form textarea{
	font-family:Verdana;
	font-size:12px;
	color:#333333;
	width:300px;
	height:52px;
}
#form .input{
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	width:118px;
	height:18px;
	margin-bottom:8px;
}
#form .grande{
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	width:301px;
	height:18px;
	margin-bottom:8px;
}
#form .send{
	background-image:
	background-repeat:repeat-x;
	border-top:1px solid #bfbfbf
}
#form .btn{
	/*background-image:url(../img/send.jpg);
	background-repeat:repeat-x;*/
	width:71px;
	height:21px;
}
#scroll { 
     width:350px; 
     height:250px; 
     overflow:auto;
	 padding-right:10px;
	 padding-top:5px;
	 scrollbar-face-color: #ededee;
	 /*scrollbar-highlight-color: #ededee; */
	 scrollbar-3dlight-color: #ededee; 
	 scrollbar-arrow-color: #000000;  
	 scrollbar-shadow-color: #ededee;
	 /*scrollbar-darkshadow-color: #ededee; */
	 /*scrollbar-track-color: #ededee; */
}
.texto{
	font-family:verdana;
	font-size:11px;
}
