@charset "utf-8";

/*/ PARTE INTERIOR /*/

body { background: #141414; font-family: verdana, arial, sans-serif; color: #fff; }

/*/ DIVS GENERALES /*/

div#cuerpo {	border: 1px solid #fff; width: 760px; }
div#cabecera { background: #000 url(entorno/bck_cabecera.jpg) no-repeat top left; height: 120px; border-bottom: 1px solid #fff; }
div#submenu { background: transparent url(entorno/bck_submenu.jpg) repeat-x top left; height: 30px; border-bottom: 1px solid #fff; }
div#contenido { background: #141414 url(entorno/bck_contenido.jpg) repeat-x top left; padding: 10px 15px; min-height: 320px; }
div#pie { background: #000 url(entorno/bck_pie.jpg) repeat-x left 1px; line-height: 17px; height: 17px; border-top: 1px solid #fff; font-size: 10px; }

div#datosFicha {	width: 290px; height: 353px; background: transparent url(entorno/bck_ficha_datos.gif) no-repeat top left; padding: 10px; }
div#fotosFicha {	width: 417px; height: 353px; background: transparent url(entorno/bck_ficha_fotos.gif) no-repeat top left; }

div.col { margin: 10px 0; font: 10px; }
div.col img { border: 2px solid #fff; padding: 3px; margin: 1px; }
div.contactar {	background: #232323; }


/*/ ELEMENTOS SUELTOS /*/

.clear {	clear: both;}
.clearRight {	clear: right;}
.clearLeft {	clear: left;}

.elementCentered {	margin-left: auto; margin-right: auto;	}
.textCentered  { text-align: center; }
.textLeft { text-align: left; }
.textRight { text-align: right; }

.block { display: block;  }

.absClear {	float: none; clear: both; }
.floatLeft	{	float: left; }
.floatRight {	float: right; }

img {  margin: 0; padding: 0; }
span,p,input, select, label, ul { font-size: 11px; }
p { margin: 10px 0 0 0; padding: 0; }


/*/ ENLACES /*/

a { text-decoration: none; }
a img { border: none; }

.col a {	color: #ccc; }
.col a:hover {	color: #ff0; }


/*/ CABECERAS /*/
h1,h2 {	font-family: georgia, times, serif; }

h2 { margin: 0 0 0 10px; color: #3F7F93;}

/*/ IMAGENES /*/
img.alignLeft { float: left; margin: 0 10px 10px 0;  }
img.alignRight { float: right; margin: 0 0 10px 10px; }


/*/ TABLAS DE FICHAS/*/
table.ficha {	border: 2px solid #000; margin-top: 10px; font-size: 10px; border-collapse: collapse;}
table.ficha tr { line-height: 15px; }
table.ficha td,table.ficha th{ border: 1px solid #000;}
table.ficha th { background: #1B2A2C; font-weight: bold; padding-right: 10px; width: 110px; }
table.ficha td { background: #232323; padding-left: 10px; }


/*/ TABLA FOTOS CHICAS  /*/ 

table.fotosFicha  { margin-top: 40px; border: 2px solid #000;  }

/*/ TABLA TARIFAS  /*/ 

table.tarifas {	font-size: 10px; border: 1px solid #343434; margin: 10px auto; }
table.tarifas th {	background: #f03; font-weight: bold; color: #fff; }
table.tarifas td {	text-align: center; background: #232323; }

/*/ TABLA TARIFAS  /*/ 

table.listado  {	border: 2px solid #000; font-size: 10px; border-collapse: collapse; }
table.listado td { padding: 10px; }
table.listado a { font-weight: bold; color: #fff; }
table.listado a:hover { color: #f0f; }
table.listado img { border: 2px solid #fff; padding: 3px; margin: 1px; clear: right; }
table.listado span {
	line-height: 25px; width: 132px;
	background: url(./entorno/bck_ficha_btn_list.gif) no-repeat center top;
	margin-top: 3px;
	text-align: center; padding: 0px; 
	display: block;
	}

table.listado span.novedad {
	background: url(./entorno/bck_ficha_btn_list_new.gif) no-repeat center top;
	}

/*/ BOTONES /*/

.submit {
	width: 105px; height: 25px; line-height: 25px;
	display: block; float: left;
	font-size: 11px; font-weight: bold;
	color: #fff;
	background: transparent url(entorno/bck_ficha_btn.gif) no-repeat center center;
	border: none;
	}
	
	
/*/ FORMULARIOS /*/
fieldset { padding: 10px; width: 360px; margin: 10px auto; display: block; float: none; }
legend { font-size: 12px; font-weight: bold; padding: 0 10px; line-height: 16px; height: 16px; margin-bottom: 10px; color: #3F7F93;	}
label { margin-bottom: 4px; }
label span { float: left; width: 120px; padding-right: 10px; }


.inputText { line-height: 17px; height: 17px; }
.shortSize { width: 50px; } 
.mediumSize { width: 150px; } 
.largeSize { width: 200px; } 

/*/ LISTAS /*/

ul.listado a { color: #ccc; }
ul.listado a:hover { color: #ff0; }

