@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sitio: minime.com			 								 		 //
// @Version: 1.0														 //
// @Autor: Genotipo [Laboratorio Creativo]								 //
// @Fecha: 14 Octubre 2008												 //
// Descripción: Archivo de Estilos CSS									 //
/////////////////////////////////////////////////////////////////////////*/

@import url("globals.css");

/*///////////////////////////////////////////
//			 Main Container				   //		
///////////////////////////////////////////*/

.main-container{
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#a8c9d9 url(../images/background.jpg) repeat-x top;
}

.header{
	width:100%;
	padding:0;
	margin:0;
	height:auto;
	background:url(../images/header_background.jpg) no-repeat top center;
}

#home{
	margin:15px 0 0 50px;
	padding:0;
}

#home a{
	color:#fff;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
}

#home a{
	color:#fff;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:1.3em;
}

#home a:hover{
	color:#C28409;
	text-decoration:underline;
}

#logo{
	margin:0 0 0 50px;
}

/*///////////////////////////////////////////
//			 		Menu				   //		
///////////////////////////////////////////*/

#menu{
	margin:0;
	padding:0;
	width:800px;
	height:162px;
	background: url(../images/menu.png) no-repeat left top;
	position:absolute;
	z-index:0;
}

#menu li {
	display:table-cell;
	list-style-type:none;
}

#menu a {
	display:block;
	margin:17px 0;
	padding:10px;
	width:auto;
	color:#143D8D;
	text-align:center;
	text-decoration:none;
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

#menu a:hover{
	background:url(../images/over.gif) no-repeat center bottom;
}

/*///////////////////////////////////////////
//			 		Left				   //		
///////////////////////////////////////////*/

#left{
	float:left;
	width:550px;
	height:auto;
	padding:0 10px 0 10px;
	margin:80px 0 0 50px;
	position:relative;
	z-index:1;
	line-height:normal;
	font-size:1.1em;
}

#right{
	float: right;
	width:auto;
	height:auto;
	padding:0 10px 0 0;
	margin:0;
	position: relative;
	z-index:2;
	top:120px;
	right:0px;
}

/*///////////////////////////////////////////
//			 		Footer				   //		
///////////////////////////////////////////*/

#footer{
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:10px 0 10px 0;
	position:relative;
	z-index:1;
	background:url(../images/footer_background.jpg) no-repeat bottom center;
}

#info{
	text-align:center;
	width:400px;
	margin:0 0 0 120px;
	padding:0;
}

#links{
	width:650px;
	height:120px;
	background:url(../images/footer_links.png) no-repeat left top;
	text-align:center;
	padding:5px 0 0 0;
	color:#143D8D;
}

#links a{
	color:#143D8D;
	font-weight:bold;
	text-decoration:none;
	font-size:0.9em;
}

#imglft{
	float:left;
	position:absolute;
	top:70px;
	left:0;
}


#imgleft{
	width:auto;
	float:left;
	margin:0 20px 0 0;
	padding:10px 7px 25px 17px;
	background:url(../images/backimage.png) no-repeat top left;
}

#imgright{
	width:auto;
	float: right;
	padding:10px 7px 25px 17px;
	margin:0 0 0 10px;
	background:url(../images/backimage.png) no-repeat top left;
}

.divider{
	clear:both;
	width:100%;
	height:20px;
	background:url(../images/divider.png) no-repeat center top;
	padding:5px;
	margin:10px auto;
}

.forms{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	font-style:italic;
}

.forms td{
	width:50%;
	padding:2px;
}
/*
.forms input{
	width:90%;
	border:1px solid #23539a;
	padding:5px;
}
*/
.error{
	color:#990000;
	padding:10px;
}

.required{
	color:#F00;
}
/*
.forms textarea{
	width:90%;
	height:100px;
	border:1px solid #23539a;
	padding:5px;
}
*/
#gallery{
	width:auto;
	margin:0;
	background:#FFF;
	padding:10px;
}

.thumbs{
	margin:0 17px 17px 0;
	padding:2px;
	border:2px solid #FFFFFF;
}

.thumbs:hover{
	border:2px solid #ddb02a;
}

#send{
	width:125px;
	height:25px;
	border:none;
}
