/************************************/
/* www.heriasymendez.com            */
/* Estilos de impresion             */
/* Daniel García Alfonso            */
/* dgalfonsoARROBAgmail.com         */
/************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: White;
	text-align:center;
	border: 0;
	margin: auto;
}

img {
	border: 0;
}

#contenedor {
	width:100%;/* para imprimir debe ser menor de 600px (a4)*/
	background-color: transparent;
	margin: 0 auto;
	text-align:left;
	border: 0;
}
	
#cabecera {
	background-color: White;
	padding: 0px 20px 0px 20px;
}

/* Elementos de la cabecera */

#logo {
	display: none;
}

#servicios {
	float: right;
	color: black;
	padding-top: 20px;
	padding-right: 15px;
}

#minimenu {
	display: none;
}
/********** Banner con la imagen superior *************/
#banner {
	display: none;
}

/************ Menu principal *********************/
#menu {
	display: none;
}

/*********** Menu de la izquierda *****************/
#menusecciones {
	float: left;
	width: 120px;
	height: 200px;
	margin-top: 40px;
	margin-left: 0;
	padding-top: 50px;
	padding-left: 10px;
	padding-bottom: 25px;
}
/************** Ruta actual *****************/
#ruta {
	margin-left: 0;
}
#ruta a {
	color: black;
	text-decoration: none;
}

/************** Contenido de la sección **************/
#contenedorcuerposeccion {
	height: 88%;
	margin-top: 10px;
	margin-left: 10%;
}

#cuerposeccion {
	float:left;
	width: 78%;
	height: 99%;
	font-family: Tahoma;
}
#cuerposeccion h2 {
	margin-left: 10%;
	font-size: x-large;
	color: #1D59CD;
}
#cuerposeccion h3 {
   margin-top: 5%;
   margin-left: 12%;
   color: #1D59CD;
}
#cuerposeccion h4 {
	margin-top: 1.5%;
	margin-left: 14%;
	color: #1D59CD;
}

/* clase para las listas principales */
.listaprinc {
	padding-top: 1%;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

#cuerposeccion p {
	margin-top: 1.5em;
	margin-left: 18%;	
	font-family: Tahoma;
}

#cuerposeccion ul {
   margin-left: 22%;
   margin-top: 10px;
   list-style: disc;
}
#cuerposeccion ol {
   margin-left: 22%;
   margin-top: 10px;
   list-style: lower-alpha;
}
#cuerposeccion li {
   margin-top: 7px;
}

#cuerposeccion a {
   color: black;
   font-weight: bold;
   text-decoration: none;
}
#cuerposeccion a:visited {
   color: black;
}

/***************** Menú de la derecha ***************/
#enlaces {
	display: none;
}

/***************** Seccion de contacto ******************/
#contacto {
	height: 120px;
	width: 100%;
	background-color: #B9BFE6;;
	border-top: 1px solid Black;
}

/* Direccion de la empresa */
#direccion {
	float: left;
	height: 120px;
	width: 100%;
}
.nombre {
	padding-left: 2%;
	color: #1D59CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
   font-weight: bold;
}
.dir {
	padding-left: 4%;
	font-family: Courier;
	font-size: small;
   color: black;
}

/* Formulario */
#frm {
	display: none;
}

/******************** Pie de página ********************/
#pie {
	height: 30px;
	color: Navy;
	text-align: center;
	border-top: 1px solid #01005d;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	background-color: #A3A7CA;
	background-image: url(../imagenes/pie.jpg);
	background-repeat: repeat-x; 
}

#pie p {
	margin-top: 10px;
}

/****** varios ******/
.flotaderecha {
	float: right;
}
.flotaizquierda {
	float: left;
}