@charset "UTF-8";
* { padding: 0; margin: 0; }
body {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px;
	color:#ffffff;
	background: #000000;
	background-image: url('images/random-bg/rotator.php');
	background-repeat: no-repeat; 
	background-position:top center;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	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 */
}
img {
	border: 0;
}
li { 
	list-style-type:none; 
} 
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
text1 {
	color: #00a6dc;
	font-weight: bold;
}
h1 {
	color: #00a6dc;
	font-weight: bold;
	size: 300%;
}
#mainContent a:link {
	color: #00b2ef;
	text-decoration: none;
}
#mainContent a:visited {
	color: #008bbb;
	text-decoration: none;
}
#mainContent a:hover {
	color: #ffcc00;
	text-decoration: none;
}
#mainContent a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer1 a:link {
	color: #00b2ef;
	text-decoration: none;
}
#footer1 a:visited {
	color: #008bbb;
	text-decoration: none;
}
#footer1 a:hover {
	color: #4bb2ea;
	text-decoration: none;
}
#footer1 a:active {
	color: #4bb2ea;
	text-decoration: none;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container2 { 
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('images/backs/back1-ol.png');
	background-repeat: no-repeat; 
	background-position:top center;
}
.twoColFixLtHdr #header {
	width: 100%;
	padding: 10px 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
} 
.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* 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 */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 375px; /* 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: 20px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #celda1 { 
	height: 250px;
	width: 180px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
#celda1 a:hover img{
	border: 1px solid #00a6dc;
}
.twoColFixLtHdr #celda2 {
	height: 35px;
	width: 150px;
	padding-right:15px;
	padding-left:15px;
	text-align:center;
	vertical-align:top;
}
.clearboth {
	clear: both;
}
.twoColFixLtHdr #footer { 
	height: 200px;
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.twoColFixLtHdr #footer-a { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer1 { 
	float:left;
	width: 323px;
	height: 200px;
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url('images/backs/separator1.png');
	background-repeat: no-repeat; 
	background-position:top right;
}
#footer1 li {
	list-style-type:none;
}
.twoColFixLtHdr #footer2 { 
	font-size: xx-small;
	color:#4bb2ea;
	float:left;
	width: 620px;
	margin: 0 0 0 0;
	padding: 10px 0 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.twoColFixLtHdr #footer3 { 
	float:left;
	font-size: x-small;
	width: 220px;
	margin: 0 0 0 0;
	text-align:right;
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.twoColFixLtHdr #footer4 { 
	font-size: xx-small;
	float:right;
	width: 290px;
	margin: 0 0 0 0;
	text-align:right;
	padding: 10px 20px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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 */
}
.twoColFixLtHdr #footer-imx {
	width: 100%;
	height: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('images/backs/back1.png');
}
.twoColFixLtHdr #footer-imx2 {
	width: 100%;
	height: 50px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url('images/backs/back2.png');
}
.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;
}
/* Botones Rollover */
.rollover1 .rollover2 .rollover3 .rollover4 .rollover5{
	float: right;
}
a.rollover1 {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url('images/ic-mail.png') no-repeat 0 0;
	padding-right: 5px;
}
a.rollover2 {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url('images/ic-map.png') no-repeat 0 0;
	padding-right: 5px;
}
a.rollover3 {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url('images/ic-youtube.png') no-repeat 0 0;
	padding-right: 5px;
}
a.rollover4 {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url('images/ic-twitter.png') no-repeat 0 0;
	padding-right: 5px;
}
a.rollover5 {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background: url('images/ic-face.png') no-repeat 0 0;
}
a.rollover6 {
	float: right;
	display: block;
	width: 200px;
	height: 35px;
	text-decoration: none;
	text-align: right;
	background: url('images/IMX-logo_sm.png') no-repeat 0 0;
}
a.rollover1:hover {
	background-position: 0 -20px;
}
a.rollover2:hover {
	background-position: 0 -20px;
}
a.rollover3:hover {
	background-position: 0 -20px;
}
a.rollover4:hover {
	background-position: 0 -20px;
}
a.rollover5:hover {
	background-position: 0 -20px;
}
a.rollover6:hover {
	background-position: 0 -35px;
}
.displace {
	position: absolute;
	left: -5000px;
}
