html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}

body{
	background:#C2D1B6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#333;
	text-align:center;
}

#contenedor{
	background-color:#C2D1B6;
	margin:auto;
	text-align:left;
	position:relative;
	height:100%;
	width:950px;
}
#cabecera {
	width:950px;
	height:150px;
	background-color:#C2D1B6;
	position:absolute;
	top:0px;
	left:0px;
}
#logo {
	width:100px;
	height:150px;
	background-color:#C2D1B6;
	background-image:url("../imagenes/logo_ipno.jpg");
	position:absolute;
	top:0px;
	left:0px;
}
#banner {
	width:850px;
	height:150px;
	background-color:#C2D1B6;
	background-image:url("../imagenes/banner_ipno.jpg");
	position:absolute;
	top:0px;
	left:100px;
}
#cabecera h2{
	visibility:hidden;
}

#marco {
	font-size:13px;
	font-weight:normal;
	width:950px;
	height:40px;
	margin:0px;
	padding:0px;
	text-align:left;
	position:absolute;
	top:150px;
	left:0px;
	background-color:#C9F6A1;
	z-index:10;
	}
/*
Para Firefox, Safari, Opera y otros
*/
#cuerpo{
	width:950px;
	background-color:#C9F6A1;
	position:absolute;
	top:190px;
	min-height:500px;
	height:auto;
	z-index:0;
}
/*
 Para IE
 */
* html #cuerpo{
	width:950px;
	background-color:#C9F6A1;
	position:absolute;
	top:190px;
	height:500px;
	z-index:0;
}
#cuerpo a:link {
	text-decoration: none;
}
#cuerpo a:visited {
	text-decoration: none;
}
#cuerpo a:hover {
	text-decoration: underline;
}
#cuerpo a:active {
	text-decoration: none;
}
#pie{
	width:950px;
	background-color:#C2D1B6;
	position:absolute;
	height:75px;
	bottom:-75px;
	left:0px;
}
#pie p {
	font-family:inherit;
	font-size:12px;
	font-weight:normal;
	padding:5px;
}
h1{
	font-family:inherit;
	font-size:24px;
	color:#055;
	text-align:center;
	margin:20px 0 20px 0;
}
h2{
	font-family:inherit;
	font-size:22px;
	color:#006666;
	margin:10px 0 10px 0;
}
h3{
	font-family:inherit;
	font-size:18px;
	color:#088;
	margin:5px 0 5px 0;
}
p{
	font-family:inherit;
	font-size: medium;
	text-align:justify;
	padding:5px 30px 5px 30px;
	line-height:125%;
	text-decoration:none;
	_text-decoration:none;
}
a{
	text-decoration:underline;
	color:#437EBA;
}
img{
margin:15px;
padding:5px;
border: 1px #777 groove;
}
em{
font-style:oblique;
}
strong{
font-weight:bolder;
}
.ncc{
	list-style:inside circle;
	padding:5px;}
li.cvs{
	list-style:outside disc;
	padding:0 0 0 10px;
	margin:0 0 0 20px;
	line-height:150%;
}
#texto{
	margin:0 20px 0 20px;
}
#texto p{
line-height:150%;
padding:15px 10px 15px 10px;
}

