@charset "UTF-8";
/* CSS Document */

.wrap {  
    width: 960px;  
    margin: 0 auto;
}

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00457c;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
ol,ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
content:'';
content:none;
}

/*remembertodefinefocusstyles!*/
:focus{
outline:0;
}

/*remembertohighlightinsertssomehow!*/
ins{
text-decoration:none;
}
del{
text-decoration:line-through;
}

/*tablesstillneed'cellspacing="0"'inthemarkup*/
table{
border-collapse:collapse;
border-spacing:0;
}  


#container {
	height: auto;
	background-color:#FFF;
	border:solid;
	border-color:#003667;
	border-width:8px;
}

#nav-menu{
	height:40px;
	width:900px;
	margin-top:22px;
	margin-left:20px;
	padding:0;
}

#nav-menu ul {
  font-family: Arial, Verdana;
  font-weight:bold;
  font-size: 16px;
  margin: 0px;
  padding: 0;
  list-style: none;
}
#nav-menu ul li {
  position: relative;
  float: left;
}
#nav-menu li ul { display: none; }
#nav-menu ul li a {
	display: block;
	text-decoration: none;
	color: #00457c;
	padding: 12px 15px 12px 15px;
	white-space: nowrap;
}
#nav-menu ul li a:hover {
	background-image: url(../images/bg-menu3.png);
	background-repeat: repeat-x;
	color:#00457c;
   }
#nav-menu li:hover ul {
  display: block;
  position: absolute;
}
#nav-menu li:hover li {
  float: none;
  font-size: 12px;
}
#nav-menu li:hover a {
	background: #00457c;
	color: #fff;
	}
#nav-menu li:hover li a:hover { 
	background-image: url(../images/bg-menu3.png);
	background-repeat: repeat-x;
	color:#00457c;
	 }

hr {
height: 0.1em;
background-color: #00457c;
clear: both;
}

#sidebar{
	margin-left: 25px;
	marging-right: 20px;
	padding-top: 25px;
	width: 252px;
	float:left;
}

#sidebar h3 {  
    font-size: 22px;  
    color: #dac47f;  
    font-weight: bold;
	padding-bottom: 20px;   
}  

#sidebar ul{
	padding-bottom: 25px;
	line-height: 1.7em;
}

#sidebar li {   
	padding-bottom: 20px;  
} 
  
#sidebar ul li a {  
    font-size: 14px;  
    color: #C00; 
	padding-bottom: 25px;  
}  

#sidebar img {  
    border: 1px solid #e0ce8f;
} 

#content{
	margin: 0 25px 25px 25px;
	width: 580px;
	padding-top: 25px;
	float:left; 
}

#content h2 {  
    font-size: 26px;  
    color: #dac47f;
	padding-top: 20px;    
}  
  
#content h3 {  
    font-size: 20px;  
    color: #C00;
	padding-top: 15px;  
}  
  
#content h4 {  
    font-size: 18px;  
    color: #00457c;  
    font-weight: bold;   
}  
  
#content p {  
    font-size: 14px;  
    color: #00457c; 
	line-height: 1.5em;
	padding-top: 18px;   
} 

#content p img{  
	border:solid;
	border-color:#e0ce8f;
	border-width:thin;    
} 
  
#content small {  
    font-size: 12px;  
    color: #373737;   
}  
  
#content a {  
    color:#06F;   
}

#content img {  
    color: #06F;  
    font-weight: normal;  
    text-decoration: underline;   
}

/*float left*/
.left {
	float: left; /*left in our text*/
	margin-right: 10px; /*space around the image*/
	}
	
/*float right*/
.right {
	float: right; /*left in our text*/
	margin-left: 10px; /*space around the image*/
	}

.negrita {  
    font-size: 17px;  
    color: #00457c;  
    font-weight: bold;
	margin-right: 5px;
	float:left;   
}  

.name {  
    font-size: 16px;  
    color: #00457c;  
    font-weight: bold;
	margin-top: 20px;   
} 

.caption {  
    font-size: 12px;  
    color: #00457c;  
    font-weight: normal;
}

.back2top {
	margin: 15px 0 15px 0;
	border: 0;
}

#home{
	margin-bottom:30px;
	width: 950px;
	height: 400px;
	float:left;
}

#homePhoto{
	margin-left: 23px;
	margin-top: 20px;
	width:610px;
	height: 380px;
	float:left;
}

