
/* ELEMENTOS GENERICOS */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:0.7em;
}
a {
	color:#b1b1b1;
	text-decoration:underline;
}
a:hover {
	color:#761f11;
	text-decoration:none;
}
img {
	border:0px;
}
h1, h2, h3{
	margin:0;
	padding:0;
}
form{
	padding:0;
	margin:0;
}
ul, li{
	padding:0;
	margin:0;
}


/* ESTRUCTURA PRINCIPAL DE CAJAS */

#wrap {
	position: relative;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 630px;
	border-top:1px dashed #CCCCCC;
	margin:10px 0 0 0;
	padding-top:5px;
	font-size:0.6em;
	color:#a64d0e;
}
	#footer a {
		color:#5d7200;
	}
	#footer a:hover {
		color:#000000;
	}
#header {
	width: 630px;
	height:105px;
	margin-top:50px;
}
	#header h2 {
		color:#666666;
		font-size:0.7em;
		letter-spacing:2px;
		margin:32px 0 0 90px;
	}
#barMenu{
	visibility:hidden;;
}

#content{
	width: 630px;
}
#sectionName{
	width: 630px;
}
	#sectionName h3{
		color:#7d7c00;
	}
	#sectionName p{
		font-size:0.70em;
		color:#666666;
	}
	#sectionName .pastilla-footer{
		width: 630px;
	}
	#sectionName .pastilla-header{
		width: 630px;
	}
		#sectionName .pastilla-header h3{
			padding:25px 0 0 5px;
		}
		#sectionName .pastilla-header p{
			margin:5px 20px 0 5px;
		}
#breadCrumb{
	font-size:0.6em;
	color:#999999;
	margin:8px 0 0 0;
}
#columLeft{
	width:332px;
	float:left;
}
#columRight{
	width:298px;
	float:left;
}
#columRight p{
	font-size:0.7em;
	color:#666666;
}
#subItem,#menuPie,#desarrollo{
	visibility:hidden;
}
/* CLASES GENERICAS */

.flotarL{
	float:left;
}
.flotarR{
	float:right;
}
.margenes1{
	margin:6px;
}
.margenes2{
	margin:3px;
}
.margenes3{
	margin:0 0 10px 0;
}
.limpiar{
	clear:both;
}
.titulosSecciones{
	color:#a64d0e;
	font-size:0.7em;
	letter-spacing:6px;
	font-weight:bold;
	margin:5px 0 5px 0;
}
.tituloLinks{
	font-size:0.7em;
}
.recuadro{
	border:1px solid #999999;
	width:68px;
	height:65px;
}
.icoImgMargen{
	vertical-align:middle;
	margin:0 2px 0 5px;
}
.colorTxt{
	color:#666666;
}
.txtLink{
	color:#666666;
	text-decoration:none;
}
.txtLink:hover{
	color:#000000;
	text-decoration:none;
}