/*
MecanicaBinaria
*/

/* Elementos por defecto */
* {margin: 0; padding: 0;}

body {
	background: #7C6F5C url(img/bg.jpg);
	color: #000001;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {color: #0445A7;}
a:hover {color: #062E6C;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #1A1AC9; padding: 8px 0 2px;}


h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/comillas.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;
list-style-image: url(img/comillas.gif);
}

/* Estructura */
#redondeo {
	background: #1A1AC9 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 756px;
}
#principal {
	background: #EDEAE5;
	background: url(img/bgprin.jpg)  left bottom no-repeat;
	
	border-top: 2px solid #1A1AC9 ;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}



.cabecera {
	
	background:  url(img/header2.jpg) no-repeat left bottom;
	height: 150px;
}

/* menu navegacion */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
	border-top: 2px solid #046CA7;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #BDBBB7;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 10px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #046CA7;}



/* redondeo abajo */
.bottom {
	background:  url(img/bottom.png) no-repeat left bottom;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}



/* pie de pagina */
.footer {
	background: url(img/footer.png) left bottom no-repeat;
	color: #EED;
	
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* varios */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* listas */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
