body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(back.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	margin-top:0px;
	margin-bottom:0px;
}

a {
	color:#f40c43;
}

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:30px;
	margin-left:15px;
	float:left;
}

/* SECCIONES */

#secciones {
	float:right;
	margin-top:0px;
}

#botonsecciones {
	width:90px;
	height:100px;
	float:left;
	text-align:center;
	margin-left:10px;
}

#botonsecciones a{
	color:#000;
	font-weight:bold;
	width:90px;
	height:100px;
	text-decoration:none;
	display:block;
	padding-top:10px;
	border-right:#f40c43 1px dotted;
	border-left:#f40c43 1px dotted;
}

#botonsecciones a:hover {
	color:#FFF;
	background-color:#f40c43;
	text-decoration:none;
	border:#999999 1px solid;
}

/* CONTENIDO */

#menu {
	background-color:#f40c43;
	width:922px;
	height:45px;
	float:left;
}

#menu .boton {
	width:160px;
	height:60px;
	margin:auto;
}

#contfoto {
	background-color:#f40c43;
	width:918px;
	height:300px;
	float:left;
	padding:2px;
}

#foto {
	background-color:#FFFFFF;
/*	background-image:url(fondo.jpg);
*/	width:918px;
	height:300px;
	float:left;
}

#texto img {
	margin-left:15px;
	margin-bottom:15px;
}

/* CONTENT - The main content area. */

#cuerpo{
	background-color: #ffffff;
	width:920px;
	margin:auto;
	padding:20px;
}

#contenido {
	width:920px;
	margin:auto;
	padding-top:20px;
	}

#titulo{
	width:920px;
	float:left;
	margin-top:10px;
	margin-bottom:15px;
	border-bottom: 1px solid #f40c43;
}

#texto {
	line-height:16px;
	color: #666666;
	width:920px;
	margin:auto;
	text-align:justify;
}

/* FOOTER - For footnotes and copyright notices. */

#pie {
	border-top: 1px solid #f40c43;
	width:960px;;
	height:50px;
	margin:auto;
	margin-top:20px;
	float:left;
	
}

#piedatos {
	text-align:center;
	padding-top:17px;
	
}

#piedatos a {
	color: #f40c43;
}

#piedatos a:hover {
	color: #000000;
}
