/***************************************************************************
*                        TANGUIS                                   DAGC    *
***************************************************************************/

html {
	margin:0px;
	padding: 0px;
	border: 0px;
	
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background: url(../images/body.png) top left repeat-x #020E35;
	color: #333333;
	min-width: 1040px;
}

table {
	font-size: 10px;
}
img {
	border: 0px;
}
p {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
input {
	margin: 0px;
	font-size: 11px;
	padding: 3px 2px 3px 2px;
	font-family:Arial, Helvetica, sans-serif;
}
/*
input[type="text"]{
	color: #336699;
}
*/

textarea {
	margin: 0px;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	font-family:Arial, Helvetica, sans-serif;
}

select {
	margin: 0px;
	font-size: 11px;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #022065;
	height: 31px;
	line-height: 31px;
	margin: 0px;
	background: url(../images/bg_title1.png) top left no-repeat;
	padding: 0px 0px 0px 33px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 31px;
	line-height: 31px;
	margin: 0px;
	background: url(../images/bg_title2.png) top left no-repeat;
	padding: 0px 0px 0px 10px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #022065;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.fieldset fieldset {
border:1px solid #ccc;
padding:5px 5px 10px 5px;
margin: 0px 10px 10px 10px;
}

.fieldset legend {border:1px solid #ccc; padding:5px; font-weight:bold}


/***************************************************************************
*                  PRINCIPAL MASTER                                        *
***************************************************************************/
.bg_image{
	overflow:hidden;
	display: block;
	background:url(../images/bg_image.png) top center no-repeat;
	height: auto;
}
.bg_sombra{
	overflow:hidden;
	display: block;
	background:url(../images/bg_sombra.png) top center no-repeat;
	height: auto;
}

.wrapper {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: auto;
	text-align:left;
	position:relative;
	/*background:#FFFFFF;*/
}

.top {
	height:107px;
}

.logo {
	float: left;
	width: 336px;
	height:107px;
	display:none;
}

.top_menu {
	height: 26px;
}

.home_top a{
	height: 26px;
	line-height: 26px;
	background:url(../images/home.png) top left no-repeat #A60000;
	color:#FFFFFF;
	padding: 0px 8px 0px 30px;
	float:right;
	text-decoration: none;
}

.home_top a:hover{
	height: 26px;
	line-height: 26px;
	background:url(../images/home.png) top left no-repeat #BB0000;
}

.webmail a{
	height: 26px;
	line-height: 26px;
	background:url(../images/webmail.png) top left no-repeat #A60000;
	color:#FFFFFF;
	padding: 0px 8px 0px 30px;
	margin-right:2px;
	float:right;
	text-decoration: none;
}

.webmail a:hover{
	height: 26px;
	line-height: 26px;
	background:url(../images/webmail.png) top left no-repeat #BB0000;
}

.inicio a{
	height: 37px;
	width: 92px;
	background: url(../images/inicio.png) top center no-repeat;
	display:block;
	float:left;
}

.inicio a:hover{
	background: url(../images/inicio.png) no-repeat 0px -37px;
}

.mimag a{
	height: 37px;
	width: 92px;
	background: url(../images/mimag.png) top center no-repeat;
	display:block;
	float:left;
}

.mimag a:hover{
	background: url(../images/mimag.png) no-repeat 0px -37px;
}

.servicios a{
	height: 37px;
	width: 92px;
	background: url(../images/servicios.png) top center no-repeat;
	display:block;
	float:left;
}

.servicios a:hover{
	background: url(../images/servicios.png) no-repeat 0px -37px;
}

.proyectos a{
	height: 37px;
	width: 92px;
	background: url(../images/proyectos.png) top center no-repeat;
	display:block;
	float:left;
}

.proyectos a:hover{
	background: url(../images/proyectos.png) no-repeat 0px -37px;
}

.productos a{
	height: 37px;
	width: 92px;
	background: url(../images/productos.png) top center no-repeat;
	display:block;
	float:left;
}

.productos a:hover{
	background: url(../images/productos.png) no-repeat 0px -37px;
}

.contactenos a{
	height: 37px;
	width: 108px;
	background: url(../images/contactenos.png) top center no-repeat;
	display:block;
	float:left;
}

.contactenos a:hover{
	background: url(../images/contactenos.png) no-repeat 0px -37px;
}

.redes{
	height: 37px;
	line-height: 37px;
	position:absolute;
	right: 7px;
}

.redes span{
	height: 37px;
	display: block;
	float:left;
	margin: 0px 10px 0px 0px;
}

.redes a{
	height: 37px;
	display: block;
	float:left;
	margin: 0px 5px 0px 0px;
}

.menu {
	height:37px;
	background:url(../images/bg_menu.png) top center no-repeat;
	color:#FFFFFF;
	position:relative;
}

.line_gris {
	height:8px;
	background:#CCCCCC;
}

.header {
	height:276px;
	background:#FFFFFF;
	position: relative;
}

.sgc {
	position: absolute;
	bottom: 20px;
	left: 10px;
	z-index: 10000;
}

.welcome {
	height: 29px;
	line-height: 29px;
	color:#FFFFFF;
	font-family: "Century Gothic", Arial, Tahoma;
	font-size: 19px;
	position:relative;
}

.cuerpo{
	overflow:hidden;
	display:block;
	height:auto;
}

.content {
	padding: 12px;
}

.left{
	float:left;
	width: 241px;
}

.home {
	height: 145px;
	width: 35px;
	position:absolute;
	top: 29px;
	left:-35px;
}

.contenido_left{
	background:#FFFFFF;
	padding:4px 4px 15px 4px;
}

.contenido_left p {
	padding:4px;
}

.sombra_left {
	height: 29px;
	background:url(../images/sombra_left.png) top left no-repeat;
}

.red {
  color: #AD0000;
}

.right{
	float:right;
	width: 743px;
}

.module{
	float:left;
	width: 225px;
	overflow: hidden;
	display: block;
	padding: 0px 0px 0px 15px;
}

.module_top{
	height: 29px;
	line-height: 29px;
	background:url(../images/module_top.png) top center no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px 0px 0px 25px;
}

.module_cuerpo{
	height: 261px;
	background:url(../images/module_cuerpo.png) top center no-repeat;
}

.module_img{
	text-align: center;
	padding: 3px 0px 10px 0px;
}

.module_txt{
	padding: 3px 12px 10px 12px;
	text-align:justify;
}

.module_product {
	background: #F5F5F5;
	padding: 5px;
	float:left;
	margin: 7px 0px 0px 7px;
	width: 160px;
	height: 185px;
}

#module_producto_img{
	background: #ccc;
	width: 160px;
	height: 136px;
}

.module_producto_txt{
	padding: 4px 9px 3px 9px;
	background: #222;
	margin: 2x;
	height: 48px;
	text-align:left;
	color:#FFFFFF;
}

.ver_mas a{
	height: 23px;
	line-height: 23px;
	width: 74px;
	background: url(../images/btn_vermas.png) top center no-repeat;
	display:block;
	color:#FFFFFF;
	text-align:right;
	padding: 0px 10px 0px 0px;
	margin: 0px 13px 0px 0px;
	text-decoration: none;
}

.ver_mas a:hover{
	background: url(../images/btn_vermas.png) no-repeat 0px -23px;
}

.lista{
	background: url(../images/icon2.png) top left no-repeat;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 6px 12px;
	text-align:left;
}

.contenido_right{
	background:#FFFFFF;
	padding:4px 4px 15px 4px;
	text-align:justify;
}

.sombra_right {
	height: 29px;
	background:url(../images/sombra_right.png) top left no-repeat;
}

.foot{
	background:url(../images/bg_foot.png) top left repeat-x;
	height: 64px;
	text-align:center;
}

.foot_content{
	position:relative;
	width:1000px;
	margin: 0px auto;
}

.foot_left{
	background:url(../images/arrow.png) top left no-repeat;
	padding: 3px 0px 2px 25px;
	position:absolute;
	top: 22px;
	left: 10px;
}

.foot_right{
	background:url(../images/arrow.png) top left no-repeat;
	padding: 3px 0px 2px 25px;
	position:absolute;
	top: 22px;
	right: 10px;
}
/*******************************************************************************************
*                           FORMULARIO                                                     *
*******************************************************************************************/

.module_1 {
	float: left;
	width: 12.1%;
	text-align:right;
	margin: 0px 7px 0px 0px;
}

.module_2 {
	float: left;
	width: 35%;
	margin: 0px 7px 0px 0px;
}

.spacing {
	height: 30px;
	line-height:30px;
	clear:both;
}

.spacing_area {
	height: 90px;
	clear:both;
}

.input_normal_area {
	height: 76px;
	border: 1px solid #BDBCBD;
	background:url(../images/bg_input_normal.png) #FFFFFF top left repeat-x;
	margin: 4px 0px 0px 0px;
	width: 98%;
	color: #7B7977;
}

.input_normal {
	height: 15px;
	border: 1px solid #BDBCBD;
	background:url(../images/bg_input_normal.png) top left repeat-x;
	margin: 4px 0px 0px 0px;
	width: 98%;
	color:#7B7977;
}

.btn_normal {
	border: none;
	font-size: 12px;
	width: 68px;
	height: 23px;
	float:right;
	background: url(../images/btn_normal.png) no-repeat top left;
	display:block;
	cursor:pointer;
	margin: 2px 0px 0px 5px;
	padding: 0px;
	color: #FFF;
}
.btn_normal:hover {
	background: url(../images/btn_normal.png) no-repeat 0px -23px;
}

/************************************************************************************************************
    SELIDER BANNER
***************************************************************************/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
	
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right:1px;
	bottom:0px;
    margin-left:-50px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/******* SLIDER EFECTOS ***************/
  
/* The Nivo Slider styles */

.slider-wrapper{
	
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*************************************************************
*           MENU DESPLEGABLE                                 *
*************************************************************/

#chromemenu{
position:relative;
}

.dropmenudiv{
position:absolute;
left: 186px !important;
top: 38px !important;
border: 1px solid #6B121B; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:27px;
z-index:100;
background-color: #B31B2A ;
/*filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.80; -khtml-opacity:0.90;*/
width: 153px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6B121B; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 5px;
text-align:left;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.dropmenudiv a:hover{
color: #ffffff;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9F1A27;
}


/************************************************************************
*             LIGHTBOX                                                  *
************************************************************************/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 

	div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; } 

	div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_square .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_square .pp_expand { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square #pp_full_res .pp_inline { color: #fff; } 
	
	div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(../images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; } 
	
	div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(../images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 75px; height: 22px; background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_nav .pp_arrow_previous { background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_nav .pp_arrow_next { background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.facebook .pp_next:hover { background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_content .ppt {
			left: auto;
			margin-bottom: 5px;
			position: relative;
			top: auto;
		}
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			font-weight:normal !important;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

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

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


