/* --
CSS Reseter
CSSLab Ã‚Â© 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}


/*
CSS del sitio
*/
body {
	background:#00afff;
	margin:0;
	margin-top:10px;
	padding:0;
}

h1{
	margin-left:-2000px;
	-moz-opacity:0.00;
	opacity:0.00;
	filter:alpha(opacity=′00′);
}

h2{
	margin-left:-2000px;
	-moz-opacity:0.00;
	opacity:0.00;
	filter:alpha(opacity=′00′);
}

h3{
	font-family:'Times New Roman', serif;
	color:#fff;
	font-size:30px;
	text-align:right;
	margin-right:65px;
	text-transform: uppercase;
}

img{
	border:0;
}

strong{
	font-weight:bold;
}

#all{
	width:1000px;
	left:50%;
	margin-left:-500px;
	position:absolute;
	background:url('../images/logo.png');
	background-repeat:no-repeat;
	overflow:auto;
}

#header{
	width:1000px;
	overflow:auto;
}

#logo{
	height:194px;
	width:199px;
	float:left;
}

#twitter{
	width:801px;
	margin-top:61px;
	height:133px;
	background:url('../images/twbg.png');
	background-repeat:no-repeat;
	float:left;
}

#pio{
	padding-left:50px;
	padding-right:70px;
	padding-top:35px;
	font-family:Arial, Sans-serif;
	font-size:16px;
	color:#8F0000;
}

li{
	list-style:none;
}

#twitter_update_list a {
	display: none;
}


#twitter_update_list span{
	padding-left:50px;
	padding-right:70px;
	padding-top:35px;
	font-family:Arial, Sans-serif;
	font-size:16px;
	color:#8F0000;
}

#fecha{
	font-style:italic;
	font-family:Arial, Sans-serif;
	font-size:16px;
	color:#8F0000;
	font-size:10px;
	text-align:right;
	padding-right:90px;
}

#w20{
	width:1000px;
	height:80px;
	background:url('../images/bird.png');
	background-repeat:no-repeat;
	background-position:199 top;
}

#txt{
	font-weight:bold;
	color:#fff;
	font-size:14px;
	font-family:Arial, Sans-serif;
	float:left;
	width:465px;
	padding-top:37px;
	text-align:right;
}

#icons{
	float:left;
	width:535px;
	height:80px;
	background:url('../images/llave.png');
	background-repeat:no-repeat;
	background-position:7 14;
}

#icons ul{
	margin-left:30px;
	margin-top:22px;
}

#icons li{
	float:left;
	margin-left:10px;
}

#content{
	width:1000px;
	overflow:auto;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:1000;
	height:400px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:940px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:920px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:400px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:26px;
  height:400px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url('../images/fli.png') no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url('../images/fld.png') no-repeat 0 0;
}

#cuentadigital{
	text-align:center;
	height:51px;
	background:url('../images/cdbg.png');
	background-repeat:repeat-y;
}

#footer{
	text-align:center;
	margin-top:10px;
	color:#fff;
	font-size:10px;
	font-family:Arial, Sans-serif;
	margin-bottom:10px;
}
