@charset "utf-8";
/* CSS Document */

#shorts_up ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: -1px;
}
#shorts_up ul li {
	margin-left: 2px;
	float: left;
}
#shorts_up ul li a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 12px;
	color: #FFF;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	border: 1px solid transparent;
	background-image: url(../img/fondo_botones.png);
	background-position: left top;
	padding-top: 10px;
	background-repeat: repeat-x;
	float: left;
	text-shadow: 0px 1px #000;
}
#shorts_up ul li a:hover {
	-moz-box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	border-top-color: #D6021B;
	border-right-color: #D6021B;
	border-bottom-color: #D6021B;
	border-left-color: #D6021B;
	background-position: left bottom;
	background-color: #900;
	padding-top: 14px;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 30px;
}
#header ul li {
	margin-left: 2px;
	float: left;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
#header ul li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid transparent;
	background-image: url(../img/fondo_botones.png);
	background-position: left 15px;
	background-repeat: repeat-x;
	float: left;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight: 100;
	font-size: 1.1em;
	padding: 7px;
	margin-left: 6px;
}
#header ul li a:hover {
	-moz-box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	border-top-color: #D6021B;
	border-right-color: #D6021B;
	border-bottom-color: #D6021B;
	border-left-color: #D6021B;
	background-position: left bottom;
	background-color: #900;
	text-shadow: 0px 1px #F00;
	margin-top:5px;


}

#header ul li a:hover span {
	color: #FFF;
}


#header ul li  a span {
	float: left;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.6em;
	font-weight: normal;
	color: #666;
}
#header ul li a:active {
	background-color: #D6D6D6 !important;
	background-image: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFF;
	border-left-color: #999;
	color: #000;
	text-shadow: none;
	-moz-box-shadow: inset 0 3px 5px #999;
	-webkit-box-shadow: iset 0 3px 5px #999;
	box-shadow: inset 0 3px 5px #999;
}
#header ul li a:active span {
	color: #000;
}
#botonera {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	width: 480px;
	overflow: visible;
	background-image: url(../img/fondo_lista.png);
	background-repeat: no-repeat;
	background-position: center -50px;
	float: left;
	height: 291px;
}
.div_oculto  {
	opacity:0;
	position: absolute;
	float: right;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	left:480px;
	width: 460px;
	visibility: hidden;
	padding-left: 40px;
	height: 260px;
	margin-top: 20px;
}
.boton_grande a{
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #D4021B;
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 1.1em;
	-moz-box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	text-shadow: 0px 1px #F00;
	width: 472px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	background-image: url(../img/fondo_botones.png);
	background-color: #9A0115;
	float: left;
}
.boton_grande img {
	margin-top: 5px;
	margin-right: 12px;
	margin-left: 12px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.boton_grande a:hover {
	background-color: #D6D6D6 !important;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFF;
	border-left-color: #999;
	color: #000;
	text-shadow: none;
	-moz-box-shadow: inset 0 3px 7px #000;
	-webkit-box-shadow: iset 0 3px 7px #000;
	box-shadow: inset 0 3px 7px #000;
	background-position: left top;
}

.boton_grande div p {
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 1em;
}


.boton_grande span {
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.7em;
}
.boton_grande:hover div {
	opacity:1;
	visibility: visible;
}
#div_visible {
	opacity:1;
	position: absolute;
	float: left;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	left:-30px;
	width: 460px !important;
	visibility: visible;
	padding-left: 40px;
	padding-top: 0px;
	top: 20px;
}

#presentacion {
	float: right;
	width: 460px;
	position: absolute;
	left: 510px;
}
#presentacion p {
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 1.2em;
}
#noticias {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#noticias li a{
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.8em;
	line-height: 1.5em;
	color: #C00;
	background-color: #FFF;
	float: left;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	width: 205px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#noticias li a span {
	font-weight: normal;
	color: #666;
	font-size: 0.9em;
}

