body {
	margin: 0;
	font: 15px "Trebuchet MS", "Liberation Sans", verdana, arial, helvetica, sans-serif;
	color: #474747;
}

img { border: 0; }

.hidden { display: none; }

.img_accion { opacity: 0.4; }

.img_accion:hover { opacity: 1; }

.imgleft { float: left; margin: 6px; }

.imgright { float: right; margin: 6px; }

.alignleft { float: left; }

.alignright { float: right; }

.textleft { text-align: left; }

.textright { text-align: right; }

.clear { clear: both; height: 2px; }

a {
	color: #EE5F27;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.ins {
	position: absolute;
	left: 100px;
	top: 150px;
}

.twitterBtn {
	background: url(../img/media/twitter.png) no-repeat;
	position: fixed;
	top: 80px;
	right: 0;
	width: 50px;
	height: 48px;
}

.twitterBtn:hover { background: url(../img/media/twitter2.png) no-repeat; }

.facebookBtn {
	background: url(../img/media/facebook.png) no-repeat;
	position: fixed;
	top: 130px;
	right: 0;
	width: 50px;
	height: 48px;
}

.facebookBtn:hover { background: url(../img/media/facebook2.png) no-repeat; }

.rssBtn {
	background: url(../img/media/rss.png) no-repeat;
	position: fixed;
	top: 180px;
	right: 0;
	width: 50px;
	height: 48px;
}

.rssBtn:hover { background: url(../img/media/rss2.png) no-repeat; }

/* Cabecera */
#header {
	background-color: #393939;
	color: #999;
	clear: both;
	padding: 2px 15px;
	margin-top: 0px;
	position: relative;
	font-size: 14px;
	height: 65px;
}

#header-content, #contenido1, #subheader-content, #footer-content {
	width: 900px;
	margin: 0 auto;
}

#header-content img { margin-top: 10px; }

#header a{
	color: #CCCCCC;
	text-decoration: none;
	text-shadow: black 1px 1px 0px;
}

#header a:hover {
	color: #fff;
	text-decoration: underline;
}

#subheader {
	background: #1A5586 url(../img/home/bg-gradient.png) no-repeat 50% 50%;
	margin-bottom: 30px;
	color: #E1E1E1;
	padding: 0px;
	border-top: 1px solid #7498BD;
}

#subheader-content {
	padding-top: 20px;
	padding-bottom: 10px;
}

h1.title {
	font-size: 38px;
	text-shadow: black 1px 1px 0px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

/* Menú */
#menu {
	margin-top: 12px;
	float: right;
	font-size: 15px;
}

#menu li {
	list-style-type: none;
	float: left;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: center;
}

/* Contenido */
#contenido1 {
	padding: 0 10px 30px 10px;
}

#contenido h2 { text-decoration: underline; }

#col-left {
	float: left;
	position: relative;
	width: 610px;
}

#col-right {
	float: right;
	position: relative;
	width: 260px;
}

#like-box {
	background-color: #F2F4F7;
	overflow: hidden;
	padding: 25px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	width: 260px;
}

#like-box img#icon{
	border: none;
	left: -30px;
	position: absolute;
	top: -10px;
}

/* Colores de secciones */
#uno { color: #8EC63F; }

#dos { color: #4D8CC2; }

#tres { color: #E64939; }

#cuatro { color: #E6A01D; }

#cinco { color: #AD7FA8; }

ul.list li {
	list-style-type: none;
	background: url(../img/bullet.gif) no-repeat 0% 7px;
	margin: 0px;
	padding: 3px 2px 2px 16px;
}

#fix {
	clear: both;
	height: 1px;
	margin: -1px 0px 0px;
	overflow: hidden;
}

/* Footer */
#footer {
	background-color: #393939;
	color: #AAA;
	clear: both;
	padding: 15px;
	position: relative;
	margin-bottom: 0px;
	height: 120px;
	font-size: 11px;
	font-family: 'bitstream vera sans', 'dejavu sans', verdana, sans-serif;
	text-shadow: black 1px 1px 0px;
}

#footer a { color: #ccc; }

#footer-content { font-size: 13px; }

#footer-content div {
	width: 150px;
	float: left;
	margin-right: 45px;
	display: block;
}

#footer-content h5 {
	font-size: 22px;
	margin: 0;
	color: #FFF;
	border: 0px;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0px;
	vertical-align: baseline;
}

#footer-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-content li {
	background: url(../img/flecha.png) no-repeat 0% 7px;
	padding: 3px 2px 2px 16px;
}

#copyright {
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 0;
}

/* Twitter */
div.twitter_search {
	width: 290px;
	margin: 30px 0 10px 0;
	font-size: 12px;
}
#twitterTuquito { height: 250px; }

/* Otros colores */
.amarillo {
	background-color: #FEFAE0;
	border: 1px solid #F4C65D;
	padding: 10px;
}

.warning {
	background: #FEFAE0 url(../img/info.png) no-repeat left 50%;
	border: 1px solid #F4C65D;
	margin-bottom: 10px;
	padding: 10px 10px 10px 50px;
}

.question {
	background-color: #DDEDFB;
	border: 1px solid #2C6EA6;
	margin-bottom: 10px;
	padding: 10px;
}

