@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(estilos/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#encabezado {
	display: block;
	height: 90px;
	background-image: url(estilos/encabezado.jpg);
	background-repeat: no-repeat;
}
#contenedor {
	display: block;
	background-image: url(estilos/contenedor.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

#contenido {
	display: block;
	float: left;
	width: 538px;
	padding: 10px;
}
#cuerpo #contenedor #navegacion h2 {
	background-color: #666666;
	display: block;
	padding: 4px;
	color: #FFFFFF;
	font-size: small;
	margin: 0px;
}

#navegacion {
	display: block;
	float: left;
	width: 180px;
	margin-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#cuerpo #contenedor #navegacion li {
	list-style-type: square;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#cuerpo #contenedor #navegacion a {
	color: #FF6600;
	text-decoration: none;
}
#cuerpo #contenedor #navegacion a:hover {
	text-decoration: underline;
}
#cuerpo #contenedor #navegacion ul {
	margin: 10px;
	padding: 10px;
}

#cuerpo {
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	margin: auto;
	width: 739px;
}
#piedepagina {
	display: block;
	clear: both;
	float: none;
	height: 40px;
	background-image: url(estilos/piedepagina.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	background-color: #333333;
}
#cuerpo #contenedor #contenido h1 {
	font-size: large;
	color: #FF6600;
}
#cuerpo #contenedor #contenido h2 {
	font-size: small;
	color: #666666;
}
#cuerpo #contenedor #contenido li {
	margin-bottom: 15px;
}
.bloquecliente {
	display: block;
	margin: 5px;
	float: left;
	width: 155px;
	height: 220px;
	padding: 5px;
}
#cuerpo #contenedor #contenido .bloquecliente h2 {
	color: #FF6600;
	display: block;
	margin: 0px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.bloqueActividad {
	display: block;
	margin: 5px;
	float: left;
	width: 158px;
	height: 600px;
	padding: 5px;
}
#cuerpo #contenedor #contenido .bloqueActividad li {
	margin: 2px;
	padding: 2px;
	list-style-type: square;
}
#cuerpo #contenedor #contenido .bloqueActividad h2 {
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}
#cuerpo #contenedor #contenido .bloqueActividad ul {
	margin: 8px;
	padding: 8px;
}
#cuerpo #contenedor #contenido li {
	list-style-type: square;
}
.marcas {
	display: block;
}
.bloque {
	display: block;
	clear: both;
	float: none;
}

#cuerpo #contenedor #contenido .marcas img {
	display: block;
	margin: 2px;
	padding: 2px;
	float: left;
}
#cuerpo #contenedor #contenido h2 {
	float: none;
}
.imgflotantederecha {
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bloqueServicio {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 235px;
	height: 600px;
	margin: 5px;
	padding: 5px;
}
.bloqueDetalleServicio {
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 235px;
	height: 420px;
	margin: 5px;
	padding: 5px;
}
p {
	text-align: justify;
}
#cuerpo #contenedor #contenido li {
	text-align: justify;
}
.columna {
	display: block;
	float: left;
	width: 48%;
	margin: 1%;
}
.noticia {
	display: block;
	margin: 10px;
	padding: 10px;
	clear: both;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
#cuerpo #contenedor #contenido .noticia h2 {
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
