/* =========================================================================
	* NOMBRE DEL PROYECTO:
	* FECHA:
	* DESARROLLADO POR: CODICE - SWITCH TO WEB
	* URL DESARROLLADOR: http://www.codice.com
   
-----------------------------------------------
	CONTENIDOS DE LA HOJA DE ESTILO
-----------------------------------------------
 *  
 *  @HTML5 DEFAULTS
 *  @RESET DEFAULTS
 *  @SELECTION DEFAULTS
 *  @LINKS DEFAULTS
 *  @TEXTO DEFAULTS
 *  @LISTAS DEFAULTS
 *  @IMAGEN DEFAULTS
 *  @FOMRAS DEFAULTS
 *  @DEFAULTS PARA MOVIL (IOS)
 *  @DEFAULTS PARA TABLAS
 *  @VIEWPORTS DEFAULTS
 *  @IMPRESION DEFAULTS
 *  @CLEAR
 *  @ESTILOS DEL SITIO
 *
-----------------------------------------------

========================================================================== */



/********** @HTML5 DEFAULTS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/********** @RESET DEFAULTS */
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; } /* SEGUN EL SITIO */

/********** @SELECTION DEFAULTS */
::-moz-selection { background: #ccc; color: #fff; text-shadow: none; } /* NO DEBE LLEVAR SOMBRA */
::selection { background: #ccc; color: #fff; text-shadow: none; } /* NO DEBE LLEVAR SOMBRA */



/********** @TEXTO DEFAULTS */
abbr { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
small { font-size: 85%; }

/********** @LISTAS DEFAULTS */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; } /* SEGUN EL SITIO */
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/********** @IMAGEN DEFAULTS */
img { border: 0; -ms-interpolation-mode: bicubic; } /* HACK PARA CALIDAD DE IMG IE7 */


/********** @DEFAULTS PARA TABLAS */
table { border-collapse: collapse; border-spacing: 0; }
th, td{ text-align: left; vertical-align: top;}

/********** @VIEWPORTS DEFAULTS */
@media only screen and (min-width: 480px) {} /* AJUSTES ADICIONALES VAN DENTRO DE {} */
@media only screen and (min-width: 768px) {} /* AJUSTES ADICIONALES VAN DENTRO DE {} */

/********** @IMPRESION DEFAULTS */
@media print {
  body { font-size: 11pt } /* PARA IMPRESIONS USAMOS PUNTOS */
  * { background: transparent !important; color: black !important; } /* SEGUN EL SITIO */
  a, a:visited { color: #444 !important; text-decoration: underline; } /* SEGUN EL SITIO */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/********** @CLEAR DEFAULT */
.clear { zoom: 1; clear: both; }



/* =============================================================================
	@ESTILOS DEL SITIO
   ========================================================================== */
   
   
html { overflow: hidden !important; }

   
 body
 {
 	margin: 0;
 	padding: 0;
 	font-family: 'CodeProLightDemoRegular';
 	display: block;
 	font-size: 12px;
 	background: #fff;
 	overflow: hidden !important;
 	font-weight: normal;
 }


/********** FONT FACE */

@font-face {
    font-family: 'CodeProLightDemoRegular';
    src: url('../webfonts/code_pro_light_demo-webfont.eot');
    src: url('../webfonts/code_pro_light_demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/code_pro_light_demo-webfont.woff') format('woff'),
         url('../webfonts/code_pro_light_demo-webfont.ttf') format('truetype'),
         url('../webfonts/code_pro_light_demo-webfont.svg#CodeProLightDemoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('../webfonts/TitilliumText22L003-webfont.eot');
    src: url('../webfonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('../webfonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../webfonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('../webfonts/TitilliumText22L006-webfont.eot');
    src: url('../webfonts/TitilliumText22L006-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/TitilliumText22L006-webfont.woff') format('woff'),
         url('../webfonts/TitilliumText22L006-webfont.ttf') format('truetype'),
         url('../webfonts/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




/********** HEADLINES DEFAULT */
h1
{
	font-family: CodeProLightDemoRegular;
	font-weight: normal;
	font-size: 50px;
	text-align: center;
	margin: 0 0 10px 0;
}

h2
{
	color: #888;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

h3
{
	font-family: CodeProLightDemoRegular;
	font-weight: normal;
	font-size: 35px;
	text-align: center;
	margin: 0 0 20px 0;
}

h4
{
	font-family: TitilliumText22LRegular;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px 0;
}

h5
{
	font-family: TitilliumText22LRegular;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #fff;
	float: left;
	margin: 0px 10px;
}

h5 a, h5 a:visited
{
	color: #a44c04;
	border-bottom: 1px dashed #a44c04;
	cursor: pointer;
	text-decoration: none;
	margin: 0;
}

h5 a:hover
{
	color: #e69e64;
	border-bottom: 1px dashed #e69e64;
	cursor:pointer;
	text-decoration: none;
}


p.dos
{
	color: #FFF;
	font-size: 15px;
	text-align: center;
	font-weight: lighter;
	margin: 0 0 20px 0;
	width: 90%;
	font-family: TitilliumText22LRegular;
	line-height: 21px;
	
}

p.dos a
{
	color: #637702;
	text-decoration: none;
	font-family: TitilliumText22LXBold;
	font-size: 15px;
	border-bottom: 1px dashed #637702;
}

p.dos a:hover
{
	color: #bfd070;
	text-decoration: none;
	font-family: TitilliumText22LXBold;
	font-size: 15px;
	border-bottom: 1px dashed #bfd070;
}

p.dos a.descarga
{
	border: none;
	cursor: pointer;
	opacity: 0.4;
	display: block;
	position: relative;
    -webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}

p.dos a.descarga:hover
{
	border: none;
	cursor: pointer;
	opacity: 1;
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1);  
    -ms-transform: scale(1.1);   
    -o-transform: scale(1.1);   
    transform: scale(1.1);  
}


/********** WRAPPER [CONTENEDOR GENERAL] */
#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#space
{
	height: 600px;
	width: 750px;
	padding: 0px;
	background: transparent;
}

.last
{
	width: 800px;
	height: auto;
	text-align: center;
}

.last p
{
	color: #fff;
	font-family: CodeProLightDemoRegular;
	font-weight: normal;
	font-size: 23px;
	text-align: left;
	margin: 0 0 0 95px;
	line-height: 22px;
}

.last p span
{
	color: #fff;
	font-family: CodeProLightDemoRegular;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}


a.btn_ver
{
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: auto;
	padding: 5px 10px 2px 10px;
	color: #2eb2cb;
	font-size: 18px;
	text-decoration: none;
	margin: 10px 0 0 0;
	float: left;
}

a.btn_ver:hover
{
	background: #0d8da5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: auto;
	padding: 5px 10px 2px 10px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;	
}


form { margin: 0 30px; }

label
{
	font-family: TitilliumText22LRegular;
	font-weight: normal;
	font-size: 15px;
	margin: 5px 4px;
	width: auto;
	vertical-align: top;
	float: left;
}

.campo
{
	background: url(../images/input.png) no-repeat;
	width: 230px;
	height: 35px;
	border: none;
	padding: 3px 10px;
	color: #555;
	font-family: TitilliumText22LRegular;
	font-size: 14px;
	margin: -8px 10px 0 5px;
	text-transform: uppercase;
}


.txtarea
{
	background: url(../images/textarea.png) no-repeat;
	width: 630px;
	height: 180px;
	border: none;
	padding: 10px 10px;
	color: #555;
	font-family: TitilliumText22LRegular;
	font-size: 14px;
	text-transform: uppercase;
}



input.enviar
{
	font-family: CodeProLightDemoRegular;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: auto;
	padding: 2px 10px 5px 10px;
	color: #a44c04;
	font-size: 18px;
	text-decoration: none;
	margin: 10px 0 0 83%;
	border: none;
}

input.enviar:hover
{
	background: #a44c04;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: auto;
	padding: 2px 10px 5px 10px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;	
}

/********** HEADER */
#header
{
	width: 100%;
	height: 200px;
	background: #ddd;
	margin: 0px 0px 10px 0px;
}


/********** CONTENT */

#scroller
{
	width: 100%;
	margin: 0 auto;
	overflow: hidden !important;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 301px;
	padding: 0;
	z-index: 1;
	border-left: 1px solid #999;
}

#mask {
	width: 100%;
	height: 10000px;
	overflow: hidden;
}

.item
{
	width: 100%;
	height: 20%;
	display: block;
	font-size: 18px;
	color: #fff;
}	



		
.uno
{
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	padding: 20px;
	background: #00b6f1 url(../images/bg_blue.jpg);
	box-shadow: inset -5px -5px 0 5px #888;
}
	
.dos {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	padding: 20px;
	background: #48a842 url(../images/bg_green.jpg);
}

.tres {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	padding: 20px;
	background: #d7182a url(../images/bg_red.jpg);
}

.cuatro {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	padding: 20px;
	background: #d7182a url(../images/bg_orange.jpg);
}
	
.cinco
{
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	padding: 20px;
	background-color: #F15A22;
	background-image: url(../images/bg_yellow.jpg);
}
		
	

/********** FOOTER */
#footer
{
	width: 100%;
	background: #ddd;
	height: 100px;
}

