@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30px 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: #666666;
	background-image: url(imagenes/_elementos/background.png);
	font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.twoColFixLtHdr #container { 
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #003399;
} 
.twoColFixLtHdr #header { 
	height: 200px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	padding: 0 10px 15px 15px;
}
.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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	height: 60px;
	padding: 0 10px 0 20px;
	background: url(imagenes/_elementos/footer.png) no-repeat;
} 
.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: 25px 0 10px;
	color: white;
	font-size: 0.7em;
	text-align: center;
	font-weight: bold;
}
.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;
}

/* <-- Begin Navigation --> */

headerimg {
		padding: 0;
}

#navigation {
	background-color: #FFCC00;
	height:  15%;
	margin-right: 10px;
	margin-left: 10px;
}

#navigation ul {
	margin: 0;
	text-align: right;
	font-size: 85%;
	padding: 8px 5px 5px 0;
	font-weight: bold;
}

#navigation li {
	display: inline;
	background-color: #FFCC00;
	color: #003399;
	padding: 0 0.5em;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	color: #003399;
}

#navigation a:hover {
	text-decoration: underline;
	color: #990033;
}

/* <-- End Navigation --> */

/* <-- Begin Content --> */

#mainContent h1 {
	color: #003399;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

#mainContent p {
	text-align: justify;
	line-height: 1.2em;
}

#mainContent h2 {
	color: #990033;
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: gray 1px 1px 3px;
}

#mainContent h3 {
	color: #990033;
	font-weight: bold;
	font-size: 1em;
}

/* <-- End Content --> */

/* <-- Begin Sidebarmenu --> */



#menu {
	list-style: none;
	margin: 0;
	padding: 10px 10px 10px 0;
}

#menu li {
	border-bottom: 1px dotted #003399;
	padding: 0.4em 0 0.4em 0;
	font-size: 90%;
	font-weight: bold;
	color: #003399;
}

#menu li.sub {
	padding-left: 15px;
}

#menu li.sub a:link, #menu li.sub a:visited {
	color: #990033;
}

#menu li.sub a:hover {
	color: #003399;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}

/* <-- End Sidebarmenu --> */

a:link, a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #990033;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	color: #003399;
	font-size: 1.1em;
	padding: 5px 5px 0;
}

.content ul {
	border: 1px dotted #003399;
	list-style-position: outside;
	font-size: 0.9em;
	list-style-image: url(imagenes/_elementos/palomita.jpg);
	opacity: 1;
	padding: 20px 20px 20px 35px;
}

content.li {
	padding-bottom: 5px;
}

.awards {
	border: 1px dotted #003399;
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
}

.awards img {
	margin: 10px;
}

.payment {
	text-align: left;
	font-size: 0.8em;
	border: 1px dotted #003399;
	padding: 10px;
}

.payment img {
	padding-left: 140px;
}

/* <-- Begin Images --> */

.section {
	padding-top: 15px;
	padding-bottom: 10px;
}

.portfolio {
	border: 2px solid gray;
	margin-bottom: 15px;
}

/* <-- End Images --> */

/* <-- Begin Table --> */

table.services {
}

table.services tr {
	border: 1px solid #93b0d1;
}

table.services td {
	padding: 5px;
	border-top: 1px solid #93b0d1;
}

