﻿

/*-------------------------- end RESET --------------------------------*/

html, body {
	text-align:left;
	font-size:9pt;
	font-family:Tahoma, Geneva, sans-serif;
	background:#ffffff;

}

/*----------------------------------------- Header  --------------------------------------*/

a {
	color:#2c63d0;
	
	text-decoration:none;}
a:hover {
	color:#2c63d0;
	text-decoration:underline;}	
	
a img {
	border:none;}

/*----------------------------------------- Form  --------------------------------------*/
form *{
	margin: 0;
	padding: 0;
}
form{
	padding:10px 20px;
	background-color:#E6FFEF;
	background-repeat:repeat-x;
	padding:15px 0 0 0;
}
form input#search{
	background-color:#61accc;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#fff;
	height:2.2em;
	width:90px;
	border:1px dotted #3f8e00;
	margin:1px 0 0 6px;
	padding:0 1px 2px 1px;
}
/*-----------------------------------------End Header  --------------------------------------*/

/*----------------------------------------- Index contetn --------------------------------------*/

h1, h2, h3, h4 {
	font-family:"Futura", arial, Tahoma, serif;

	color:#e79d00;
	
	}
h2, h3, h4 {
	margin:2px 0;
}

h2 {
	font-size:130%}
h3 {font-size:105%;
}	

.related, .recent {
	margin:5px 0 10px 4px;
	line-height:1.3em;
	color:#CCC;
	
	overflow:hidden;}
	
	
.recent {
	line-height:1.5em;
	margin-bottom:25px;
}
.contenedor {

	border:#ddd 1px dotted;
	border-color:#d2ccc0;
	padding:10px 12px;
        margin-top:5px;
        margin-left:15%;
        margin-right:15%;
	margin-bottom:30px;
	background:#fff;
	overflow:hidden;
	width:800px;
        float:center;
	}
.contenido {

	border:#ddd 1px solid;
	border-color:#d2ccc0;
	padding:10px 12px;
        margin-top:20px;
        margin-left:20px;
        margin-right:20px;
	margin-bottom:20px;
	background:#fff;
	overflow:hidden;
	width:510px;
        float:left;
	}

.searches { float:right; width:210px; border:#ddd 1px solid;
	border-color:#d2ccc0; margin:20px 0; padding:10px; } 
.searches1 { font-size:12px; color:#454545; line-height:20px; padding:25px 5px 0px 0px; width:250px; float:right; }
.searches a, .searches a:active, .searches a:visited { color:#454545; text-decoration:underline; }
.searches a:hover { color:#1e6b00; text-decoration:underline; }
.footer {
        border:#ddd 1px dotted;
	border-color:#d2ccc0;
	padding:10px 12px;
        margin-top:2px;
        margin-left:15%;
        margin-right:15%;
	margin-bottom:10px;
	background:#fff;
	overflow:hidden;
        float:center;
        width:800px
	}

/*------------------------------------------ Result list  ---------------------------------*/

.results_list {
	list-style-type:none;
	padding:0;
	clear:both;
	overflow:hidden;
	margin:0 8px
        width:350px;
}	


	
.results_list li {
	background:#fff;
	margin:0 0 20px 0;
	float:left;
	line-height:1.25em;

}
.results_list li p{
	margin:5px 0 0 0;
}

.results_list_title {
	cursor:pointer;
	text-decoration:underline;
	margin:6px 10px 2px 5px;
	color:#2200cc;
	font-weight:300;
	font-size:16px;
	float:left;
	clear:right;
}

.results_list_title:visited {
	color:#551a8b;
}

.results_list_title:hover {
	color:#ca3540;
	
}

.results_list li  span {
	display:block}

.result_snippet	{
	clear:both;
	margin-top:3px;
}
.result_link {
	color:#008000;
	margin-top:2px;
}	
	
.noresults {
	margin:24px 0 10px 5px ;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;}	
	
