@charset "utf-8";
/* CSS Document */
@import url("reset-sc.css");
/* LAYOUT PRINCIPAL */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#2A2724;
	font-size: 11px;
	line-height: 140%;
}
#pagina {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	border:#FFFFFF 1px solid;
	background-color:#FFFFFF;
}
/* CABECERA */
#cabecera {
	height:113px;
	width:100%;
	background-color:#FFFFFF;
}
#menu {
	width: 553px;
	height:20px;
	background-color:#787270;
	float: left;
	padding-top: 15px;
	padding-left: 27px;
}

#btn-home {
	width:189px;
	height:20px;
	margin-left:1px;
	background-color:#C5C5C5;
	float:left;
	text-align: right;
	padding-top: 15px;
}

#logo {
	width:378px;
	height:55px;
	margin-left:27px;
	margin-top:22px;
	clear: both;
	float: left;
	background-image: url(../images/logo-espacio-auditorium.jpg);
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
#factsheet {
	float:right;
	width: 60px;
	margin-top: 43px;
	margin-right:15px;
}
/* CONTENIDO */

#contenido {
	width: 770px;
	clear: both;
}
#banner {
	width:770px;
	margin-bottom: 1px;
}
#central {
	width:530px;
	height:256px;
	background-color:#E6E6E6;
	padding-top: 40px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	float: left;
}
#lateral {
	width:189px;
	background-color:#C5C5C5;
	float: left;
	margin-left: 1px;
	height: 296px;
}
#pie1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 23px;
	*margin-top: 20px;
	width: 555px;
	margin-left: -26px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 26px;
	line-height: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

#pie {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #C5C5C5;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 20px;
	font-size: 10px;
}
#desarrollotrix {
	width: 129px;
	float: right;
	margin-top: -16px;
}
/* FIN DE LOS ESTILOS DEL LAYOUT */


/* ESTILOS DE CLASS */
strong{font-weight:700;}
.bold-gris{color:#787270; font-weight:700;}
.blanco{background-color:#FFFFFF;}

img.borde-blanco-total{
	border:3px solid #FFFFFF;
}
img.borde-blanco-top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 

img.borde-blanco-left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

img.borde-blanco-bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

img.borde-blanco-bottom-left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.padding-iz-2px{padding-left:4px;}

input, textarea{
	padding-top:4px;
	font-size:11px;
	border:0px;
	background-color:#C5C5C5;
	padding-left:4px;
}

select{
	font-size:11px;
	border:0px;
	_border:0px;
	background-color:#C5C5C5;
	padding-left:4px;
}

input.estilo{
	height:14px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 177px;
}

select.estilo-select {
	height:20px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 177px;
}

textarea.estilo-textarea {
	height:20px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 345px;
	height:61px;
}

a {text-decoration:none; color:#666666;}
a:hover{ text-decoration:underline;}

.mail{}
a.mail{color:#fff; background-color:#9A9694; padding:3px;}
a:hover.mail {text-decoration:none; color:#000;}

/* FIN DE ESTILOS DE CLASS */



/* MENU ROLLOVERS */
#btn_espacios{height:20px; width:57px; float:left;}
a #btn_espacios{ background-image:url(../images/menu/espacios.gif);}
a:hover #btn_espacios{ background-image:url(../images/menu/espacios_o.gif);}

#btn_servicios{height:20px; width:70px; float:left;}
a #btn_servicios{ background-image:url(../images/menu/servicios.gif);}
a:hover #btn_servicios{ background-image:url(../images/menu/servicios_o.gif);}

#btn_contacto{height:20px; width:72px; float:left;}
a #btn_contacto{ background-image:url(../images/menu/contacto.gif);}
a:hover #btn_contacto{ background-image:url(../images/menu/contacto_o.gif);}

#btn_galeria{height:20px; width:125px; float:left;}
a #btn_galeria{ background-image:url(../images/menu/galeria.gif);}
a:hover #btn_galeria{ background-image:url(../images/menu/galeria_o.gif);}

#btn_ubicacion{height:20px; width:67px; float:left;}
a #btn_ubicacion{ background-image:url(../images/menu/ubicacion.gif);}
a:hover #btn_ubicacion{ background-image:url(../images/menu/ubicacion_o.gif);}

#btn_home{height:20px; width:57px; float:right; margin-right:14px;}
a #btn_home{ background-image:url(../images/menu/home.gif);}
a:hover #btn_home{ background-image:url(../images/menu/home_o.gif);}

