@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:98%;
	margin: 0 auto;
	text-align:left;/*para IE*/
        float:left;
        min-width: 820px;
        /*max-width: 1500px;*/
        /*max-width:90%*/
        margin-left:10px;
        margin-right:10px;

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

}

.centrar { text-align: center; }
.derecha { text-align: right; }
.izq { text-align: left; }


/**********************Logo + Caja de búsqueda*********************************/
#logo_box{
    /*width:100%;*/
    /*background-color:red;*/
}
#logo_small{
	/*background:lightyellow;*/
	/*height:50px;*/
	/*text-align: center;*/
	float:left;
}
#search_box{
    /*background:lightgreen;*/
    padding-top:10px;

    float:left;
    width:550px;
    text-align:right;
    margin-top:9px;
    margin-bottom:25px;
    /*height:100px;*/
}
#tagline{
    /*color: #f7941d;*/
    color:#0063dc;
    /*background:green;*/
    padding-bottom:0.5em;
}
#tagline h1{
    font-size:1.5em;
}
#tagline h1 font{
    color:#f7941d;
    font-size:1em;
}
.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;
}
/******************************************************************************/
/*Separador Invisible*/
#sep{
    clear:both;
    width: 95%;
    height:1px;
}
/******************************************************************************/
/**   MENÚ común a todas las páginas  **/
#menu_principal{
clear:both;

float:left;
/*margin-top:0px;
border: 1px solid #f7941d;
border-left-width: 0;
border-right-width: 0;
border-bottom-width: 0;*/
padding-left: 0;
margin-left: 0;
/*width: 22%;*/
width:181px;

border-right:1px solid #f7941d;

/*border:1px solid #0063dc;*/


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


/*padding-top:10px;
padding-bottom:10px;
display: block;
width: 100%;*/
color: #0063dc;
text-decoration: none;
/*border-bottom: 1px solid #f7941d;*/
}
#menu_principal a:hover{
/*background-color:#0063dc ;
color: white;*/
}
#menu_principal select{
color: #0063dc;
background: white;
border:1px solid #f7941d;
margin-top:3px;
/*margin-bottom:10px;*/
}
/******************************************************************************/
/*         COLUMNA DERECHA                          */
#columna_derecha{
    float:right;
    /*background:red;*/
    width:160px;
    /*height:100px;*/

}

/************************* ADSENSE ********************************************/
#adsense-lateral{
    text-align:center;
    /*background:grey;*/
}
/******************************************************************************/
/************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;
}
/******************************************************************************/