#noticias li a:hover{
	text-shadow: 0px 1px #FFF;
	-moz-box-shadow: inset 0 3px 5px #CCC;
	-webkit-box-shadow: iset 0 3px 5px #CCC;
	box-shadow: inset 0 3px 5px #CCC;
	background-color: #E6E6E6;
	color: #000;
}

.shorts_down_col ul {
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 20px;
	float: left;
	width: 200px;
}
.shorts_down_col ul li {
	width: 200px;
	float: left;
}

.shorts_down_col ul li ul {
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	margin-left: 10px;
	font-size: 0.7em;
	font-weight: normal;
}
.shorts_down_col ul li ul li a {
	color: #595959;
	text-decoration: none;
	margin-top: 5px;
	float: left;
	width: 190px;
	-webkit-transition: all 0.3s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: -5px center;
}
.shorts_down_col ul li ul li a:hover {
	color: #FFF;
	padding-left: 8px;
	background-position: 0px center;
}
.icono1 {
	background-image: url(../img/icono_diseno.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 40px;
}
#left ul li {
	float: left;
	margin-bottom: 5px;
	clear: both;
}
#left ul li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid transparent;
	background-image: url(../img/fondo_botones.png);
	background-position: left 15px;
	background-repeat: repeat-x;
	float: left;
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight: 100;
	font-size: 0.8em;
	padding: 7px;
}
#left ul li a:hover {
	-moz-box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	background-color: #000;
	text-shadow: 0px 1px #666;
	color: #FFF;
	background-image: none;
}
#left ul li a:active {
	background-color: #D6D6D6 !important;
	background-image: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #FFF;
	border-left-color: #999;
	color: #000;
	text-shadow: none;
	-moz-box-shadow: inset 0 3px 5px #999;
	-webkit-box-shadow: iset 0 3px 5px #999;
	box-shadow: inset 0 3px 5px #999;
}
#left_activo {
	-moz-box-shadow: 0 3px 5px #666;
	-webkit-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
	border-top-color: #D6021B;
	border-right-color: #D6021B;
	border-bottom-color: #D6021B;
	border-left-color: #D6021B;
	background-position: left bottom !important;
	background-color: #900;
	text-shadow: 0px 1px #F00;
	color: #FFF !important;
}
#left_activo:hover  {
	-moz-box-shadow: 0 3px 5px #666 !important;
	-webkit-box-shadow: 0 3px 5px #666 !important;
	box-shadow: 0 3px 5px #666 !important;
	border-top-color: #D6021B !important;
	border-right-color: #D6021B !important;
	border-bottom-color: #D6021B !important;
	border-left-color: #D6021B !important;
	background-position: left bottom !important;
	background-color: #900 !important;
	text-shadow: 0px 1px #F00 !important;
	color: #FFF !important;
}
#blog {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#blog li a {
	font-family: NeoTechStdRegular, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 0.8em;
	line-height: 1.5em;
	color: #C00;
	background-color: #FFF;
	float: left;
	-webkit-transition: all 0.2s ease-out; /* especificas la propiedad css afectada, el retardo y el efecto ease-in o ease-out */
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	width: 205px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#blog li a span {
	font-weight: normal;
	color: #666;
	font-size: 0.9em;
}
#blog li a:hover {
	text-shadow: 0px 1px #FFF;
	-moz-box-shadow: inset 0 3px 5px #CCC;
	-webkit-box-shadow: iset 0 3px 5px #CCC;
	box-shadow: inset 0 3px 5px #CCC;
	background-color: #E6E6E6;
	color: #000;
}
#nube {
	float: left;
	width: 240px;
	line-height: 1em;
}
#nube ul {
	float: left;
	width: 240px;
}
#nube ul li {
	float: left;
	clear: none;
	margin-bottom: 0px;
}
#nube ul li a {
	margin: 0 !important;
	color: #BC0219;
	padding: 2px;
	margin-right: 2px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallest {
	font-size: 0.65em !important;
}
.small {
	font-size: 0.8em !important;
}
.medium {
	font-size: 0.9em !important;
}
.big {
	font-size: 1.1em !important;
}
.bigger {
	font-size: 1.25em !important;
}
.biggest {
	font-size: 1.5em !important;
}

