/* ------------------------------------------------------------------------------- */
/* Componentes principales ------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

body {
	font-family:Verdana;
	font-size:11px;
	background-color:#ffffff;
	border:0px;
	margin:0;
	padding:0;
	line-height:1.5em;
	/*border:1px solid blue;*/
}

#main {
	width:810px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	/*border:1px dotted green;*/
}


#left {
	width:150px;
	float:left;
}
	#menu {
		float:left;
		width:100%;
		margin:0px;
		padding:0px;
		/*border:1px dotted #dddddd;*/
	}
	#menu ul {  margin:0px; padding:0px; }
	#menu li {  float:left;
				margin:0px; 
				padding:4px 0px 0px 8px;
				height:21px;
				width:142px;
				font-family:impact;
				font-size:15px;
				font-weight:normal;
				list-style-type:none;
				list-style:none; 
				background-repeat:repeat-y;
				background-position:top left;
				}
		#menu a { color:#FFFFFF; text-decoration:none; }
		#menu a:hover { text-decoration:none; color:#000000; }
		

#cuerpo {
	width:660px;
	float:right;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	/*border:1px dotted blue;*/
}

#header {
	width:100%;
	height:80px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFCC33;
	background-image:url(/img/header.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#head-bar { width:650px; height:17px; 
			padding:0px;
			margin:0px 0px 5px 0px; 
			background-image:url(/img/menu_bar.gif);
			background-repeat:no-repeat;
			background-position:top left;
		  }
	#head-bar a { color:#000000; text-decoration:none; }
	#head-bar a:hover { text-decoration:underline; color:#000000; }
	#head-bar ul { margin:0px; padding:0px; background-color:#FFCC33; }
	#head-bar li { padding:0px 10px 0px 10px; 
				   margin:0px 0px 0px 3px;
				   float:left; text-align:center;
				   font-size:11px;
				   font-weight:bolder;
				   list-style-type:none;
				   list-style:none;  
				 }

#footer {
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align:center;
}


#breadcrum { padding:0px; margin:3px 0px 3px 7px; } 
 	
/* Cuerpo sin right-rail */
#centro-largo { width:650px; margin-left:10px; float:left; padding:0px; margin:0px; }  

/* Cuerpo con right-rail */ /* 420 + 10 2margenes + 210 = 650px total*/
#centro-corto { width:430px; margin:0px 5px 0px 5px; float:left; padding:0px; 
				border:0px dotted black;
			  }
#right-rail   { width:210px; float:left;
				/*height:660px;*/
				padding:0px; 
				margin:0px;
				zoom: 1;
				/*background-image:url(/img/fondo_right.jpg);
				background-repeat:no-repeat;
				background-position:top right;*/
				/*border: 1px dotted magenta;*/
				/*background-color:#FFFF88;*/
			}

.centro-box { width:430px; margin-bottom:5px; }
.box-largo { width:99%; margin-left:5px; }
	.centro-box .title { width:100%; }
	.centro-box .cuerpo { width:100%; }


.right-box { float:left; width:210px; margin-bottom:5px; }
	.right-box .title { width:100%; }
	.right-box .cuerpo { width:100%; }

.prj-tit  { color:#000000; font-size:13px; font-weight:bolder; margin:0px 0px 0px 10px; padding:5px 0px 5px 0px; }
.prj-cont { color:#000000; font-weight:normal; margin:0px 0px 0px 10px; padding:5px; }

.reg { width:100%; padding:0px; margin:0px; }
	.reg .campo { width:35%; float:left; text-align:right; margin-right:10px; }
	.reg .dato  { width:55%; float:left; }
	.reg input, select { border:1px solid gray; }

/* ------------------------------------------------------------------------------------------ */
/* Selectores y objetos simples ------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------ */

a {	color:#BD3711; text-decoration: none; }
a:hover { text-decoration: underline; color:#BD3711; }
/*
a {	color: #ff6600; text-decoration: none; }
a:hover { text-decoration: underline; color: #ff6600; }
*/

ul {
	margin: 7px;
	padding:7px;
}
li {
	margin:0px 0px 10px 0px;
	padding:0px;
	/*list-style-type:none;*/
	/*list-style : none;*/
}

h2,h3 { 
	width:99%;
	font-size:11px; 
	font-weight:bold; 
	padding: 1px 1px 1px 2px;
	background-color:#990000;
	}
h2 { font-variant:small-caps; color:#FFCC33; margin: 3px 0px 3px 5px;}
h3 { font-variant:small-caps; color:#FFFF99; margin: 3px 0px 3px 0px;}

h4 { width:150px; float:left; font-size:11px; font-weight:bold; text-align:left;  margin:0px; padding:0px;}
h5 { width:130px; float:left; font-size:11px; font-weight:normal; text-align:right;  margin:0px; padding:0px; margin-right:10px;}
 
form p { margin:5px; }
input  { font-size:11px; margin:1px; background-color: #ffffff; }
select { font-size:11px; margin:1px; }

/* Botones */
.btn {
	background-color: #DDDDDD;
	color: #646464;
	font-weight: normal;
}

/* marco de las fotos */
.marco {
	border: 1px solid #666666;
}