#homeList{
	margin-top: 20px;
	padding-top: 40px;
	padding-left: 20px;
	width: 260px;
	height: 380px;
	float:left;
}

#homeList h2 {  
    font-size: 20px;  
    color: #e8c43e;  
    font-weight: bold;
	padding-bottom:0px;   
}  

#homeList ul{
	padding-bottom: 5px;
	line-height: 1.5em;
}
  
#homeList ul li{  
    font-size: 16px;  
    color: #00457c;   
}  

ul.bullet li{
background: url(../images/icon-list.png) no-repeat top left;
height: 1.5em;
padding-left: 28px;
}

#content ul {  
    font-size: 14px;  
    color: #00457c; 
	padding-top: 20px;
	padding-left: 20px;   
}

#content li {   
	padding-bottom: 5px;  
}

ul.bullet2 li{
background: url(../images/icon-list.png) no-repeat top left;
padding-left: 15px;
padding-bottom: 10px;
line-height: 1.5em;
}

.icon {
float:left;
background: url(../images/iconTip.png) no-repeat center left;
padding: 15px 50px 10px 50px;
clear:both;
}

#btn-home {
	float:left;
	margin-left:90px;
	}
	
#column {
	width: 890;
	margin: 25px;
	padding: 0 20px;
	clear:both;
}

#column h2 {  
    font-size: 26px;  
    color: #dac47f;
	padding-top: 5px;    
}

#column h3 {  
    font-size: 20px;  
    color: #C00;
	padding-bottom: 5px;  
} 

#column p {  
    font-size: 14px;  
    color: #00457c; 
	line-height: 1.5em;
	padding-top: 5px;   
}  

#column ul {   
	margin-top: 10px;   
}

#column li {   
	line-height: 1.5em;   
}

#columnA {
	clear: left;
	float: left;
	width: 400px;
	margin: 20px 0 20px 0;
	display: inline;
	border-right:thin;
}

#columnB {
	float: right;
	width: 400px;
	padding: 0 5px 0 40px;
	margin: 20px 0 10px 0;
	display: inline;
}

#case { 
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color:#eee;
	border: 1px solid #CCC;
	clear:both;
	
}

HR2 {
display: none;
}

DIV.hr2 {
margin: 0 0 15px 0;
height: 0.1em;
background-color: #C00;
clear: both;
}

HR3 {
display: none;
}

DIV.hr3 {
margin: 20px 0 0 0;
height: 0.1em;
background-color: #C00;
clear: both;
}
	
#bottomlinks { 
	margin-top: 10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#f1eeda;
	clear:both;
	
}

#bottomlinks ul li {
	background: url(../images/next.gif) no-repeat right;
	text-align: right;
	margin-right: 20px;
	padding-right: 2em;
	list-style: none;
	font-size: 17px; 
	font-weight:bold;
	text-align:right; 
    color: #003667; 
}

#bottomlinks li a{
	font-size: 17px; 
	font-weight:bold; 
    color: #003667; 
	
}

#bottomlinks li a:hover{
	color: #C00;
}

ul.bullet3 li{
background: url(../images/next.gif) no-repeat top left;
height: 1.5em;
padding-left: 30px;
}


#footer {  
    padding-top: 6px;  
    padding-bottom:20px;  
    margin-top: 10px;  
    color: #e0ce8f; 
	float:none;
	text-align:center; 
	width: 100%;
	max-width: 100%; 
}  

#footer img{
	border:0;
	margin-bottom:10px;
}

#footer ul {
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight:normal;
  font-size: 16px;
  list-style: none;
}

#footer ul li a{
  color:#e0ce8f;
}
div#centerDiv {
        width: 960px;
        text-align: center;
        border: 0px;
    }
    ul.centerUL {
        margin: 2px auto;
        line-height: 1.5;
    }
    .centerUL li {
        display: inline;
        text-align: center;
		color:#e0ce8f;
    }

#footer div.copyrights{
	float:left;
	clear:both;
	padding-left:30px;
	padding-top:30px;
	margin-bottom:10px;
	color:#e0ce8f;
	
}

#footer div.p{
	float:right;
	width:300px;
	padding-left:10px;
	padding-top:30px;
	margin-bottom:10px;
	color: #e0ce8f;
}

#footer a{
	color: #e0ce8f;
}

.clear{
  clear: both;
}

a{
  color: #83285f;
}