/* 
	FORMULARIO - CONTACTA CON NOSOTROS
	
	AUTOR: 		ANTONIO GARCIA PRATS
	EMPRESA:	IBIDEM NETWORK
	WEB:		WWW.IBIDEM-NETWORK.ES
	
	CORREO-E:	INFO@IBIDEM-NETWORK.NET
 */
 
#principal {
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 20px;
	width: 820px;
	height: 800px;
	border: 1px solid #003300;
	background-color: #FFFFFF;
	text-align: center;	
}

#titulo2 {
	width: 500px;
	text-align: center;
}

#subtitulo2 {
	width: 500px;
	border-bottom: 1px solid #003300;
}

#formulario {
	width: 500px;
	margin-top: 10px;
	text-align:left;
}

#texto {
	text-align: justify;
	font: normal 12px "Times New Roman", Times, serif;
	color: #003300;
	text-decoration: none;
}

#texto a {
	font: italic normal 12px "Times New Roman", Times, serif;
	color: #003300;
	text-decoration: none;

}

#texto a:hover {
	font: normal 12px "Times New Roman", Times, serif;
	color: #003300;
	text-decoration: underline;
}

#menu {
	margin-top:10px;
}

#menu a {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #003300;
	text-decoration: none;
}

#menu a:hover {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #003300;
	text-decoration: underline;
}

#piedeweb {
	position: absolute;
	left: 50%;
	margin-left: -407px;
	top: 770px;
	width: 814px;
	height: 26px;
	background-color: #003300;
	margin-top: 2px;
	text-align: center;
	font: normal x-small "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;

}
