/* CSS Document */
body {
	color:#5b5a5a;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	background:url(/img/maq/fondo_web.png) left top repeat;
	margin:0;
}

a:link, a:visited {
	text-decoration:none;	
}

a:hover, a:active {
	text-decoration:underline;
}

div#supercontenedor {
	width:100%;
	background:url(/img/maq/patron_web.png) left top repeat-x;
	margin:50px 0 0 0;
}

div#contenedor {
	width:955px;
	margin:0 auto;
}

div#cabecera {
	width:935px;
	height:131px;
	padding:0 10px 10px;
}

div#menu {
	width:955px;
	margin-bottom:20px;
}

	div#menu ul{
		list-style:none;
		margin:0;
		padding:0;
		width:955px;
		height:100px;
	}
	
		div#menu ul li{
			float:left;
		}
		
			div#menu ul li a{
				color:#4f1f91;
				text-transform:uppercase;
				font-size:1.4em;
			}
			
				div#menu ul li a span{
					display:block;
					color:#4f1f91;
					font-size:0.7em;
					text-align:right;
				}
				
		div#menu ul li.separador{
			float:left;
			background:url(/img/maq/menu/separador.png) top left repeat-x #fff;
			width:3px;
			height:100px;
		}

div#cuerpo {
	width:955px;
	background:url(/img/maq/fondo_cuerpo.png) left top repeat-y transparent;
}

	div#cuerpo div#columna_izq{
		width:187px;
		background:url(/img/sec/inicio/fondo_columnas.png) left top repeat-y #fff;
		float:left;
	}
	
		div#cuerpo div#columna_izq h2{
			font-size:1em;
			padding:0 10px;
			margin:10px 0;
			color:#757474;
		}
		
		div#cuerpo div#columna_izq p{
			font-size:0.8em;
			color:#757474;
			padding:0 10px;
			margin:10px 0;
		}
	
	div#cuerpo div#columna_central{
		width:521px;
		padding:0 20px;
		margin:0 10px;
		float:left;
	}
	
		div#cuerpo div#columna_central img{
			border:3px solid #9c9e9f;
			-moz-border-radius:4px;
			border-radius:4px;
			-webkit-border-radius:4px;
		}	
		
		div#cuerpo div#columna_central p{
			text-align:justify;
		}	


	div#cuerpo div#columna_der{
		width:187px;
		background:url(/img/sec/inicio/fondo_columnas.png) left top repeat-y #fff;
		float:left;
	}
	
	div#cuerpo h1 {
		color:#4f1f91;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:700;
		margin:0 0 10px;
	}
	
	div#cuerpo h2 {
		color:#999898;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.1em;
		font-weight:700;
		margin:20px 0;
	}
	
	div#cuerpo p {
		font-size:1em;
		margin:0 0 10px;
	}
	
	div#cuerpo table {
		width:541px;
		border:1px solid #666;
		margin:20px 0;
		font-size:0.8em;
	}
	
	div#cuerpo table.centrada td{
		text-align:center;
	}
	
	div#cuerpo label {
		float:left;
		width:200px;
	}
	
	div#cuerpo input {
		float:left;
		font-family:tahoma;
		font-size:0.8em;
		width:300px;
	}
	
	div#cuerpo textarea {
		float:left;
		font-family:tahoma;
		font-size:0.8em;
		width:300px;
		height:100px;
	}

div#pie {
	width:935px;
	height:102px;
	padding:10px;
	margin-top:10px;
	text-align:center;
	background:url(/img/maq/fondo_pie.png) top left no-repeat transparent;
}

	div#pie ul{
		list-style:none;
		margin:20px auto 0;
		padding:0;
		width:600px;
		line-height:25px;
	}
	
		div#pie ul li{
			display:inline;
			padding:0 5px;
		}
		
			div#pie ul li a{
				color:#ffffff;
				font-size:0.8em;
				font-weight:700;
			}
