body{
	width:100%;
	padding:0px;
	margin:0px;
	font-family:Calibri, Tahoma, Arial;
	font-size:.8em;
}

img{ border:none; }

#interior{
	margin:0 auto;
	width:980px;
	height:auto;
}

#rppc{
	float:left;
	width:700px;
	height:auto;
	margin:0 auto;
}

	#rppc > #rppc_top{
		width:100%;
		height:296px;
		background-image:url(../images/top_back.png);
		float:left;
		background-position:-86px 0;	
	}
	
		#rppc  > #rppc_top > #top_text{
			/*background-image: url("../images/top_text.png");*/
			height: 167px;
			margin-left: 330px;
			margin-top: 50px;
			width: 366px;
			float:left;
		}
	
	#rppc > #rppc_center{
		width:700px;
		height:auto;
		float:left;
	}
	
		#rppc > #rppc_center > #rppc_center_left{
			width:217px;
			height:auto;
			float:left;
		}
		
			#rppc > #rppc_center > #rppc_center_left img{
				margin-top:5px;
			}
			
			#rppc > #rppc_center > #rppc_center_left label{
				font-size:1.6em;
			}
		
		#rppc > #rppc_center > #rppc_center_right{
			width:483px;
			height:auto;
			float:left;
		}
		
			#rppc > #rppc_center > #rppc_center_right > #rppc_main_new{
			width:483px;
			height:auto;
			float:left;
			background-image:url(../images/rppc_cencer_right.png);
			background-position:top right;
			background-repeat:no-repeat;
			margin-top:47px;
			}
				
				#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new{
					background-image:url(../images/last_new.png);
					width:155px; 
					height:52px;
					margin-top:-47px;
				}
				
				#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new_preview{
					width:100%;
					height:auto;
					float:left;
				}
					
					#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new_preview img{
						float:left;
						width:100px;
						height:80px;
						margin-right:10px;
					}
					
					#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new_preview h1{
						font-size:1em;
						color:#3c3f42;
					}
					
					#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new_preview .date{
						float:left;
						font-size:.8em;
						color:#33618e;
					}
					
					#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new_preview  > #last_new_content{
						float:left;
						width:463px;
						height:auto;
						padding:0 10px;
						text-align:justify;
						margin-bottom: 10px;
					}
					
						#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new_preview  > #last_new_content  .complete, .more{
							float:right;
							text-decoration:none;
							color:#000;
							font-weight:bold;
							margin-left:30px;
						}
						
						#rppc > #rppc_center > #rppc_center_right > #rppc_main_new > #last_new_preview  > #last_new_content  > #divider{
							background-image:url(../images/divider.png);
							width:442px;
							height:1px;
							margin:0 auto;
							float:left;
							margin-top:10px;	
						}
						
		
			#rppc > #rppc_center > #rppc_center_right > .noticia_activa {
				width:473px;
				height:auto;
				background-color:#d5e7ba;
				padding:5px;
				float:left;
			}
			
			#rppc > #rppc_center > #rppc_center_right > .noticia_inactiva {
				width:473px;
				height:auto;
				background-color:#fff;
				padding:5px;
				float:left;
			}
		
	#rppc > #rppc_bottom{
			width:700px;
			height:150px;
			float:left;
			background-image:url(../images/transparencia.png);
			margin-top:10px;
			background-repeat:no-repeat;
			background-position:center center;
			
	}
	
#menu{
	float:left;
	width:268px;
	height:auto;
	margin-right:10px;
}

	#menu > #login{
		width:100%;
		height:auto;
		padding-top:10px;
		padding-bottom:20px;
		border-radius:0 0 20px 20px;
		background: -webkit-gradient(linear, left top, left bottom, from(#a7ce8b), to(#88bc62));
		background: -moz-linear-gradient(top,  #a7ce8b,  #88bc62);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7ce8b', endColorstr='#88bc62');
		border-radius:0 0 20px 20px;
		-moz-border-radius:0 0 20px 20px;
		-webkit-border-radius:0 0 20px 20px;
		position:relative;
		z-index:1;
		float:left;
	}
	
		#menu > #login h1{
			font-size:1.1em;
			margin-left:10px;
		}
		
		#menu > #login .textfield{
			float:left;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			width:150px;
			border:none ;
			height:33px;
			background-color:#f8f8f8;
			margin-left:10px;
			margin-top:10px;
		}
		
		#menu > #login .styled_button{
			float:left;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			width:auto;
			background: -webkit-gradient(linear, left top, left bottom, from(#6b6d6f), to(#3c3f42));
			background: -moz-linear-gradient(top,  #6b6d6f,  #3c3f42);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6d6f', endColorstr='#3c3f42');
			border:none;
			color:#fff;
			height:33px;
			margin-left:10px;
			margin-top:10px;
		}
	
	#menu > #encuesta{
		padding-top:30px;
		padding-bottom:20px;
		width:100%;
		height:auto;
		float:left;
		background-color:#e1e9ef;
		border-radius:0 0 20px 20px;
		-moz-border-radius:0 0 20px 20px;
		-webkit-border-radius:0 0 20px 20px;
		position:relative;
		z-index:0;
		margin-top:-20px;
	}
	
		#menu > #encuesta h1{
			font-size:1.1em;
			margin-left:10px;
		}
	
		#menu > #encuesta label{
			margin-left:10px;
		}
		
		#menu > #encuesta .rad_enc{
			margin-left:10px;
			width:100%;
			float:left;
			
		}
		
		#menu > #encuesta .styled_button{
			float:left;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			width:auto;
			background: -webkit-gradient(linear, left top, left bottom, from(#6b6d6f), to(#3c3f42));
			background: -moz-linear-gradient(top,  #6b6d6f,  #3c3f42);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6d6f', endColorstr='#3c3f42');
			border:none;
			color:#fff;
			height:33px;
			margin-left:10px;
			margin-top:10px;
		}
		
		
		#int_menu_interior{
		background-color:#3c3f42;
		
		}
		
		#int_sup_menu{
		background-image:url(../imagenes/ico/fill_menu_interno.gif);
		background-repeat:no-repeat;
		line-height:3em;
		padding-left:10px;
			}
			
		#int_midle_menu{
			background-repeat:no-repeat;
			background-position:bottom;
			padding-bottom:20px;
			}
			
			#int_midle_menu li{
				background-image:url(../imagenes/ico/ico_separador_menu.gif);
				background-position:bottom;
				background-repeat:no-repeat;
				list-style:none;
				padding:8px;
				margin-left:-40px;
				
			}
			
			.txt_normal_blanco1{
				color:#ffffff;
			}
			.titulo_gris1{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:20px;
				color:#7F7F7F;
			}
			
			#int_midle_menu a{
				color:#FFF;
				text-decoration:none;
			}
			#int_midle_menu li:hover{
				background-color:#88bc62;
				color:#333;
				font-weight:bold;
				text-shadow:#000 0.1em 0.1em;
			}
