@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	
	padding-left: 1.82%;
	padding-right: 1.82%;
	max-width:820px;
	width: 87.36%;
}

#LayoutDivHeader {
	
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav_menu {
	 margin-top: 2px;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	
}
#LayoutDivLogo {

	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDivLabTitle {
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-weight: bold;
	line-height: 1.9em;
	font-family: "museo-slab-1", "museo-slab-2", sans-serif;
	text-shadow: 0 3px 3px #CCCCCC;
	font-size: 0.82em;
	text-align: center;
	color: #333;		
}
#LayoutDivNCE {

	clear: none;
	float: left;
	display: block;
	margin-top:6px;
}
#nav_menu a
{
color:#FFF;

}

#nav_menu li
{display:block;
color:#FFF;
vertical-align:central;
line-height:1.9em;
padding-left:2%;
text-align:center;


}

    #menu-icon {
	color: #FFF;
	width: 42px;
	height: 30px;
	padding: 8px 10px 0 52px;
	cursor: pointer;
	border: solid 1px #666;
	display: block; /* show menu icon */
	background-image: url(../menu-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;	
	background-color: #59C9FF;
	
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0 ;
	border-radius:4px 4px 0 0 ;
	
		
    }
    #menu-icon:hover {
	background-color: #009BC1;
    }
    #menu-icon.active {
	background-color: #09C;
	
    }

 #nav_list {
       
	   color:#FFF;
	    clear: both;
        top: 38px;
        width: 160px;
        z-index: 10000;
        padding: 1px;
        border: solid 1px #999;
        display: none; /* visibility will be toggled with jquery */
		
	background: #59C9FF; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YzlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #59C9FF 1%, #110205 56%, #006697 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#59C9FF),  color-stop(98%,#006697)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #59C9FF 1%,#110205 56%,#006697 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #59C9FF 1%, #006697 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #59C9FF 1%, #006697 98%); /* IE10+ */
background: linear-gradient(to bottom,  #59C9FF 1%, #006697 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59C9FF', endColorstr='#006697',GradientType=0 ); /* IE6-8 */	
		
			-webkit-border-radius:0 4px 4px 4px;
	-moz-border-radius:0 4px 4px 4px ;
	border-radius:0 4px 4px 4px ;
		
    }
    #nav_list li {
        clear: both;
        float: none;
        margin: 3px 0px 1px 10px;
    }
    #nav_list a, 
    #nav_list ul a {
        font: inherit;
        background: none;
        display: inline;
        padding: 0;
        color: #FFF;
        border: none;
    }
    #nav_list a:hover, 
    #nav_list ul a:hover {
        background: none;
        color: #000;
    }

    /* dropdown */
    #nav_list ul {
        width: auto;
        position: static;
        display: block;
        border: none;
        background: inherit;
    }
    #nav_list ul li {
        margin: 3px 0 3px 15px;
    }
    #LayoutDiv_LabContent {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
	
.letrasimbolos {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
}

.formulass {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;

}

.borde_encima
{
	border-top:thin solid #000;
	
}


.advice
{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	color: #004000;
	border: 1px solid #518453 #9FFF9F;
	padding: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 5px 4px 7px #9DC499;
	-webkit-box-shadow: 4px 5px 7px #D5FFD5;
	box-shadow: 5px 4px 7px #9DC499;
	font-style:italic;	
}

.warning
{
	margin-left: auto;
	margin-right: auto;
	width:90%;
	color: #000;
	border:1px solid #CFCFCF;
	padding: 7px;
	padding-left:1.5%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	-webkit-animation: mover 5s infinite;
	animation:mover 5s infinite;
	
		
	-moz-box-shadow: 5px 4px 15px #999;
	-webkit-box-shadow: 4px 5px 15px #999;
	box-shadow: 5px 4px 15px #999;
}

.doble_linea

{
	border-top: 3px double #000000;
	
}


