/***************************************************************reset************************************************************************************/
html, body, div, span, applet, object, iframe, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,					
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
	q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
	color: white;

}

* {margin:0; padding:0;}
/******************************************************************end reset*******************************************************************************/
/*****************************************************************HOME PAGE STYLES*************************************************************************/

html {
    min-height: 100%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	cursor:default;
}
body {
	font-family:'Verdana', arial, sans-serif, Verdana, Tahoma, Geneva;	
	font-size:14px;
}
article, aside, figure, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}

h1, h2, h3, h4, h5, h6 {	font-weight: bold;	}

h3 {
	font-size: 70%;
	text-align: right;
	position: relative;
}
h4 {
	font-size: 80%;
	margin-top: -70px;
}
.cursor{	cursor:pointer;	}
a {
	text-decoration: none;
	outline: none;
}

/*------------------------------- HEADER -------------------------------------------------*/
header {
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	margin:0 0;
	background-color: #009cda;
	color: white;
	z-index: 100;
}
header > h1{
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
	font-size: 2em;
	float: left;
	width: 100%;
}

header > h2 {
	height: 18px;
	line-height: 18px;
	font-size: 1.5em;
	margin: 0 0 0 3%;
	position: relative;
	float: left;
	top: -30px;
	/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */  filter: alpha(opacity=80);
	/* Netscape */  -moz-opacity: 0.8;
	/* Safari 1.x */  -khtml-opacity: 0.8;
	/* Good browsers */  opacity: 0.8;
}

/*------------------------------- CONTENTS -------------------------------------------------*/
#contents {
	position:relative;
	margin-top:55px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	min-height:500px;
	max-width: 900px;
}


/*------------------------------- FOOTER -------------------------------------------------*/
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
	min-width: 920px;
	z-index: 101;
}

/*------------------------------- MENSAJE -------------------------------------------------*/
#mensaje {	z-index:2000;	}

#mensaje p{
text-align:center;
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size: 30px;
}
#mensaje h7{	font-size: 12px;	}

#dialog{ /*VENTANA DIALOGO*/
	display:none;
}
#dialog h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	float: none;
	text-transform: none;
}
#dialog {
	display: none;
	font-size: 14px;
}
#fondoblanco{ /*FONDO PARA LA VENTANA DE FINALIZAR TODAS LAS ACTIVIDADES*/
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE 7 and Earlier */
}


/*CAMBIAR COLOR DEL SELECCIONADO DE TEXTO*/
::-moz-selection{
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
}
::selection{
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
}
::-webkit-selection {
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
} 
