body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(fondobody.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	margin-top:0px;
	margin-bottom:0px;
}

a {
	color:#030303;
}

a:hover {
	color: #000;
	text-decoration:none;
}

/* CONTENEDOR */

#contenedor {
	width:900px;
	margin:auto;
}

#header {
	width:900px;
	height:131px;
	margin:auto;
}

/* LOGO & TITULO */

#logo {
	width:75px;
	height:75px;
	float:left;
	margin-top:25px;
	margin-left:10px;
}

#empresa {
	font-size:25px;
	font-weight:bold;
	color:#000;
	margin-top:70px;
	margin-left:25px;
	float:left;
}

/* SECCIONES */

#secciones {
	float:right;
	margin-right:12px;
	margin-top:61px;
}

#botonsecciones {
	width:90px;
	height:70px;
	float:left;
	text-align:center;
	margin-left:10px;
}

#botonsecciones a{
	color:#000;
	font-weight:bold;
	width:90px;
	height:60px;
	text-decoration:none;
	display:block;
	padding-top:10px;
}

#botonsecciones a:hover {
	
	background-color:#000;
	text-decoration:none;
}

/* CONTENIDO */

#menu {
	background-color:#CCC;
	width:230px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#menu .boton {
	width:160px;
	height:60px;
	margin:auto;
}

#confoto {
	background-color:#000;
	width:690px;
	height:320px;
	float:right;
}

#foto {
	background-image:url(fondo.jpg);
	background-repeat:no-repeat;
	background-color:#CCC;
	width:650px;
	height:280px;
	float:right;
	border: solid 10px #FFFFFF;
}

#img {
	background-color:#CCC;
	text-align:center;	
	width:220px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	padding:5px;
}

#texto img {
	margin-left:15px;
	margin-bottom:15px;
}

/* CONTENT - The main content area. */

#cuerpo{
	background-color: #ffffff;
	width:960px;
	float:left;
	margin-top:20px;
}

#contenido {
	width:670px;
	float:right;
	padding: 10px 25px 10px 10px;
}

#titulo{
	width:665px;
	font-size:25px;
	color: #666;
  	font-weight:bold;
	float:left;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom: 1px solid #666;
}

#texto {
	line-height:16px;
	color: #666666;
	width:670px;
	float:left;
	text-align:justify;
}

/* FOOTER - For footnotes and copyright notices. */

#pie {
	background-color:#000000;
	width:960px;;
	height:50px;
	margin:auto;
	margin-top:20px;
	float:left;
}

#piedatos {
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding-top:17px;
}

#piedatos a {
	color: #999999;
}

#piedatos a:hover {
	color: #FFFFFF;
}
