@CHARSET "ISO-8859-1";

@font-face 
{
	font-family: 'AvenidaLetPlain';
  	src: url('../../fonts/AvenidaLetPlain.eot') format('eot'),
		url('../../fonts/AvenidaLetPlain.woff') format('woff'),
		url('../../fonts/AvenidaLetPlain.ttf') format('truetype'),
		url('../../fonts/AvenidaLetPlain.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face 
{
	font-family: 'Overlock';
  	src: url('../../fonts/Overlock-Regular.eot') format('eot'),
		url('../../fonts/Overlock-Regular.woff') format('woff'),
		url('../../fonts/Overlock-Regular.ttf') format('truetype'),
		url('../../fonts/Overlock-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
  	font-style: normal;
  	font-weight: 400;
  	src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face 
{
	font-family: 'Harrington';
  	src: url('../../fonts/harrington.eot') format('eot'),
		url('../../fonts/harrington.woff') format('woff'),
		url('../../fonts/harrington.ttf') format('truetype'),
		url('../../fonts/harrington.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face 
{
	font-family: 'Biko_Regular';
  	src: url('../../fonts/Biko_Regular.eot') format('eot'),
		url('../../fonts/Biko_Regular.woff') format('woff'),
		url('../../fonts/Biko_Regular.ttf') format('truetype'),
		url('../../fonts/Biko_Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face 
{
	font-family: 'Biko_Light';
  	src: url('../../fonts/Biko-Light.eot') format('eot'),
		url('../../fonts/Biko-Light.woff') format('woff'),
		url('../../fonts/Biko-Light.ttf') format('truetype'),
		url('../../fonts/Biko-Light.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face 
{
	font-family: 'Simple Print';
  	src: url('../../fonts/Simple Print.eot') format('eot'),
		url('../../fonts/Simple Print.woff') format('woff'),
		url('../../fonts/Simple Print.ttf') format('truetype'),
		url('../../fonts/Simple Print.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face 
{
	font-family: 'Pistara';
  	src: url('../../fonts/Pistara.eot') format('eot'),
		url('../../fonts/Pistara.woff') format('woff'),
		url('../../fonts/Pistara.ttf') format('truetype'),
		url('../../fonts/Pistara.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

html, body
{
	height: 100%;
}

html 
{
	position: relative;
	min-height: 100%;
}

body
{
	/*font: 62.5% "Trebuchet MS", sans-serif;*/
	/*font-family: 'open sans', arial, sans-serif;*/
	font-family: 'open sans';
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	font-size: 14px;
	color: #424242;
	
	/*
	background-image: url('images/pattern11.jpg');
	background-repeat: repeat;
	*/
	
	background-color: #fcfcfc;
}

a, a:hover, a:active
{
	color: #717070;
}

.tableList tbody.scrollContent
{ 
	display: block; /*obligado*/ 
	height: 150px; /*la que necesites*/ 
	overflow: auto; /*obligado*/ 
	width: 100%;
}

.tableList
{
	border: 1px solid #424242;
	border-collapse: collapse;
	
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.tableList thead tr th
{
	background-color: #505050;
	color: #FFFFFF;
	
	font-weight: bold;
	cursor: default;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.tableList tbody tr:nth-child(even) td
{
	background-color: #F5F5F5;
	color: #222222;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.tableList tbody tr:nth-child(odd) td
{
	background-color: #E0E0E0;
	color: #222222;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.readonly
{
	outline: none !important;
	border:0px solid #a1a1a1 !important;
}

.cursorPointer
{
	cursor: pointer;
}

.signin
{
	display: none;
}

.signin.active
{
	display: block;
}

.signout
{
	display: none;
}

.signout.active
{
	display: block;
}

.divHover
{
	border: 1px solid #FCFCFC;
	font-family: 'Biko_regular';
	
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	border-radius: 50px;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

.uploadProgressBar
{
	width: 300px;
	height: 10px;
	margin-left: auto;
  	margin-right: auto;
	background-image: url("images/pbar-ani.gif");
	padding: 0px;
	opacity: 0.25;
}

.uploadProgressBarDiv
{
	padding-left: 5px; 
	width: 300px; 
	font-size: 10px;
}

#pintura.divHover:hover
{
	border: 2px solid #440044;
	background-color: #440044;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#pintura.divHover
{
	border: 2px solid #440044;
	background-color: #FFFFFF;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#ilustracion.divHover:hover
{
	border: 2px solid #f77103;
	background-color: #f77103;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#ilustracion.divHover
{
	border: 2px solid #f77103;
	background-color: #FFFFFF;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#fotografia.divHover:hover
{
	border: 2px solid #25bf63;
	background-color: #25bf63;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#fotografia.divHover
{
	border: 2px solid #25bf63;
	background-color: #FFFFFF;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#escultura.divHover:hover
{
	border: 2px solid #1266f9;
	background-color: #1266f9;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#escultura.divHover
{
	border: 2px solid #1266f9;
	background-color: #FFFFFF;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#disenio.divHover:hover
{
	border: 2px solid #c4339e;
	background-color: #c4339e;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#disenio.divHover
{
	border: 2px solid #c4339e;
	background-color: #FFFFFF;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

#hurl
{
	display: none;
}

.divHover:hover
{
	border: 1px solid #440044;
	background-color: #440044;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

.divHover:hover
{
	border: 1px solid #440044;
	background-color: #440044;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

.divHover:hover
{
	border: 1px solid #440044;
	background-color: #440044;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

.divHover:hover i, .divHover:hover span
{
	color: #FCFCFC !important;
	
	-webkit-transition: all 0.10s linear;
	-moz-transition: all 0.10s linear;
	-ms-transition: all 0.10s linear;
	-o-transition: all 0.10s linear;
	transition: all 0.10s linear;
}

.subTitle
{  
	font-family: 'AvenidaLetPlain'; 
	font-size: 30px;
	color: #717070;
}

.small
{  
	font-family: 'Overlock';
	font-size: 12px;
	font-style: italic;
	color: #717070;
}

.bodytext
{
	font-family: 'Overlock';
	font-size: 14px;
	color: #717070;
}

.toUpperCase
{
	text-transform: uppercase;
}

.toTitleCase
{
	text-transform: capitalize;
}

.toLowerCase
{
	text-transform: lowercase;
}

.txtfont_01
{
	font-family: 'Biko_Regular';	
}

.bgcolor_01
{
	background-color: #717070;
}

.txtcolor_01
{
	color: #717070;
}

.bgcolor_02
{
	background-color: #c4339e;
}

.txtcolor_02
{
	color: #c4339e;
}

.bgcolor_03
{
	background-color: #444400;
}

.txtcolor_03
{
	color: #444400;
}

.bgcolor_04
{
	background-color: #1a4d66;
}

.txtcolor_04
{
	color: #1a4d66;
}

.bgcolor_05
{
	background-color: #006666;
}

.txtcolor_05
{
	color: #006666;
}

.bgcolor_06
{
	background-color: #f77103;
}

.txtcolor_06
{
	color: #f77103;
}

.bgcolor_07
{
	background-color: #25bf63;
}

.txtcolor_07
{
	color: #25bf63;
}

.bgcolor_08
{
	background-color: #1266f9;
}

.txtcolor_08
{
	color: #1266f9;
}

.bgcolor_09
{
	background-color: #c4339e;
}

.txtcolor_09
{
	color: #c4339e;
}

.bgcolor_gold
{
	background-color: #FFBF00;
}

.txtcolor_gold
{
	color: #FFBF00;
}

.bgcolor_black
{
	background-color: #424242;
}

.txtcolor_black
{
	color: #424242;
}

.bgcolor_gray
{
	background-color: #444444;
}

.txtcolor_gray
{
	color: #444444;
}

.bgcolor_lightgray
{
	background-color: #DDDDDD;
}

.txtcolor_lightgray
{
	color: #DDDDDD;
}

.bgcolor_lightpurple
{
	background-color: #F7F5FC;
}

.txtcolor_lightpurple
{
	color: #F7F5FC;
}

.bgcolor_white
{
	background-color: #FFFFFF;
}

.txtcolor_white
{
	color: #FFFFFF;
}

.txtsize_01
{
	font-size: 40px !important;
	font-family: 'Biko_regular';
}

.txtsize_02
{
	font-size: 20px !important;
}

.txtsize_03
{
	font-size: 18px !important;
	font-family: 'Biko_regular';
}

.shadowInset
{
	box-shadow: 0 0 200px #000000 inset;
}

.bg_image_inicio
{
	background-image: url('../../media/img/bg_inicio.jpg');
    background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.bg_image_elige
{
	background-image: url('../../media/img/bg_elige.jpg');
    background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.bg_image_personaliza
{
	background-image: url('../../media/img/bg_personaliza.jpg');
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg_image_realidad
{
	background-image: url('../../media/img/bg_realidad.jpg');
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_image_murexalizate
{
	background-image: url('../../media/img/bg_murexalizate.jpg');
    background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.bg_image_comienza
{
	background-image: url('../../media/img/bg_comienza.jpg');
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_image_contacto
{
	background-image: url('../../media/img/bg_contacto.jpg');
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_image_quienes_somos
{
	background-image: url('../../media/img/bg_quienes_somos.jpg');
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_pattern
{
	background-image: url('../../media/img/pattern.jpg');
    background-repeat: repeat;
	/*background-position: center;*/
	/*background-size: cover;*/
}

.circulo_01
{
	width: 100px;
	height: 100px;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	border-radius: 50px;
}

.spacing_01
{
	padding: 10px;
}

.right
{
	text-align: right !important;
}

.left
{
	text-align: left !important;
}

.center
{
	text-align: center !important;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.top
{
	display: table-cell;
	vertical-align: top;
}

.middle
{
	display: table-cell;
	vertical-align: middle;
}

.bottom
{
	display: table-cell;
	vertical-align: bottom;
}

.primaryButtonHuge, .primaryButtonHuge:hover, .primaryButtonHuge:focus, .primaryButtonHuge:active
{
	font-family: 'Open Sans' !important;
	padding: 10px !important;
	color: #440044 !important;
	border: 1px solid #FCFCFC !important;
	font-weight: normal !important;
	background: #FCFCFC !important;
	font-size: 30px !important;
}

.primaryButton
{
	font-family: 'Open Sans' !important;
	padding: 5px !important;
	color: #FCFCFC !important;
	border: 1px solid #717070 !important;
	font-weight: normal !important;
	background: #717070 !important;
	font-size: 12px !important;
	outline: none;
}

.primaryButton:hover, .primaryButton:focus
{
	color: #FFFFFF !important;
	border: 1px solid #000000 !important;
	background: #717070 !important;
	outline: none;
}

.primaryButton:active
{
	color: #FFFFFF !important;
	border: 1px solid #000000 !important;
	background: #000000 !important;
	outline: none;
}

.secondaryButton
{
	font-family: 'Open Sans' !important;
	padding: 5px !important;
	color: #424242 !important;
	border: 1px solid #999999 !important;
	font-weight: normal !important;
	background: #DDDDDD !important;
	font-size: 12px !important;
	outline: none;
}

.secondaryButton:hover, .secondaryButton:focus
{
	color: #424242 !important;
	border: 1px solid #000000 !important;
	background: #DDDDDD !important;
	outline: none;
}

.secondaryButton:active
{
	color: #FFFFFF !important;
	border: 1px solid #000000 !important;
	background: #000000 !important;
	outline: none;
}

.menuAnimation
{
	top: -75px;
	
	-webkit-transition: all 0.40s linear;
	-moz-transition: all 0.40s linear;
	-ms-transition: all 0.40s linear;
	-o-transition: all 0.40s linear;
	transition: all 0.40s linear;
}

.menuAnimation.active
{
	top: 0px;
	
	-webkit-transition: all 0.40s linear;
	-moz-transition: all 0.40s linear;
	-ms-transition: all 0.40s linear;
	-o-transition: all 0.40s linear;
	transition: all 0.40s linear;
}

.divMenu
{
	position: fixed; 
	z-index: 1;	
	background-color: #717070;
}

.menu, .menu_white
{
	width: 100%;
	margin: auto;
	padding: 0px;
	list-style-type: none;
}

.menu li, .menu_white li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.menu a
{
	color: #BBBBBB;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu a:hover
{
	color: #FFFFFF;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li a, .menu_white li a
{
	display: block;
	/*width: 135px;*/
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #BBBBBB;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li a:hover
{
	color: #FFFFFF;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu li.active a
{
	/*color: #C2C2C2;*/
	color: #440044;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.divMenu_white
{
	position: fixed; 
	z-index: 1;	
	background-color: #F7F5FC;
}

.menu_white li a
{
	color: #424242 !important;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu_white li a:hover
{
	color: #440044 !important;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.menu_white li.active a
{
	/*color: #C2C2C2;*/
	color: #440044;
	
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

hr.degradado 
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(68,0,68,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(68,0,68,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(68,0,68,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(68,0,68,0.75), rgba(0,0,0,0)); 
}

.tableStrech
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	border: 0px black solid;
	
	border-collapse:collapse;
}

.dataSpace
{
	padding-bottom: 5px;
}

/****************************** BACKGROUNDS ******************************/

.bg01
{
	background-image: url('images/bg1.jpg');
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg02
{
	background-image: url('images/bg2.jpg');
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg03
{
	background-image: url('images/bg3.jpg');
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg04
{
	background-image: url('images/bg4.jpg');
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bg05
{
	background-image: url('images/bg5.jpg');
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.vr {
    border-width: 3px;
	-moz-border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #717070, #717070, rgba(0, 0, 0, 0)) 1 100%;
	-webkit-border-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33.33333%, #000000), color-stop(66.66667%, #000000), color-stop(100%, rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #717070, #717070, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #717070, #717070, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(top, rgba(0, 0, 0, 0), #717070, #717070, rgba(0, 0, 0, 0)) 1 100%;}
}

/*
.vr:before,
.vr:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
}
*/

/****************************** ANIMATIONS ******************************/

/* Chrome, Safari, Opera */

#welcome
{
	animation-name: rebote;
    animation-duration: 0.8s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
	
	-webkit-animation-name: rebote;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
	
	-o-animation-name: rebote;
    -o-animation-duration: 0.8s;
    -o-animation-timing-function: ease-in;
    -o-animation-delay: 0s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
	
	-moz-animation-name: rebote;
    -moz-animation-duration: 0.8s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
	
	position: relative;
}

@-o-keyframes rebote 
{
	0%   {top: 0px;}
    100% {top: 25px;}
}

@-moz-keyframes rebote 
{
	0%   {top: 0px;}
    100% {top: 25px;}
}

@-webkit-keyframes rebote 
{
	0%   {top: 0px;}
    100% {top: 25px;}
}

/* Standard syntax */
@keyframes rebote 
{
	0%   {top: 0px;}
    100% {top: 25px;}
}

.element
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -420px;
	margin-top: -65px;
	
	opacity: 0;
    filter: alpha(opacity=0);
	
	/*
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-ms-transition: all 1.0s;
	-o-transition: all 1.0s;
	transition: all 1.0s;
	*/
}

.element.active
{
	/* -webkit-animation: myfirst 5s;
    animation: myfirst 5s;*/
	
	opacity: 1;
    filter: alpha(opacity=1);
	
	-webkit-transform: translate3d(120px, 0px, 0px);
	-moz-transform: translate3d(120px, 0px, 0px);
	-ms-transform: translate3d(120px, 0px, 0px);
	transform: translate3d(120px, 0px, 0px);
	
	-webkit-transition: all 0.80s ease;
	-moz-transition: all 0.80s ease;
	-ms-transition: all 0.80s ease;
	-o-transition: all 0.80s ease;
	transition: all 0.80s ease;
}

.animate_circulo_01
{
	opacity: 0;
    filter: alpha(opacity=0);
}

.animate_circulo_01.active
{	
	opacity: 1;
    filter: alpha(opacity=1);
	
	-webkit-transition: all 0.80s linear;
	-moz-transition: all 0.80s linear;
	-ms-transition: all 0.80s linear;
	-o-transition: all 0.80s linear;
	transition: all 0.80s linear;
}

.animate_circulo_02
{
	opacity: 0;
    filter: alpha(opacity=0);
}

.animate_circulo_02.active
{	
	opacity: 1;
    filter: alpha(opacity=1);
	
	-webkit-transition: all 0.80s linear;
	-moz-transition: all 0.80s linear;
	-ms-transition: all 0.80s linear;
	-o-transition: all 0.80s linear;
	transition: all 0.80s linear;
}

.animate_circulo_03
{
	opacity: 0;
    filter: alpha(opacity=0);
}

.animate_circulo_03.active
{	
	opacity: 1;
    filter: alpha(opacity=1);
	
	-webkit-transition: all 0.80s linear;
	-moz-transition: all 0.80s linear;
	-ms-transition: all 0.80s linear;
	-o-transition: all 0.80s linear;
	transition: all 0.80s linear;
}

.animate_circulo_04
{
	opacity: 0;
    filter: alpha(opacity=0);
}

.animate_circulo_04.active
{	
	opacity: 1;
    filter: alpha(opacity=1);
	
	-webkit-transition: all 0.80s linear;
	-moz-transition: all 0.80s linear;
	-ms-transition: all 0.80s linear;
	-o-transition: all 0.80s linear;
	transition: all 0.80s linear;
}

.animate_circulo_05
{
	opacity: 0;
    filter: alpha(opacity=0);
}

.animate_circulo_05.active
{	
	opacity: 1;
    filter: alpha(opacity=1);
	
	-webkit-transition: all 0.80s linear;
	-moz-transition: all 0.80s linear;
	-ms-transition: all 0.80s linear;
	-o-transition: all 0.80s linear;
	transition: all 0.80s linear;
}

/****************************** OVERWRITE ******************************/

#fp-nav li, .fp-slidesNavli
{
	margin: 10px !important;
}
#fp-nav li a, .fp-slidesNavli a
{
	left: 0px !important;
}

#fp-nav span, .fp-slidesNavspan
{
	background-color: #aaaaaa !important;
	border: 1px solid #aaaaaa !important;
	
	width: 10px !important;
	height: 10px !important;
}

#fp-nav li .active span, .fp-slidesNav.active span
{
	background-color: #666666 !important;
	border: 1px solid #666666 !important;
}

.fp-controlArrow.fp-prev
{
	border-color: transparent #424242 transparent transparent !important;
	z-index: 1001;
}

.fp-controlArrow.fp-next
{
	border-color: transparent transparent transparent #424242 !important;
	z-index: 1001;
}

button
{
	cursor: pointer;	
}

select
{
	font-size: 12px;
	color: #939393;
	background-color: #FFFFFF;
	font-family: 'Open Sans';
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	outline: none;
	border: 1px solid #939393; 
}

input[type="text"], input[type="password"], textarea
{
	font-size: 12px;
	color: #424242;
	background-color: #FFFFFF;
	font-family: 'Open Sans';
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	outline: none;
	border: 1px solid #939393; 
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover
{
	border: 1px solid #717070; 
}

input[type="text"]:active, input[type="password"]:active, textarea:active, select:active,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
	border: 1px solid #717070; 
	outline: 1px solid #717070; 
}

.listbox
{
	background-color: #FFFFFF;
	border: 0px solid #939393;
	overflow: auto;
	padding: 7px;
}

/* SELECT2 */
.select2-container .select2-selection--single
{
	height: 39px !important;	
}

.select2-container--default .select2-selection--single
{
	border-radius: 0px !important;	
}

.select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 34px !important;
}

/****************************** WAIT ******************************/

.modalWaitOverlay
{
	position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #424242;
	z-index: 1100;
}

.modalWaitOverlayTransparent
{
	position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcfcfc;
	z-index: 1100;
	opacity: 0.8;
	filter:Alpha(opacity=80);
}

.modalWait
{
	position: fixed;
	z-index: 1101;
	
	top:40%;
	left:50%;
}

/****************************** MODAL ******************************/

.modalWindow
{
	margin: auto;
	position: absolute;
	top: 100px;
	z-index: 1101;
	left: 50%;
	display: none;
}

.modalTable
{
	position: relative;
	left: -50%;
	border: 1px solid #424242;
}

.modalTitle
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.modalTitleClose
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 5px;
}

.modalBody
{
	padding: 20px;
}

.modalButton
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}



