@CHARSET "utf-8";

/*color:#0063dc; azul*/
/*color:#f7941d naranja*/
/*color:#666 gris */

/******************* General **************************************************/
*{
	margin:0;
	padding:0;
	font-family:Verdana,Arial;
	font-size:15px;

}

img{
	border: 0px;
}

#container{
	background:white;
	width:820px;
        /*width:90%;*/
	margin: 0 auto;
	text-align:left;/*para IE*/
        float:center;
        /*min-width: 820px;*/
        /*max-width: 1500px;*/
        /*max-width:90%*/
        /*background-color:grey;*/

}
/*Centrado para IE*/
body{
    text-align: center;	/*para IE*/

}
#logo_large{
    text-align:center;
    margin-bottom:40px;
}
#search_box{
    text-align:center;
}
.search_textbox {
    color: #0063dc;
    background: white;
    width:80%;
    color:#666;
    height:1.3em;
    border:1px solid #0063dc;
    /*margin-top:40px;*/
}
.search_buttom {
    color: #0063dc;
    background: white;

    border:1px solid #f7941d;
    /*margin-top:40px;*/
}

.search_buttom:hover{
    color:white;
    background:#0063dc;
}
/******************************************************************************/
#info_indexed{
    color:#666;
    text-align:center;
    margin-top:35px;
}
#info_indexed font{
    color:#f7941d;
}

#info_indexed a{

    color: #0063dc;
    text-decoration: none;

}

/******************************************************************************/
/* FEATURED             *******************************************************/
#featured{

    /*background-color:yellow;*/
    margin-top:30px;
}

#featured li{
    list-style: none;
    margin: 0;
    padding-left: .25em;
}
#featured li ul li:hover{
    /*background:#666;*/
}
#featured li ul li a:hover{
    display:block;
    background:#0063dc;
    color:white;
}
#featured li ul{
    padding-left: 2em;
}
#featured h1{
    color:#666;
    font-size:0.9em;
}
#featured h2{
    font-size:0.9em;
    font-weight:normal;
}
#featured a{


/*padding-top:10px;
padding-bottom:10px;
display: block;
width: 100%;*/
color: #0063dc;
text-decoration: none;
/*border-bottom: 1px solid #f7941d;*/
}
#featured a:hover{
/*background-color:#0063dc ;
color: white;*/
}
#featured select{
color: #0063dc;
background: white;
border:1px solid #f7941d;
margin-top:3px;
/*margin-bottom:10px;*/
}

#box_1{
    float:left;
    width:24.5%;
    /*height:100px;*/
    min-height: 75px;
    /*background-color: green;*/
    /*border-left:1px solid #f7941d;*/

}
#box_2{
    float:left;
    width:25%;
    min-height: 100px;
    /*height:100px;*/
    /*background-color:orange;*/
    border-left:1px solid #f7941d;
}
#box_3{
    float:left;
    width:25%;
    min-height: 75px;
    /*height:100px;*/
    /*background-color:green;*/
    border-left:1px solid #f7941d;
}
#box_4{
    float:left;
    width:25%;
    min-height: 75px;
    border-left:1px solid #f7941d;
    /*height:100px;*/
    /*background-color:orange;*/
}

/******************************************************************************/
/************Pie de página*****************************************************/
#footer{
    clear:both;
    /*margin-top:50px;*/
    padding-top:30px;
    background:white;
    text-align: center;
    color:#666;
    font-size:0.9em;
    font-weight:normal;
}

#footer a{
    /*font-size: 1.2em;*/
    border-bottom:1px solid #0063dc;
    background-color:none;
    color: #0063dc;
    text-decoration:none;

}
#footer a:hover{

    color:red;
    border-bottom:1px solid red;
    margin-bottom:5px;

}
#footer p{
    margin-top:5px;
}
/******************************************************************************/
