body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;	
	background-color: #5d0000;	
}

#fondo {	
	background: url('img/bg2.gif') repeat-x;	
}

a { text-decoration: none; }

img { border: 0; }

#contenedor {
	width: 760px;
	margin: 0 auto;
}

	#cabecera {
		width: 100%;
		height: 236px;
		background: url('img/bg_top2.jpg') no-repeat bottom;
	}
	
		#menu_miweb {
			height: 18px; 
			width: 100%; 
			text-align: right;
		}
	
			#menu_miweb a {
				color: #e9ea8b;
				font-size: 10px;
				font-weight: bold;
				margin-left: 30px;
			}
			
				#menu_miweb a:hover { color: #948800; }
				
		#menu_web {
			height: 18px; 
			width: 100%; 
			padding-top: 65px; 
			text-align:right; 
		}
		
			#menu_web a {
				color: #948800;
				font-weight: bold;
				margin-left: 30px;
			}
			
				#menu_web a:hover { color: #e9ea8b; }
				
		#logo {
			height: 127px;
			width: 97%;
			padding: 8px 0 0 3%;
		}
		
		#pie {
			background: url('img/bg_bottom.gif');
			height: 42px;
		}
		
#cuerpo {
	background: url('img/bg_top3.jpg') top no-repeat;
	width: 100%;
	/* background-color: #948800; */
	margin: 0 auto; 
	padding: 0 0 30px 0;
}		

	#contenido {
		width: 720px; 
		margin: 0 auto;
		color: #948800;
	}
	
		#titulo, #titulo2 {
			width: 100%;
			text-align: center;
			font-size: 16px;
			font-weight: bold;
			padding-bottom: 15px;
			color: #948800;
		}
		
		#titulo2 { font-weight: normal; }

		#izq {
			float: left;
			width: 48%;
		}
		
		#der {
			float: right;
			width: 48%;
		}
		
			#izq span, #der span, #cen span {
				font-weight: bold;
				color: #5d0000;
			}
			
		#cen {
			width: 70%;
			margin: 0 auto;
		}
		

	
.BordeRedondeado {
	height: 1px;
  	overflow: hidden;  
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/50percent.png');
}

.BordeRedondeado[class] {
	 background-image: url(img/50percent.png);
}

.contenido {
	height: auto;
	width: 690px;
	padding: 0 15px 0 15px;
	text-align:left;
}

.c1 { margin: 0 12px;}
.c2 { margin: 0 9px;}
.c3 { margin: 0 7px;}
.c4 { margin: 0 6px;}
.c5 { margin: 0 5px;}
.c6 { margin: 0 4px;}
.c7 { margin: 0 3px;}
.c8 { margin: 0 2px; height: 2px;}
.c9 { margin: 0 1px; height: 3px; }


/*  INTRANET  */

.boton {
	height: 22px;
	font-size: 12px;
	margin-top: 10px;
	border: 1px solid #948800;
	background: #feffb2;
	padding: 0 40px;	
	color: #660000;
}

	#login {
		width:300px;margin: 0 auto;
	}
		
		#login dt { color: #660000; padding-top: 5px; }

		#login dd { padding: 0; margin: 0; }












