/************************************************************************************
  HEADER
************************************************************************************/
#header {
  background:transparent url("../media/bg_atena.jpg") no-repeat top left;
}
#header h2 { display:none; }

#header  h1 {
	float:left;
	width:170px;
	height:135px;
	background:transparent url("../media/logo_atenea.jpg") no-repeat top left;
	margin:20px 0 0 330px;
	display:inline;
}

#header  h1 a:link,#header  h1 a:visited {
	display:block;
	height:135px;
	text-indent:-1000px;
	overflow:none;
	background:transparent url("../media/logo_atenea.jpg") no-repeat top left;
}

#contenedor_index h1, #contenedor_index h2{
	display:none;
}
.entrar {
	display:block;
	position:absolute;
	background:transparent;
	width:155px;
	height:20px;
	margin:172px 0 0 150px;
	text-indent:-100000px;
	overflow:none;
	top:50%;
	left:50%;
}
.limestudio{
	position:abolute;
	margin:260px 0 0 195px;
	font-size: 7pt;
	position:absolute;
	top:50%;
	left:50%;
}
/************************************************************************************
PAGINA PRINCIPAL
************************************************************************************/

/************************************************************************************
  CONTENIDO
************************************************************************************/

h3.inicio {
	width:160px;
	height:15px;
	background:transparent url("../media/tit_inicio.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}



h3.situacion {
	width:160px;
	height:15px;
	background:transparent url("../media/tit_situacion.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}

.filosofia h3{
	width:160px;
	height:15px;
	background:transparent url("../media/tit_filosofia.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}

.filosofia img{
	width:390px;
	height:260px;
	background:transparent url("../media/img_filosofia.jpg") no-repeat top left;
	margin:15px 20px 15px 0;
	float:left;
}

.filosofia p{
	margin:15px 0 0 0;
	text-align:justify;
}

.historia h3{
	width:160px;
	height:15px;
	background:transparent url("../media/tit_historia.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}

.historia img{
	width:390px;
	height:260px;
	margin:15px 20px 15px 0;
	float:left;
}

.historia p{
	margin:15px 0 0 0;
	text-align:justify;
}

.sala h3{
	width:160px;
	height:15px;
	background:transparent url("../media/tit_sala.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}

.sala img{
	width:390px;
	height:260px;
	background:transparent url("../media/img_sala.jpg") no-repeat top left;
	margin:15px 20px 15px 0;
	float:left;
}

.sala p{
	margin:15px 0 0 0;
	text-align:justify;
}

.panorama {
	margin:15px 0 0 0;
	border:1px solid #e0b147;
}

.situacion h3{
	width:160px;
	height:15px;
	background:transparent url("../media/tit_situacion.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}


.situacion p{
	margin:15px 0 0 0;
	text-align:justify;
}

.mapa {
	margin:15px 20px 0 0;
	border:1px solid #e0b147;
	width:550px;
	height:450;
	float:left;
}

.contacto h3{
	width:160px;
	height:15px;
	background:transparent url("../media/tit_contacto.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}

.formulario h2{
	font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
	margin:0;
	padding:10;
	font-size: 8pt;
	color:#e0b147;
}

.telefonos p{
	margin:15px 0 0 0;
}

.especialidades h3{
	width:160px;
	height:15px;
	background:transparent url("../media/tit_especialidades.jpg") no-repeat bottom left;
	text-indent:-1000px;
	overflow:none;
}

.columna_izquierda{
	width:50%;
	float:left;
	padding:20px 0 0 0;
}

.columna_izquierda img{
	border:1px solid #e0b147;
		margin:0 0 15px 0;
}

.columna_izquierda h3{
	margin:15px 0 0 0;
}

.columna_derecha{
	width:50%;
	float:left;
	padding:20px 0 0 0;
}

.columna_derecha img{
	border:1px solid #e0b147;
	margin:0 0 15px 0;
}

.columna_derecha h3{
	margin:15px 0 0 0;
}

/************************************************************************************
  FOOTER
************************************************************************************/

.footer p{
	text-align:center;
}

/************************************************************************************
	cssform
************************************************************************************/
.cssform {
	float:left;
	margin:0 20px 0 0;
}

.cssform label {
	display:block;
	float:left;
	height:20px;
	width:80px;
	text-align:right;
	padding:0 10px 0 0;
	line-height:20px;
	vertical-align:middle;
	font-weight:bold;
}
.cssform input {

	height:20px;
	width:300px;
	line-height:20px;
	vertical-align:middle;
	border:1px solid gray;
}
.cssform textarea {
	height:100px;
	width:300px;
	line-height:20px;
	vertical-align:middle;
	border:1px solid gray;
}
.cssform p {
	clear:both;
}

.cssform h2 {
	clear:both;
	margin:15px 0 15px 0;
}
.cssform .button {
	height:20px;
	width:100px;
	margin:0 0 0 110px;
}
