body {
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #666;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a , img{
     margin: 0;
     padding: 0;
     border: 0;
}
body {
	background: #fff;
	font-size: 100.1%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}
/*--------- LAYOUT ----------*/
#pagina{
	width: 770px;
	height: 420px;
	text-align: left;
	margin: 0 auto;
	/*position: relative;*/
}
/*--------- CABECERA ----------*/
#cabecera {
	position: relative;
	width: 765px;
	height: 90px;
}
#logo {
}
#logo a {
	display: block; 
	background: url(../images/web/logo.gif) no-repeat left top;
	width: 611px;
	height: 88px;
	text-decoration: none;
}
#menu2 {
	position: absolute;
	top: 0px;
	right: 0px;
}
#banderas {
	width: 140px;
	height: 33px;
	position: absolute;
	top: 440px;
	right: 5px;
}
/*--------- CONTENIDO ----------*/
#portacontenido {
}
/*inicio*/
#flashcontent {
	margin: 1px 0 0 0;
}
.botones-inicio {
	margin: 2px 0 0 2px;
}
/**/
#cont-thumbs {
	width: 500px;
	float: right;
}
.thumbs {
	float: left;
	background: #ccc;
	margin: 0 5px 0 8px;
}
#menu {
	float: left;
}
#contenido {
	width: 660px;
	height: 291px;
	float: right;
	margin: 5px 8px 0 0;
	padding: 0 0 0 0;
	overflow:auto;
	background-color: #eee;
	display:inline;	
}
#contenido  p {
	font-size: 70%;
	padding: 10px 20px 5px 15px;
	text-align: left;
	letter-spacing: 1px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.flotar-img {
	float: right;
}
/*contactar*/
#form_contacto {
}
#form_contacto fieldset {
}
#form_contacto p {
	width: 150px;
	float: left;
	padding: 5px 5px 5px 15px;
}
#form_contacto label {
	float: left;
}
#form_contacto textarea {
	width: 400px;
}
#form_contacto input {
	width: 185px;
}
#form_contacto input.boton {
	background: #fff;
	border: 1px solid #999;
	font-size: 110%;
	padding: 2px;
	width: 90px;
	margin: 0 0 0 5px;
}
#form_contacto p.boton_p {
	float: left;
	width: 420px;
	padding-left: 10px;
}
/*partners*/
#logos {
	background-color: #fff;
	width: 660px;
	height: 291px;
	text-align: center;
}
#logos img {
	float: left;
	border: 1px solid #ccc;
	margin: 10px 10px 10px 30px;
}
/**/
#imgs img {
	float: left;
	margin:0 0 0 18px;
}
#imgs_quienes {
	padding: 10px 0 0 12px;

}
#imgs_quienes p{
	text-align: center;
	float: left;
	width: 140px;
	border: 1px solid #999;
	margin: 0 0 0 3px;
	padding: 5px;
	background-color: #fff;
}

/*--------- PIE ----------*/
#pie {
	background: url(../images/web/pie.gif) no-repeat left bottom;
	width: 762px;
	height: 53px;
	padding: 0;
	margin: 0 0 0 0;
	clear: both;
}
#pie p   {
	font-size: 70%;
	text-align: center;
	font-weight: bold;
	width: 500px;
	color:#000;
	margin: 3px 0 0 115px;
}

/**************************/
.oculto {
	display: none;
}

.clearfix:after {   
     content: "."; 
     clear: both;   
     height: 0;   
     visibility: hidden;   
     display: block; 
} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
/* End hide from IE-mac */

