* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: solid 1px #000; line-height:20px;
}

.enlaces:link { text-decoration:none; border-bottom:dotted 1px; background-color:#CCCCCC; color:#333; padding:2px; margin-top:3px;}
.enlaces:hover { text-decoration:none; border-bottom:dotted 1px; background-color:#333; color:#fff; padding:2px; margin-top:3px;}
.enlaces:visited { text-decoration:none; border-bottom:dotted 1px; background-color:#CCCCCC; color:#333; padding:2px; margin-top:3px;}

#wrapper{
width:964px; margin-right:auto; margin-left:auto;
background:white; height:auto; margin-top:8px;
}
#header {
 width: auto;
 color: #333;
 height: 84px;
 background-image:url(../img/cabecera2.jpg); background-repeat:no-repeat; background-color:#213E82;
}
#butons {
 width: auto;
 padding:10px; text-align:right; background-color:#CCCCCC; border-bottom:solid 1px #999999; margin-bottom:10px;
}

#navigation {
 width:200px; text-align:left;
 float:left; line-height:35px;
 margin:10px 10px 10px 15px;
}

#content { 
 width: auto;
 color: #333; float:left;
 height: auto; padding:5px; margin:5px; 
}
#footer { 
width:964px; margin-right:auto; margin-left:auto; color:#FFFFFF; height:auto; margin-bottom:8px; margin-top:8px; text-align:center; padding:4px;
}

.cajas{
	border:black solid 2px;
	padding:2px; margin-right:5px; background:white;
	color:#000000; text-decoration:none; outline:none;
}

li{ list-style-type:square; border:solid 1px #999; color:#FFFFFF; margin:5px; list-style-position:inside; background-color:#CCCCCC; text-decoration:none;}
li a:link{color:#333; text-decoration:none;}
li:hover{background-color:#fff; cursor:pointer; text-decoration:none; }
li a:visited{text-decoration:none; color:#333;}

#current{background-color:#FFFFFF; color: #333333;}

h1{ background-color:#CCC; color:#000; font-size:18px; padding:4px; font-weight:lighter; border:solid 1px #999;}

h2{ color:#000; font-size:16px; padding:4px; font-weight:bolder; border:solid 1px #ccc; margin-top:25px; margin-bottom:10px;}

img{margin:4px; border:4px solid #fff;}

.fondoblanco{background-color:#FFFFFF;}

/*/<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<</*/

/* clearfix */.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clearfix {display: inline-block;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */

