@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #2d5c72;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 880px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo-paginas.jpg);
} 
.twoColFixLtHdr #header {
	background-image: url(imagenes/fondo-header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h1 {
	font-size: 115%;
	margin-top: 30px;
	color: #006666;
}
h2 {
	font-size: 100%;
	padding-top: 15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b7cedb;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 100%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}  
.twoColFixLtHdr #mainContent img {
	border: 4px solid #FFFFFF;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #97999c;
	background-image: url(imagenes/fondo-barras.jpg);
	background-repeat: repeat-y;
box-shadow: 0px 7px 5px #000000; 
-webkit-box-shadow: 0px 7px 5px #000000;
-moz-box-shadow: 0px 7px 5px #000000; 
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=0, offY=7, positive=true); 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: x-small;
}
.twoColFixLtHdr #navegacion a {
	text-transform: uppercase;
	font-size: small;
	text-decoration: none;
	color: #003333;
}
.twoColFixLtHdr #navegacion {
	padding: 0 10px 0 20px;
	background-color: #97999c;
	background-image: url(imagenes/fondo-barras.jpg);
	background-repeat: repeat-y;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
}
.twoColFixLtHdr #navegacion p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #navegacion a:hover {
	text-transform: uppercase;
	font-size: small;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.twoColFixLtHdr #sidebar1 ul {
	text-transform: uppercase;
	font-size: small;
	line-height: 150%;
	list-style-image: url(imagenes/balazo.png);
}
.twoColFixLtHdr #container #sidebar1 li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-left: -10px;
	margin-right: 7px;
}
.twoColFixLtHdr #sidebar1 a {
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.twoColFixLtHdr #sidebarHome {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 100%;
	margin-left: 20px;
}
.twoColFixLtHdr #boxHome {
	float: left;
	width: 220px;
	font-weight: bold;
	text-align: center;
	height: 220px;
}
.twoColFixLtHdr #boxHome img {
	border: 3px solid #FFFFFF;
}
.twoColFixLtHdr #cajasHome {
	margin-left: 30px;
	padding-top: 30px;
}
.twoColFixLtHdr #containerHome {
	width: 880px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo-home.jpg);
}
.twoColFixLtHdr #contenedorHome {
	background-image: url(imagenes/fondo-paginas.jpg);
	margin: 30px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #textoHome {
	width: 600px;
	height: 100px;
	margin-left: 200px;
}
.twoColFixLtHdr #texto1 {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	float: left;
	font-size: 120%;
}
.twoColFixLtHdr #texto2 {
	font-size: 110%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	width: 310px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #cajasServicios {
	margin-left: 30px;
	padding-top: 30px;
}
.twoColFixLtHdr #cajasEnvases {
	margin-left: 10px;
	padding-top: 10px;
}
.twoColFixLtHdr #boxServicios {
	float: left;
	width: 220px;
	font-weight: bold;
	text-align: center;
	height: 220px;
}
.twoColFixLtHdr #boxEnvases {
	float: left;
	width: 180px;
	font-weight: bold;
	text-align: center;
	height: 180px;
}
.twoColFixLtHdr #boxServicios img {
	border: 3px solid #FFFFFF;
}
.twoColFixLtHdr #boxEnvases img {
	border: 3px solid #FFFFFF;
}
.twoColFixLtHdr #boxServicios a {
	text-decoration: none;
	color: #006666;
}
.twoColFixLtHdr #boxHome a {
	text-decoration: none;
	color: #006666;
}
.twoColFixLtHdr #boxEnvases a {
	text-decoration: none;
	color: #006666;
}
.twoColFixLtHdr #boxServicios a:hover {
	color: #003333;
}
.ilustraciones {
	margin: 20px;
}
