/* CSS Document */
html, body, p, form, li, ul, input, select, option {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0pt;
	padding:0pt;
}

img {
	border:0pt none;
}

.clear {
	clear:both;
}

.green-box {
	background:#F2FFD7 none repeat scroll 0%;
	border:1px solid #93BC24;
	font-size:1.09em;
	/*width:85%;*/
}

.tit-form {
	color:#126495;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}

.inputbox {
	margin: 0 15px 0 15px;
	border: 1px solid #cccccc;
	color:#666666;
	text-align:left;
}

.button {
	background-color:#AAAAAA;
	border:#333333 1px solid;
	color:#222222;
	cursor:pointer;
	font-weight:bold;
}
.vermell {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
}
.select{
	font-size:11px; 
	color:#333333;
}

.div_info_item{
	overflow:auto; 
	width:90%; 
	height:300px;
	border:2px #CCCCCC solid; 
	padding-top:5px;
	padding-left:5px; 
	background-color:#F2FFD7;
	font-size:12px;
	color:#666666;
}

.aviso_legal{
	padding:0 20px 0 20px; 
	color:#93BC24;
	font-weight:bold;
	cursor:pointer;
}
.aviso_legal:hover{
	background-color:#93BC24;
	color:#FFFFFF;
}
