/*BOF--CSS GENERAL--*/
	body,html{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 12px;
		/*---------------*/
		height:100%;
		/*text-align:center;*/
		/*---------------*/
		overflow:hidden;
	}
	
	.footer_text{
		font-size: 11px;
		color: #FFFFFF;
	}
	
	
	/*-----------------------------*/

	#outer {
		/*height: 100%;*/
/*		overflow:hidden;
*/		position: relative;
		margin:0 auto 0 auto;
	}
	#outer[id] {
		height:100%;
		display: table;
		position: static;
	}

	#middle {
		position: absolute;
		top: 50%;
		margin-left:10%;
		margin-right:10%;
	}
	#middle[id] {
		display: table-cell;
		vertical-align: middle;
		position: static;
	}

	#inner {
		position: relative;
		top: -50%;
		border: solid 1px #B5CEE8;
		float:left;
	}

	/* optional:*/ #inner[id] {position: static;}
	/*-----------------------------*/
	
	/*sustituted by outer*/
	/*.horizontal {
		background-color: transparent;
		visibility: visible;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		overflow: visible;
	}*/
	/*sustituted by inner*/
	/*.center {
		visibility: visible;
		margin-left: -405px;
		position: absolute;
		top: -277px;
		left: 50%;
		width: 811px;
		height: 555px;
		border: solid 1px #B5CEE8;
	}*/
	
	.line902 {
		color:#4D7194;
		font-size:34px;
	}
	.line902:hover {
		color:#FF0000;
	}
	
	.content {
		height:427px;/*340px;*/
		overflow-y:auto;
	}
	
	.cart_content {
		height:300px;
		overflow-y:auto;
	}

	.h_slider {
		width:600px;
		overflow-x:auto;
	}
	
	.imgscroller1 {
		background: url(../images/publicinematv.com-bg.gif) black no-repeat center;
		_background: url(../images/publicinematv.com-bg.gif) black no-repeat center fixed;/*IE Hack*/
	}
	
	.form_data_error {
		font-size:10px;
		color:#FF0000;
	}
	
	.cart_navigation {
		text-align:center;
	}
	
	.box_vehiculo_title_txt {
		color: #FFFFFF;
		font-weight: bold;
		background-color: #486D91;
	}

	.box_vehiculo {
		border-color:#486D91;
		border-style:solid;
		border-width:thin;
	}

	.section_title {
		background-color: #A4C4E3;
		font-weight: bold;
		text-align:center;
	}
	
	.error {
		color:#FF0000;
	}
	
	.show_error_like_a_row {
		background-color: #FFFFCC;
		color:#FF0000;
		font-size:10px;
		border-color:#FF0000;
		border:thin dashed;
		text-decoration:blink;
	}
	
	.cart_second_row{
	  background-color:#666666;
	  font-weight:bold;
	  color:#FFFFFF;
	}
	
	.advert{
		font: message-box;
		color:#666666;
	}

.segundamano{margin-bottom:3em; text-align:left;}
.segundamano h3{border-bottom:3px solid #000;}
ul.gallery{overflow:auto; clear:both;}
ul.gallery li{float:left; list-style:none; padding:0 4px 4px 0;}


/*>>>>>>>>>>>>>>>>> MODIFICAR URL según esté en localhost o en SERVER <<<<<<<<<<<<<<<<<<<<*/	
	.lista_ok_icon{
	  list-style-image:url('http://www.publicinematv.com/images/ok2.gif');
	  list-style-position:inside;
	  line-height:3; /* número de líneas que ocupará cada elemento de la lista */
	  font-weight:bold;
	  /*color:#486D91;*/
	  color: #666666;
	}
	
/* css para contractible_headers.js */
	.switchcontent{display:none;}
	.contractible_button{cursor:hand; cursor:pointer;}

/*BOF--CSS GENERAL--*/

/*BOF--CSS FOR MENU--*/
.ddmx {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    /*padding: 3px 10px 3px 10px;*/
    /*background: #000000;*/
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #355D86;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #355D86;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #B5CEE8;/*#e5e1da;*/
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	color: #ffffff;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
/*EOF--CSS FOR MENU--*/


/*BOF --CSS FOR HINT_BOX (ALTERNATIVE ALT) -- */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #FFFFCC;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 5px;
}
/*BOF --CSS FOR HINT_BOX (ALTERNATIVE ALT) -- */
