@charset "utf-8";
/* CSS Document */



html,body{
height:100%;
}
 
#page-wrap{
max-width: 1200px;
margin: auto;
height: auto;
min-height:100%;
}

 
#footer{
width: 100%;
height: 360px;
margin: -360px auto 0;
}





#alinear{
	list-style: none;
	display: inline;
	margin-right: 0px;
    text-align: right;
    max-width: 1200px;
	padding-top:0px;
	float:right;
	height:30px;
	margin-top:0px;
	
	}
	
#alinear li{  display:inline; padding-right: 35px;vertical-align:middle;}
 
#alinear a{  display:inline-block;}


.search {
    background: url("../images/search.png") no-repeat scroll 163px 8px rgba(0, 0, 0, 0);
    border: 1px solid #555555;
    color: #939598;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    height: 32px;
    padding: 8px;
    width: 188px;
}

.pull-right {
    float: right !important;
}



.search2 {
    background: url("../images/search.png") no-repeat scroll 163px 8px rgba(0, 0, 0, 0);
    border: 1px solid #555555;
    color: #939598;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    height: 32px;
    padding: 8px;
    width: 188px;
}

.pull-right2 {
    float: right !important;
}


input {
    -moz-appearance: textfield;
    -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
    -moz-user-select: text;
    cursor: text;
    letter-spacing: normal;
    line-height: normal !important;
    text-align: start;
    text-indent: 0;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
}

.menu_sup{
	font-size:12px;
	}


.efecto1{
                -webkit-box-shadow: 0 5px 9px -9px #777777;
                -moz-box-shadow: 0 5px 9px -9px #777777;
                box-shadow: 0 5px 9px -9px #777777;
}