/*  
Description: CSS para la web de Nimvox. Realizado en Diciembre 2008.
Version: 1.0
Author: Juanjo Gil
Author URI: http://prood.com/
*/

@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:150%;
}

body {
	background-color: #fff;
	background-image: url(images/bg_fondo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

a {
	color: #F57F73;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #F57F73;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS;
	margin:0;
	padding:0 0 5px 0;
	line-height:100%;
}

h2 {
	font-size: 40px;
	color: #CCC;
	font-weight:normal;
	margin: 106px 65px 10px 0;
	float: right;
}


.clear {clear:both;}




#header {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:485px;
	background: url(images/bg_header-trans.png) no-repeat;
}

#header h1 a {
	display:block;
	height:44px;
	width:146px;
	text-indent:-9999px;
	background: url(images/nivmox_logo.gif);
	float:left;
	margin-left:65px;
	margin-top:43px;
	margin-bottom:15px;
}

	
	#img_cabecera {
		width:870px;
		margin:0 auto;
		padding:0 20px;
	}
	

#content {
	margin:0 auto;
	padding:0;
	width:1000px;
	background: url(images/bg_content-trans.png) no-repeat;
}

	#txt {
		margin:0 30px 0 65px;
		padding:0;
		width:870px;
		/*background:#FFFFCC;*/
		float:left;
	}
	
	
	.block {
		/*border-top: solid 1px #A6A6A6;*/
		margin:0;
		padding:20px 0;
		width:870px;
	}
		
		.col {
			margin-right:23px;
			float:left;
			display:block;
			/*text-indent:-9999px;*/
		}
		
		
		.col-last {
			float:left;
			display:block;
			/*text-indent:-9999px;*/
		}
		
		.col a,  .col-last a {
			text-indent:-9999px;
			width:200px;
			height:120px;
			display:block; 
		}

		
		
		.a { background: url(images/01.jpg) no-repeat;}
		.b { background: url(images/02.jpg) no-repeat;}
		.c { background: url(images/03.jpg) no-repeat;}
		.d { background: url(images/04.jpg) no-repeat;}
		.e { background: url(images/05.jpg) no-repeat;}
		.f { background: url(images/06.jpg) no-repeat;}


#footer {
	margin:0 auto;
	padding:0;
	width:1000px;
	height:215px;
	background:url(images/bg_footer-trans.png)
}


	#menu_lower {
		font:"Trebuchet MS";
		font-size:11px;
		width:500px;
		float:left;
		color: #999;
		margin-left:65px;
		margin-top:115px;
		padding:0;
	}
	
	#menu_lower a {color: #999; text-decoration:none;}
	
	#menu_lower a:hover { color:#F57F73;}
	
	#menu_lower ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#menu_lower li { display:inline;}
