@charset "utf-8";
/*
Theme Name: Integralia Legal
Theme URI: http://blog.dahousecat.net
Description: Tema diseñado por DaHouseCat
Version: 1
Author: DaHouseCat

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body {
	margin: 0;
	padding: 0;
	background: url(theme/fondo-pagina.jpg) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#pagina {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}
	
#contenedor {
	float: left;
	width: 800px;
	}

#contenido {
	margin: 50px 30px 0 0;
	float: right;
	width: 485px;
	background: url(theme/fondo-contenido.jpg) repeat-y;
	}

#contenido-top {
	float: right;
	width: 485px;
	background: url(theme/arriba-contenido.jpg) no-repeat;
	}

#contenido-bottom {
	color: #233F54;
	float: right;
	width: 455px;
	background: url(theme/abajo-contenido.jpg) no-repeat bottom;
	padding: 10px 15px;
	}

#contenido-bottom h2 {
	border-bottom: 1px solid #233F54;
	font-size: 16px;
	}

#contenido-bottom h2 a {
	color: #233F54;
	text-decoration: none;
}

#contenido-bottom a {
	color: #4682AE;
	font-weight:bold;
}

#contenido-bottom a:hover {
	color: #1F3A4D;
	font-weight:bold;
}

	
#enc-cont {
	text-align: right;
	margin: 0 auto;
	padding: 7px 0 0 0;
	background: url(theme/encabezado-contenido.jpg) no-repeat;
	width: 459px;
	height: 39px;
}

#enc-cont a img{
	border: none;
}

#logo {
	float: left;
	margin: 20px 0 15px 35px;
	}

#logo img{
	border: none;
	}
	
#menu {
	margin: 0 0 0 35px;
	float: left;
	width: 230px;
	background: url(theme/fondo-menu.jpg) repeat-y;
	}

#menu-top {
	float: left;
	width: 228px;
	background: url(theme/arriba-menu.jpg) no-repeat;
	}
	
#menu-bottom {
	padding: 10px;
	float: left;
	width: 208px;
	background: url(theme/abajo-menu.jpg) bottom no-repeat;
	}

#menu-bottom h2 {
	color: #6891AF;
	margin-left:7px;
}

#menu-bottom ul {
	margin-left: 15px;
	padding: 0;
}

#menu-bottom li {
	list-style: none;
	width: 165px;
	padding: 5px;
	border-bottom: 1px solid #2C516B;
}

#menu-bottom li a {
	list-style: none;
	display: block;
	color: #6891AF;
	text-decoration: none;
}

#menu-bottom li a:hover {
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
}


#pie-pagina {
	font-size: 10px;
	color:#FFFFFF;
	text-align: center;
	margin: 5px 30px 0 0;
	padding: 7px 15px 0px;
	float: right;
	background:url(theme/pie-pagina.jpg) no-repeat;
	width: 455px;
	height: 41px;
	}

#pie-pagina a {
	color: #FFFFFF;
	}