#contenedor {
	background-color: #fffff0;
	height: 1000px;
}
#izquierda {
	float: left;		
	width: 12%;
	height: 340px;
}
#derecha {
	float: right;		
	width: 10%;
	margin-top: 35px;
	background: url(imagenes/logo-solo.png) no-repeat center top;
	height: 340px;
}
#derecha p {
	font-size: 80%;
}
#derecha a {
	text-decoration: none;
	color: black;
}
#principal {
	width: 75%;
	float: left;
}
#logo {
	background-color: ivory;		
	width: 80%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10%;
	text-align: center;
}
#logo img {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#tema {
	background-color: #e8e8e8;
	width: 90%;
	margin-top: 15px;
	margin-left: 5%;
	margin-bottom: 8px;
}
#referencias {
	width: 75%;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 12%;
	margin-right: auto;
	text-align: center;
	float: left;	
	background-color: ivory;
}
#referencias a {
	margin-left: 30px;
	margin-right: 30px;
}
#tabla {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 50%;
}
#tabladetalle {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	width: 90%;
	text-align: center;
}
#boton {
	width: 98%;
	text-align: center;
	border: none;
}
.fila0 {
	height: 80px;
}
.fila1 {
	height: 8em;
}
ul {
	width: auto;
	margin: .5em;
	list-style-type: decimal;
	padding: .5em;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: none;
}
li {
	text-align: justify;
	font-size: 12px;
	padding: 4px;
	background: aliceblue;
}
ul li a {
	text-decoration: none;
	color: black;
}
img {
	margin-top: 10px;
}
p {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 1em;
}
form {
	margin-right: 115px;
	margin-left: 115px;
	font-family: sans-serif;
	background-color: #e8e8e8;
	/*border: 5px solid black;*/
}
h3 {
	font-family: sans-serif;
	text-align: center;
	font-size: 14px;	
}
h5 {
	margin: 8px;
}
form div {
	display: inline;
	float: left;
	width: 48%;
	background-color: #e8e8e8;
	border: 4px solid #e8e8e8; 
}
table {
	border: 1px solid;
	font-family: sans-serif;
	border-spacing: 5px;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	width: 90%;
	text-align: center;
}
caption {
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
}
td {
	border: 2px outset green;
	padding: 5px;
}
iframe {
	float: left;
	width: 100%;
	height: 380px;
	border: 0;
}
.cerrar {
	padding: 40px 5px;
	background-image: url(imagenes/cerrar.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.instructivo {
	padding: 40px 5px;
	background: url(imagenes/instructivo.png) no-repeat center top;
	text-align: center;
}
.cotizador {
	padding: 40px 5px;
	background: url(imagenes/cotizador.png) no-repeat center top;
	text-align: center;
}
.pdf {
	padding: 40px 5px;
	background: url(imagenes/pdf.png) no-repeat center top;
	text-align: center;
}
.corel {
	padding: 40px 5px;
	background: url(imagenes/corel.png) no-repeat center top;
	text-align: center;
}
.photoshop {
	padding: 40px 5px;
	background: url(imagenes/photoshop.png) no-repeat center top;
	text-align: center;
}
.equipos {
	padding: 40px 5px;
	background: url(imagenes/equipos.png) no-repeat center top;
	text-align: center;
}
.trabajos {
	padding: 40px 5px;
	background: url(imagenes/vertrabajos.png) no-repeat center top;
	text-align: center;
}
.mail {
	padding: 50px 20px;
	background: url(imagenes/icomail.png) no-repeat center top;
}
.volver {
	padding: 40px 5px;
	background-image: url(imagenes/volver.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#parrafomail {
 	margin-top: 80px;
 	margin-left: 12px;
 	margin-right: 0;
}
#parrafono {
	padding: 40px 0px 0px 0px;
	background: url(imagenes/fono.png) no-repeat center top;
	text-align: center;
	margin-top: 160px;
 	margin-left: 0;
 	margin-right: 20px;
}
.cliente {
	display: block;
	width: 100%;
}
div {
	/*margin: .4em 0;*/
}
div label {
	width: 25%;
	float: left;
}

