/*-------------------------------------------------------------
General
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	background-color:#28313F;
	margin:3px;
}

h1, h2, h3, p, form { margin: 0; padding: 0; }

.clear { clear: both; }

img { border: none; }

div{
	background-color:#28313F;
}
h1{
	color:#FF7E00;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.4em;
	font-weight:300;
	padding-left:40px;
	margin-bottom:7px;
	line-height:40px;
	background:transparent url(img/casco.gif) no-repeat;
}
/*-------------------------------------------------------------
Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#contenedor{
 	margin:0 auto 0 auto;/*centra el div*/
	width:99%;
	padding:0;
	border:1px solid #777;
	background-color:#28313F;
}
#cabecera {
	height:140px;
	clear: both;
/* 	padding: .5em 0; */
/* 	margin-top: 1em; */
	background:#28313F url(img/bg_logo_perdomo.png) no-repeat top left;
}
#menu {
	clear: both;
 	padding-left: 16%; 
 	height:40px;
/* 	background-color:#b5b5b5;  */
	background: url(img/_bg_header.png) repeat-x top; 
}
#lateral {
	float: left;
	width: 17%;
	padding: .5em;
	margin:.3em 0 .3em .3em;
	background-color:#EDF2F5;
	border-bottom:5px solid #78949C;
	text-align:center;
}
#contenido {
	float: right;
	width: 75%;
	padding: .3em .3em .3em 0;
	/*height:320px;*/
}
#contenido-galeria {
	 float:right;
	 width:100%;
}
#contenido #principal {
	float: right;
	width: 100%;
	background:#F1F1F1 url(img/bg_cuadro.gif) no-repeat bottom right;
	padding:.7em .7em 2.5em .7em;
	border-bottom:5px solid #BFBFBF;
	min-height:319px;
}
.galeria1 {
        float:left;
	margin-right:50px;
	padding:0;
	width:140px;
	height:150px;
	background:#fff url(img/inicio.jpg) no-repeat;
}
.galeria1:hover {
 	background:#fff url(img/inicio-sel.jpg) no-repeat;
	width:140px;
	height:150px;
}
.galeria2 {
        float:left;
	margin-right:50px;
	
	padding:0;
	width:140px;
	height:150px;
	background:#fff url(img/final.jpg) no-repeat;
}
.galeria2:hover {
 	background:#fff url(img/final-sel.jpg) no-repeat;
	width:140px;
	height:150px;
}
/*#contenido #secundario {
	float: right;
	width: 20%;
}*/
#pie {
	/*float:left;*/
	clear: both;
	padding: .5em;
	margin-top: 1em;
 	color:#999; 
	background:#5C6366;
	font-size:85%;
}
/*-------------------------------------------------------------
Enlaces
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
 
/*-------------------------------------------------------------
Secciones
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
 
/*Cabecera
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#cabecera #logo { float: left; }
#cabecera #logo h1{visibility:hidden; }
#cabecera #buscador { float: right; }
 
/*Menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.container {
        width: 95%;
        padding: 10px;
        margin: 3px 2px 0 0;
        border: 1px solid #ccc;
        background: #fff;
		float:right;
		text-align:right;
}
/* circle */
#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}
#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
#navCircle a:link, #navCircle a:visited {
        float: right;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}
#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
		background: url(../images/circle.gif) no-repeat bottom center;
}
-->
/*Contenidos
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
 
/*Principal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#contenido #principal .articulo img { width: 100px; float: left; margin: .5em; }
#contenido #principal .articulo { margin-bottom: 1em; }
 
 
/*Secundario
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*Lateral
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#lateral #publicidad { margin-top: 1em; }
 
/*Pie
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#pie .enlaces { float: left;}
#pie .enlaces a { color:#fff; }
#pie .perdomo{
	height:30px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	background-color:#333333;
	width:100%;
	float:left;
}
#pie .perdomo a{
	color:#FFFFFF;
}
#pie .copyright { float: right; }
