/* CSS Document */
/* nicomartinez.com */

body { margin:15px; background-color:#42697F; color:#19313F; text-align:center; }
body, td { font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
h3 { color:#19313F; font-size:12px; font-weight:bold; margin-top:15px; }
 
#principal { position:absolute;
      left:50%;
      top:50%;
      width:730px;
      height:350px;
      margin-left:-365px;
      margin-top:-175px; }

	#cabecera { padding:5px 15px 0px 23px; }
		#fotoNico { float:left; }
		#logoNico { float:right; padding:5px 15px 0px 15px; }

	#cuerpo { width:730px; margin:0px auto 0px auto; text-align:left; border-color:#42697F; border-style:solid; border-width:0px 1px 1px 1px; }
		#menu { width:120px; height:350px; float:left; background-image:url(images/fd_home01.jpg); background-position:bottom right; background-repeat:no-repeat; background-color:#7A9DB1; }

		#contenido { height:333px; width:610px; background-image:url(images/fd_home02.jpg); background-position:bottom left; background-repeat:no-repeat; background-color:#A1B4BF; float:right; }
			#contenido p {  }
			#contenido a { color:#EA2C00; text-decoration:none; }
			#contenido a:hover { background-color:#EA2C00; color:#fff; }
			#contenido ul { margin:0px; padding:0px; white-space:nowrap; }
			#contenido li { list-style-type:none; padding:0px; }
			#contenido li a { color:#19313F; font-size:11px; text-decoration:none; padding-left:10px; padding-right:10px; border-left:2px solid #7A9DB1; }
			#contenido li a:hover { background-color:#7A9DB1; border-left:2px solid #19313F; }

			#logo { margin:15px 60px 20px; text-align:right; }

			#menuHome { width:400; margin-left:110px; }
				#opciones { float:left; text-align:left; margin-top:100px; }
				#flash { float:left; margin:0px 0px 0px 70px; text-align:left; }
				#noEstilo a:hover { border:0; padding:0; text-decoration:none; background-color:transparent; }
				
		#contacto { width:600px; padding:2px 5px 2px 5px; background-image:url(images/fd_home03.jpg); background-position:left; background-repeat:no-repeat; background-color:#8EA5B2; float:right; }
		#contacto ul { margin:0; padding:0px; white-space:nowrap; text-align:right; }
		#contacto li { display:inline; list-style-type:none; padding:0px 10px 0px 10px; font-weight:bold; }
		#contacto a { color:#19313F; text-decoration:none; }
		#contacto a:hover { color:#fff; }

	#pie { width:730px; margin:0px auto 0px auto; padding:5px 0px 30px 0px; }
		#logoGns { width:115px; height:18px; text-align:right; float:left; padding:0px 5px 0px 0px; border-bottom:3px solid #7A9DB1; }
		#copyright { width:540px; height:18px; text-align:left; float:right; padding:0px 35px 0px 35px; border-bottom:3px solid #8EA5B2; color:#A1B4BF; font-size:10px; }

.limpiar { clear:both; }