/* tipo de letra general, tamaño */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	text-align: center;
	overflow: visible;
	background-color: #f9eacb;
	background-image: url(image/back.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
}
/* Estilo para el encabezado*/
#header {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin:			0 auto;	
}



#body {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-weight: 			normal;
	color: 					#000000;
	background-color: 		#FFFFFF;
	background-image: 		url(image/pr_mnback.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top;
	width: 					938px;
	text-align: 			center;
	vertical-align: 		top;
	padding-top: 			10px;
	padding-right: 			12px;
	padding-bottom: 		10px;
	padding-left: 			10px;
	margin-top: 			0;
	margin-right: 			auto;
	margin-bottom: 			0;
	margin-left: 			auto;
	position:	relative;
}



/*Estilo de título en la tabla del menu derecho*/
.tituloMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #d42e12;
	margin-left:50px;
	margin-right:12px;
}

/*Estilo títulos dentro del contenido*/
.titulo01 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #585858;
}
.titulo02 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #579B00;
	margin-left:12px;
	margin-right:12px;
}

/*Estilo sub-títulos dentro del contenido*/
.sb_titulo01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #d42e12;
	margin-left:12px;
	margin-right:12px;
}
.sb_titulo02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #579B00;
	margin-left:12px;
	margin-right:12px;
}


.txt_norm01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align:left;
	line-height: 15px;
}

.txtContenidoInterior{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-align:justify;
	line-height: 25px;
}

.txt_norm02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align:left;
	line-height: 15px;
}

.txt_frase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant:small-caps; 
	color: #03C;
	text-shadow:inherit;
	text-align:right;
}

.txtMenuDerecho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align:left;
	line-height: 15px;
	cursor:pointer;
	text-decoration: none;

}

.txtMenuDerecho:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #06C;
	text-decoration: none;
	background-color: #dedfe2;
	cursor:pointer;
}

.txt_vineta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03C;
	margin-left:12px;
	margin-right:12px;
}

.txt_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #060;
	margin-left:20px;
	margin-right:16px;
	line-height: 15px;
}

.linkNovedad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #060;
	text-decoration: underline;
}
/*Estilo para cambiar el color, tamaño, tipo de letra del menú derecho cuando pasamos el ratón sobre el link*/
.linkNovedad:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #060;
}


table.body td
{
	margin:		0px;
	padding:	0px;
}



/*ul {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	list-style: none;
}

li {
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	text-align: justify;
	list-style-type: disc;
}*/

.img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-style: outset;
	border-left-color:#EBEBEB;
	border-top-style: outset;
	border-top-color:#EBEBEB;
}