@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(background.jpg);
	background-repeat:repeat;
	background-color:#FFF;
}

.menu_principal {
	font-size:20px;
	text-align:left;
	margin-bottom:10px;
}

.menu_principal a{
	text-decoration:none;
	color:#000;
	width:10px;
	padding-right:15px;
	padding-left:15px;
	height:50px;
}

.menu_principal a:hover{
	text-decoration:none;
	color:#CCC;
	background-color:#000;
}

#borde_menu{
	border-top-style:solid;
	border-top-color:#000;
	border-top-width:1px;
	padding-right:50px;
	padding-left:50px;
}

.titulo{
	text-align:left;
	font-weight:bold;
	color:#FFF;
	font-size:25px;
}

.texto {
	color:#CCC;
	font-size:12px;
}

.secciones {
	width:150px;
}

.secciones a{
	text-align:right;
	padding-right:10px;
	color:#333;
	text-decoration:none;
}

.secciones a:hover{
	text-decoration:underline;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.datos{
	color:#333;
}

.datos a{
	color:#333;
	padding:none;
}

#borde_sec {
	margin:auto;
	width:300px;
	border-top-style:solid;
	border-top-color:#FFF;
	border-top-width:1px;
}

.nombre_empresa {
	font-size:30px;
	color:#000;
	padding-bottom:10px;
	font-weight:lighter;
}

.contenido{
	background-image:url(bg_cont.png);
	background-repeat:repeat-y;
}

#contenido{
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
	width:1000px;
	margin:auto;
}