/* CSS Document */


/*Welcome to the Css for Notepad
Please note that the !important you 
see is a hack for firefox/IE.
The line with !important controls
properties in Firefox, the line below
for IE  */

/*Calibracion*/


body  {
background-color:#e2e6e7;


}

img {
border:none;
}
/*-- CONTENEDOR PARA CENTRAR --*/
#contenedor {
margin:70px auto 0;
}

/*-- FIN DE CONTENEDOR PARA CENTRAR --*/

/*  Encabezado  */


#header {
	margin-left:5px;
	width:581px;
	padding-bottom:1px;
	padding-left:70px;
	padding-top:7px !important;
	padding-top:28px;

	}

#header h1 {
font-family:trebuchet MS, arial, times, helvetica, arial, sans-serif;
font-size:33px;

color:#000;
font-weight:normal;
clear:right;
}

.derecha {
float:right;
}

/*  CONTAINER BOX  */


#box  {

background-image:url(../Imagenes/back.gif);
width:661px;

margin:auto;
}

#box p  {
padding-left:20px;
}


/* MAIN CONTENT */


#content p {
text-align:justify;
padding-bottom:9.5px !important;
padding-bottom:6px;
}

.alinear_derecha {
text-align:right !important;
padding-right:15px;
}

#content {
width:580px;
margin-left:45px;

margin-top:23px !important;
margin-top:28px;

font-family:verdana, arial, times, helvetica, arial, sans-serif;
font-size:14px;
color:#404040;

line-height:1.8em !important;
line-height:1.75em;

}


/*TOP NAVIGATION*/



#nav {
float:right;

margin-top:-48px !important;
margin-top:-45px;

margin-right:19px;
font-family:verdana, arial, times, helvetica, arial, sans-serif;
font-size:80%;
}

#nav a, #content a {
color:#808080;
text-decoration:none;

}

#nav a:hover, #content a:hover  {
text-decoration:underline;
color:#000;
}


.sub  {
font-size:18px;
font-weight:normal;
padding-left:13px;
font-family:trebuchet MS, arial, times, helvetica, arial, sans-serif;
letter-spacing:2px;
font-style:normal;
line-height:2em;
color:#000;
}


/*FOOTER PROPERTIES*/


#footer {
width:100%;
color:#000;
font-family:verdana, arial, times, helvetica, arial, sans-serif;
font-size:70%;
letter-spacing:3px;
font-style:normal;
line-height:2em;
text-align:center;
}

#footer a {
color:#808080;
text-decoration:none;
}

#footer a:hover  {
text-decoration:underline;
color:#000;
}
