@charset "utf-8";
/* CSS Document */
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}

		.white_content {
			display: none;
			position: absolute;
			top: 100px;
			left: 25%;
			width: 50%;
			height:350px;
			padding: 16px;
			border: 16px solid #6EA166;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
		
a {
	text-decoration:none;
	color: #480024;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold
	}
a:hover {
	text-decoration:none;
	color:#97819E;	
	}
#textoam{
	position:absolute;
	background-color:#FFF;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height:15px;
	}
.amtitulo {
	font:24px;
	font-weight:bold;
	text-align:center;
	}
/*--------------------FORMULARIO Cotizaciones*/

	.amigo {
	font:12px Arial, Helvetica, sans-serif;
	padding:5px;
	width:430px;
	}
	
	.amol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
	.amli {

	margin-bottom:25px;
			}
			
	.li#send {
		background:none;
		margin-top:25px;
			}
		
	.amlabel {
		float:left;
		width:150px;
		text-align:right;	
		margin-right:15px;
		line-height:25px;
		font:12px Arial, Helvetica, sans-serif;
		font-weight:bold;
			}
			
	.aminput   {
		padding:2px;
		font:12px Arial, Helvetica, sans-serif;
		border:1px solid  #666;
		width:170px;
			}
	.amselect,	.amtextarea{
		padding:2px;
		font:12px  Tahoma, Geneva, sans-serif;
		border:1px solid #666;
		width:150px;	
	}
	.buttonam {
		background:#370037;
		width:75px;
		height:30px;
		border:	#370037 thin solid;
		margin-left:220px; /* Total width of the labels + their right margin */
		cursor:pointer;
		font:12px Arial, Helvetica, sans-serif;
		color:#fff;
		font-weight:bold
				}
			
	.buttonam:hover { 
		background-color: #636;
				}