@-webkit-keyframes mover
{50%{box-shadow:5px 6px 10px #BFBF00;}
}
@keyframes mover 
{
	{box-shadow:5px 6px 10px #BFBF00;}
}

.red_bold

{
	color:#F00;
	font-weight:bold;
	
}
.text_overline
{
	border-top: thin solid #000;

	
}

.letra_roj
{
	color:#B00000;
	
}

.table_estilo

{
	font-size: 90%;

	border-radius: 9px;
	border-collapse: separate;
	padding:7px;
}

.table_estilo td

{
	border:solid 1px #27CBF5;
	border-style:none solid solid none;
	padding:7px;
	text-align:center;
	vertical-align:middle;
}
/*
.table_estilo tr:last-child 

{
	border-style:none;
}
*/
p
{
	line-height:1.7em;
	font-size:1.1em;
	
}
h1
{
	text-align:center;
}

.table_estilo td:last-child 

{
	border-right-width:0px;
	border-right-style: none;
}

.listas_espac

{
	line-height: 1.7em;
	list-style-position: outside;	
}

.padding_table1 td


{
	padding:1em;
	
	
}



.table_estilo th

{
	padding: 0.7em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #098BAA;
	border-bottom-color: #045580;
}

.table_estilo th:last-child

{
	
	border-right-width:0px;
	border-right-style: none;	
}

.table_estilo tr:first-child td:first-child 

{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #F00;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91%;
	padding-left: 1%;
	padding-right: 1%;
}

#LayoutDivHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#nav_menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	height:1.7em;
	
	
background: #59C9FF; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YzlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #59C9FF 1%, #110205 56%, #006697 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#59C9FF),  color-stop(98%,#006697)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #59C9FF 1%,#110205 56%,#006697 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #59C9FF 1%, #006697 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #59C9FF 1%, #006697 98%); /* IE10+ */
background: linear-gradient(to bottom,  #59C9FF 1%, #006697 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59C9FF', endColorstr='#006697',GradientType=0 ); /* IE6-8 */


}
#nav_menu li
{display:inline;
color:#FFF;
vertical-align:central;
line-height:1.9em;
padding-left: 0.9%;
}

#nav_menu a
{
color:#FFF;
text-decoration:none;
}

#nav_menu a:hover
{
color:#FF0;
font-weight:bold;
text-decoration:none;

}

#LayoutDivLogo {

	float: left;
	margin-left:1%;
	width:15%;
	min-width: 139px;
	display: block;
	background-image:url(../njit_139x75.gif);
	background-repeat:no-repeat;
	background-position:left;

	height:75px;
}
#LayoutDivLabTitle {
	/* middle screen */
	float: left;
	margin: 0 auto;
	width: 54%;
	min-width: 230px;
	padding-top: 20px;
	color: #333;
	font-family: "museo-slab-1", "museo-slab-2", sans-serif;
	text-shadow: 0 3px 3px #CCCCCC;
	font-size: 0.83em;
}
#LayoutDivNCE {

	
	float: right;
	width: 5.7%;
	min-width:37px;
	background-image:url(../tower07.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	margin-right:1.5%;
	margin-top:6px;
	
	
}

#menu-icon {
    display: none; /* hide menu icon initially */
}

    #nav_list {
        display: inline !important;
		border:none;
		background-color:transparent;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
    }

    #LayoutDiv_LabContent {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
	
	
	.fig_cuadros

{
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#fff;
	padding:20px;
	
	-moz-box-shadow:inset 0 0 15px #C9CED6;
	-webkit-box-shadow:inset 0 0 15px #C9CED6;
	box-shadow:inset 0 0 15px #C9CED6;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px	
}

	.fig_cuadros_gate

{
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#fff;
	padding:14px;
	
	-moz-box-shadow:inset 0 0 14px #C9CED6;
	-webkit-box-shadow:inset 0 0 14px #C9CED6;
	box-shadow:inset 0 0 14px #C9CED6;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px	
}

.lab_figures
{
	font-size: 90%;
	color: #333333;
	margin: 36px;
	line-height: 20px;
	text-align: center;
}

.figure_inline_cent
	
{
	
	display:inline-block;
	
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 79.38%;
	max-width: 1024px;
	padding-left: 0.81%;
	padding-right: 0.81%;
	margin: auto;

}

#LayoutDivHeader {

	
	margin: 0 auto;
	width: 100%;
}
#nav_menu {
	clear: both;
	float: left;
	width: 100%;
		-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	text-align:center;
	height:2em;
	


 	/* top right bottom left  */

}

#nav_menu li
{
	display: inline;
	color: #FFF;
	vertical-align: central;
	line-height: 1.8em;
	padding-left: 1.2%;

	border-left-width: 1px;
	border-left-style:outset;
	border-left-color: #fff;
	text-decoration:none;
}

#nav_menu li:first-child {
    border-left: 1px outset #fff;
	
	
border-left-color: rgb(255,48,25); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
border-left-color: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
border-left-color: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
border-left-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
border-left-color: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
border-left-color: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
border-left-color: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
border-left-color: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */


	
	
	
}


#nav_menu a
{
color:#FFF;
text-decoration:none;

}

#nav_menu a:hover
{
color:#FF0;
font-weight:bold;
text-decoration:none;

}

#nav_list {
        display: inline !important;
		border:none;
		background-color:transparent;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
    }

#LayoutDivLogo {
	float: left;
	width: 15%;
	min-width:139px;
	background-image:url(../njit_139x75.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:75px;
}


#LayoutDivLabTitle {
	margin: 0 auto;
	float: left;
	width: 62.5%;
	text-align:center;
	padding-top:14px;
	color:#333;
	font-family: "museo-slab-1","museo-slab-2",sans-serif;
	text-shadow:0 3px 3px #CCCCCC;
	font-size:1.1em;


}
#LayoutDivNCE {
	float: right;
	width: 10%;
	min-width:37px;
	background-image:url(../tower07.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:60px;
	margin-right:2%;
	margin-top:6px;
}

#menu-icon {
    display: none; /* hide menu icon initially */
}


	
	/* Imagenes*/
.fig_cuadros

{
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background:#fff;
	padding:30px;
	
	-moz-box-shadow:inset 0 0 25px #C9CED6;
	-webkit-box-shadow:inset 0 0 25px #C9CED6;
	box-shadow:inset 0 0 25px #C9CED6;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px	
}

.lab_figures
{
	font-size: 90%;
	color: #333333;
	margin: 36px;
	line-height: 20px;
	text-align: center;
}

.figure_inline_cent
	
{
	display:inline-block;
}

#LayoutDiv_LabContent
{
	border: 1px solid #CCC;
	padding-left: 1%;
	width: 99%;
	margin: 0 auto;

}


    #LayoutDiv_LabContent {
        clear: both;
        float: left;

        display: block;
    }

.img_left

{
	position:inherit;
	float:left;!important 
	
}
.limpiar
{clear:both;
}

	/* Imagenes*/ 

}