/* 
	Autor: José Luis Viéitez
	Fecha: 08-07-2009
	Descripcion:
		Estilos para el sitio web NETQUATRO.COM
*/
@charset "utf-8";

/*..... ETIQUETAS GLOBALES .....*/
html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-image: url(../_images/FondoBody_10x700.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

/*..... WRAP .....*/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: auto;
	min-height: 550px;
	background-image: url(../_images/FondoBordes_1000x10.png);
	background-repeat: repeat-y;
}

		/*..... HEADER COMPLETO INCLUYENDO ELEMENTOS INTERNOS.....*/
		#header {
			margin: 0 auto;
			padding: 0;
			width: 950px;
			height: 125px;
			background: #ddd;
			background-image: url(../_images/FondoHeader_10x125.png);
			background-repeat: repeat-x;
		}
				/*..... LOGO NETQUATRO .....*/
				#logo {
					margin: 37px 0 0 20px;
					padding: 0;
					float: left;
					width: 320px;
					height: 60px;
				}
				/*..... MENU EN EL HEADER .....*/
				#menu_header {
					margin: 10px 0 0 0;
					padding: 0;
					float: right;
					width: 180px;
					height: 20px;
				}
				.netint {
					font-size: 14px;
					color: #555;
					text-decoration: none;
				}
				.netint:hover {
					text-decoration: underline;
				}
						/*..... MENU EN EL HEADER "LISTAS DESORGANIZADAS" .....*/
						ul#menuHeader {
							list-style: none;
						}
						li.opMenuHeader {
							margin: 5px 10px;
							float: left;
						}
						a.anchorMenuHeader {
							margin: 0;
							padding: 0;
							color: #036;
							font-weight: bold;
							text-decoration: none;
						}
		
		/*..... RIF DE NETQUATRO .....*/
				#rif {
					margin: 5px 1px 0 0;
					padding: 0;
					float: left;
					width: 100px;
					height: 15px;
					font-weight: bold;
					color: #777;
				}
				
		/*..... BANNER DE ANIMACION FLASH .....*/
		#banner {
			margin: 0 25px;
			padding: 0;
			width: 950px;
			height: 320px;
			background: #ccc;
		}
		/*..... MENU DE LAS AREAS DE NETQUATRO .....*/
		#menu_areas{
			margin: 0 25px;
			padding: 5px 0;
			width: 950px;
			height: 60px;
			background: #ddd;
		}
		/*..... CUERPO DEL CONTENIDO PRINCIPAL .....*/
		#container {
			margin: 0 25px;
			padding: 0;
			width: 950px;
			height: 250px;
			background: #fff;
		}
				/*..... CUERPO DEL CONTENIDO PRINCIPAL .....*/
				#info_index {
					margin: 0;
					padding: 15px 10px 10px 40px;
					float: left;
					width: 450px;
					font-size: 12px;
					text-align: justify;
					background: #fff;
					color: #006;
				}
				/*..... CUERPO DEL CONTENIDO PRINCIPAL .....*/
				#img_index {
					margin: 0 0 0 70px;
					padding: 10px;
					float: left;
					background: #fff;
				}
		/*..... FOOTER COMPLETO INCLUYENDO ELEMENTOS INTERNOS .....*/
		#footer {
			margin: 1px 0 0 25px;
			padding: 5px 0 0 0;
			width: 950px;
			height: 50px;
			background: #ccc;
			color: #006;
			text-align: center;
			border-bottom: 4px solid #bbb;
		}
	