/* presentacion general */

 body  {
	
	
	}
/* tipografia y adornos */

p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
  }	
#presentacion { 
			background-color: #ffffff;
			
		   }
#menu	{
	  width: 110px;	
	  _width:150px; /* para el explorer */
	  background: #891637;
	  padding: 1px;
	  
	  border: 3px #cccccc;
	}

#menu ul {
		widht:110px;
	
		background: #891637;
		padding: 0px;
		display: inline;
		border: 0px #ffffff
		margin: 0px;
	    }

#menu li  {
		
		list-style: none;
		padding: 3px 5px;
		background: #891637;
		margin-bottom: 2px;
		}
#menu li a {
		display: block;
		color: #ffffff;
		text-decoration: none;
		background-color: #891637;
		}

#menu li a:visited {
				color: #ffffff;
			 }
#menu li a:hover {
			color: #ffffff;
			background-color: #891637;
			font-size: 20px;
			text-decoration: underline overline;
			}
/* estructura de la pagina */

#cabecera { 
		margin-left: 0px;
		margin-top: 0px;
	    }

#menu {
	 float: left;
	 margin-left: 0px;
	 margin-top: 0px;
	 padding-left: 1px;
	}

#presentacion {
			float: rigth;
			margin-top: 5 px;
			/* _margin-top: -10px; */
			margin-left:200px;
			padding-top: 5px;
			_width: 710px;
			width: 710px;
		   }

/* estilos para los servicios */

#cursos {

		list-style-type: none ;
		
	   }

#cursos li {
		margin-top: 5px;
		font-size: 18px;
		}

/* estilos para las listas de clientes */

/*li {
	text-transform: uppercase;
    }*/ 						/* Pone todas las lineas en mayusculas */
#clientesuno {
			width: 300px;
			margin-top:-20px;
			/* _margin-top: 30px; */
			
			list-style-type: none ;
			padding: 20px;
			margin-rigth: 20px;
			background-color: #ffffff;
			float: left;
		 }

#clientesdos {
			width: 300px;
			margin-top: -20px;
			margin-left: 360px;
			_margin-left: 400px;
			list-style-type: none;
			padding: 20px;
			padding-left: 20px;
			background-color: #ffffff;
			
		  }

/* estilos para legislacion */

 { margin: 1em 0; float: left; clear: left; }
a.boton {
  text-decoration: none;
  background: #D0A2AF;
  color: black;
  border: 0px outset #CCC;
  padding: .1em .5em;
}
a.boton:hover {
  background: #F4E8EC;
}
a.boton:active {
  border: 1px solid #000;
}

/* estilos para contactos */

#contacto {
		
	
		
		
		}
p:first-line {
		font-weight: bold;	
		color: #0000ff;
		}

			
		

#telefonos {
		background: #d0a2af;
		width: 120px;
		_width: 120px;
		list-style-type: none;
		margin-left: -10 px;
		_padding: 10 px;
		font-size: 20px;
		font-weight: bold;
		color: #891536;
		}