/*
 * Design to Interface User, General code from correct vista to browser
 * Autor Juan Minaya Leon
 * jminaya@chamonix.com.pe
 * 30/05/2008
 */
body {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	background-color:#ffffff;
}
form{
	display:inline;
	margin-bottom:0;
}
a {outline:0;}
/*
 * Type text
 */
.texto_public_1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
.texto_public_1 a{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.texto_public_1 a:hover{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:underline;
}
.texto_public_2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
}
.texto_public_2 a{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
}
.texto_public_2 a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #333333;
	text-decoration:underline;
}
.texto_public_3 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #14517D;
	text-decoration: none;
}
.texto_public_4 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #141414;
	text-decoration: none;
	padding-right:15px;
}
.texto_public_4 a{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
}
.texto_public_4 a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
}
.texto_public_8 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
}
.texto_public_8 a{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
}
.texto_public_8 a:hover{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: #666666;
	text-decoration:underline;
}
.bg1 {
	background-image: url(../images/public/bg1.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
}
.texto_public_5 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.texto_public_6 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.texto_public_6 a{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.texto_public_6 a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}
.texto_public_7 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #14517D;
	text-decoration: none;
}
/*
 * From of the system
 * Autor Juan Minaya Leon
 * jminaya@chamonix.com.pe
 * 30/05/2008
 */
.myFormRegister_file input{
	width:220px;
	height:18px;
	border:1px solid #9A9A9A;
	font-family:Arial;
	font-size:12px;
}
.myFormRegister_file select{
	width:222px;
	height:20px;
	border:1px solid #9A9A9A;
	font-family:Arial;
	font-size:12px;
}
.myFormRegister_file textarea{
	width:222px;
	height:100px;
	border:1px solid #9A9A9A;
	font-family:Arial;
	font-size:12px;
}
.myFormRegister_file input#button{
	width:222px;
	height:22px;
	border:1px solid #9A9A9A;
	font-family:Arial;
	font-size:12px;
}
