body {
    background: #fff url(top2r.png) repeat-y top center fixed;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
}

/* Header section */
#header {
    width: 975px;
    min-height: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    padding: 0; 
    text-align: left;
    font-size: smaller;
}

#header h1 {
    margin: 0;
    padding-top: 20px;
    color: #000;
    font-weight: bold;
    font-size: large;
}

#header h1 a, #header h1 a:hover {
    color: #000;
    text-decoration: none;
}

#header p {
    font-size: smaller;
    color: #000;
    margin: 0px;
}
/* End Header */

/* Container */
#container {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 975px;
    font-size: smaller;
}

*+html #container {padding-top:0; margin-top:0}
* html #container {padding-top:0; margin-top:0}

html>body #container{
    width: 960px;
}
/* End Container */

/* Footer */
#footer {
    border-top: 1px dotted #babdb6;
    margin-top: 20px;
    color: #555; font-size: smaller;
    padding: 10px;
}

#footer a, #footer a:hover{
    text-decoration: none; color: #E62929;
}

#footer p {
    font-size: smaller;
    margin: 0 0 10px 0;
}
/* End Footer */

/**
 * Layout 1: Both bars
 */
#main_1 {
    min-width: 360px;
    width: 360px;
    max-width: 360px;
    float: left;
    margin-right: 10px;
}

#bar1_1 {
    float: left;
    width: 180px;
    max-width: 180px;
    margin-right: 5px;
}

#bar2_1 {
    float: left;
    width: 180px;
    max-width: 180px;
    margin-right: 5px;
}

/**
 * Layout 2: Left bar
 */
#main_2 {
    min-width: 520px;
    width: 520px;
    max-width: 520px;
    float: left;
    margin-left: 10px;
}

#bar1_2 {
    float: left;
    width: 210px;
    max-width: 210px;
}

#bar2_2 {
    width: 0;
    display: none;
}

/**
 * Layout 3: Right bar
 */
#main_3 {
    width: 520px;
    max-width: 520px;
    min-width: 520px;
    float: left;
    margin-right: 10px;
}

#bar2_3 {
    float: left;
    width: 210px;
    max-width: 210px;
}

#bar1_3 {
    width: 0;
    display: none;
}

/**
 * Layout 4: No bars
 */
#main_4 {
    width: 100%;
}

#bar1_4 {
    width: 0;
    display: none;
}

#bar1_4 {
    width: 0;
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

pre {
    width: 100%;
    overflow: auto;
}

.light-color        { color: #729fcf; }
.medium-color       { color: #E62929; }
.dark-color         { color: #E62929; }
.light-background   { background-color: #729fcf; color: #E62929; }
.medium-background  { background-color: #E62929; color: #fff; }
.dark-background    { background-color: #E62929; color: #fff; }
.accent-color       { color: #cee14b; }
.accent-background  { background-color: #cee14b; color: #9db029; }

#main-section {
    margin: 0 auto 0 auto;
	padding: 0;
    text-align: left;
    width: 100%;
}

a {
    color: #E62929;
}

a:hover {
    color: #ff0000;
}

h1, h2, h3, h4 {
    color:#E62929;
}

h1 a, h2 a, h3 a, h4 a{
    color: #E62929;
    text-decoration: none;
}

h1 { font-size: large;   }
h2 { font-size: medium;  }
h3 { font-size: small;   }
h4 { font-size: x-small; }

hr {
    display: none;
}

.strong-color {
    background: #E62929;
    color: #fff; padding: 4px;
    font-weight: bold;
}

/* Menus */
.menu {
    padding: 0;
    margin: 2px;
    margin-top: 0;
}

.menu li {
    list-style: none;
    margin: 0;
}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
}
/* End Menus */

/* Begin forms */
input, button, textarea, select {
    background-color: #fff;
    color: #000;
    padding: 2px;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: small;
}

button, input[type="button"], input[type="submit"]  {
    background-color: #efefef;
    color: #888a85;
    border: 1px solid #babdb6;
    border-top: 1px solid #d3d7cf;
    border-left: 1px solid #d3d7cf;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover  {
    background-color: #E62929;
    color: #fff;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #fff;
    color: #000;
    border: 1px solid #E62929;
}

select {
    cursor: pointer;
}

input[type="text"], input[type="password"], textarea {
    color: #555753;
    background-color: #fff;
    border: 1px solid #d3d7cf;
    border-top: 1px solid #babdb6;
    border-left: 1px solid #babdb6;
    padding: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus  {
    color: #000;
    background-color: #fff;
    border: 1px solid #E62929;
}

textarea {
    width: inherit;
}

.widetable {
    width: 100%;
}

table.tableform .button {
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    font-size: small;
}

legend {
    background-color: white;
    font-weight: bold;
    font-size: 110%;
    padding: 4px;
    padding-left: .5em;
    padding-right: .5em;
}

label {
    font-weight: bold;
    cursor: pointer;
}

fieldset td {
    padding: 1px;
}

fieldset br {
    display : none;
}

fieldset label {
    display: block;
    font-size: 100%;
}

div.oneline label, div.oneline_no_width label {
    margin: 0;
    margin-right: .6em;
    display: block;
    text-align: right;
    float: left;
    font-size: 100%;
    font-weight: bold;
    cursor: pointer;
}

div.oneline label {
    width: 15em;
}

div.oneline_no_width label {
    text-align: left;
}

div.checkbox label {
    margin: 0;
    display: block;
    width: 13em;
    text-align: right;
}

div.checkbox .el {
    margin-left: 13em;
}

div.checkbox .el label, div.checkbox_el label {
    font-weight: normal;
    display: block;
    margin: 0;
    text-align: left;
}

div.radiobox label {
    display: inline;
}

div.radiobox input {
    vertical-align: middle;
}

div hr {
    border-color: black;
}

div.buttons {
    clear: both;
    padding-top: 10px;
    padding-right: 11px;
    float: right;
}

fieldset div {
    clear: left;
    padding: 0 1em;
    padding-bottom: 6px;
}

fieldset div strong {
    font-size: 100%
}

fieldset div span.form-error {
    display: block;
    color: #F00;
    font-weight: bold;
    letter-spacing: 1px;
}

fieldset div span.comment {
    display: none;
}

fieldset div:hover span.comment {
    font-size: 95%;
    color: #c96;
    background-color: #faf0e6;
    /*  \*/
    margin-left: 3em;
    /*  */
    padding: .2em .5em .3em;
    border: 1px solid #c96;
    display: block;
    position: absolute;
    z-index: 100;
    float: right;
    -moz-border-radius: 4px;
}
* html fieldset div span.comment {
    font-size: 95%;
    color: #c96;
    margin-left: 3em;
    padding: .3em;
    border-left: 1px solid #c96;
    display: block;
}

div#requiredNote {
    font-size: 100%;
    letter-spacing: 0.5px;
    /* clear: both; */
    margin-top: 10px;
}

label.mandat, span.mandat {
    color: #930;
    font-weight: bold;
}

label.mandat:after, span.mandat:after {
    content: "*";
}

.removed {
    display: none !important;
}

input[type="checkbox"], select {
    -moz-border-top-colors: #babdb6 transparent;
    -moz-border-left-colors: #babdb6 transparent;
    -moz-border-bottom-colors: #d3d7cf transparent;
    -moz-border-right-colors: #d3d7cf transparent;
    -moz-border-radius: 1px;
    padding: 1px;
    font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;
    font-size: small;
}

input[type="checkbox"]:focus {
    -moz-border-top-colors: #E62929 transparent;
    -moz-border-left-colors: #E62929 transparent;
    -moz-border-bottom-colors: #E62929 transparent;
    -moz-border-right-colors: #E62929 transparent;
}

.form_comment {
    font-size: x-small;
}
/* End forms */

.terminal {
    margin-top: 15px;
    padding: 15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #000;
    border: solid 1px #d3d7cf;
    line-height: 110%;
    color: white;
    width: 90%;
}

.code, .xml , .script {
    margin: 16px;
    padding: 16px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #fff;
    border: solid 1px #d3d7cf;
    line-height: 100%;
    color: #063bff;
    width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}

.term-box {
    background-color: #fafafa;
    color: #E62929;
    border: 1px solid #9db029;
    padding: 10px;
    font-size: 11px;
    width: 95%;
}

table {
    text-align: left; font-size:12px
}

.tableform {
    width: 100%;
}

.tableform td {
    display: table-cell;
    vertical-align: top;
}

img {
    border: 0;
}

/* Debug */
#debug-table {
    background-color: white;
    color: black;
    font-size: x-small;
}

#debug-table pre {
    font-size: small;
}

pre.var_dump {
    line-height:1.8em;
}

pre.var_dump span.type {
    color:#006600;
    background:transparent;
}

pre.var_dump span.value {
    padding:2px; color:#339900;
    background:#F0F0F0;
    border: 1px dashed #CCCCCC;
}
/* End Debug */

.pager {
    margin-bottom: 10px;
}

/** Simple Site **/
.simplesitemenu {
}

.menu_level a {
		height: 20px;
		min-height: 20px;
}

.menu_level_1 {
	font-weight: bold;
}

.menu_level_1 a {
	text-decoration: none;
}

.menu_level_1 a {
}

.menu_option_active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.menu_level_2 {
	padding-left: 20px;
}

.menu_level_2 a {
}

.menu_level_3 {
	padding-left: 40px;
}

.menu_level_3 a {
}

.menu_level_4 {
	padding-left: 60px;
}

.menu_level_4 a {
}
/** SimpleSite **/

/* Hide spam check input */
#url2, #url2_label {
    display: none;
}

/* Used for simple responses (messages saved in session) */
.simple-response-msg
{ 
  background: #f4f4f4; 
  border: 1px solid #b2b2b2; 
  padding: .3em;
}

/** Messages **/
.error-message, .warning-message, .notice-message, .working-message {
    -moz-border-radius: 4px;
    font-weight: bold;
    display: inline;
    text-align: left;
    line-height: 25px;
    padding-left: 26px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 3px;
    background-repeat: no-repeat;
    background-position: 2px 0px;
}

.notice-message {
    border: 1px solid #9db029;
    background-color: #e6f0a5;
    background-image: url("../../images/stock/info-small.png");
}

.warning-message {
    border: 1px solid #fce94f;
    background-color: #fdf4a7;
    background-image: url("../../images/stock/warning-small.png");
}

.error-message {
    border: 1px solid #cc0000;
    background-color: #fabfbf;
    background-image: url("../../images/stock/error-small.png");
}

#ciudades { width:25%; float:left; font-size:10px; color:#000; Filter: Glow(Color=#ffffff, Strength=5)}
* html #ciudades { width:24%; float:left; font-size:10px; color:#000}
#ciudades a { color:#000; font-size:11px}
#ciudades a:hover { text-decoration:underline}

img {border:#E62929 3px solid; margin:5px}

#foto-ciudad {float:left; margin-bottom:0; width:25%; text-align:center}
*+html #foto-ciudad {float:left; margin-bottom:0; width:25%; text-align:center}
* html #foto-ciudad {float:left; margin-bottom:0; width:243px; text-align:center}

#foto-ciudad img { border:#E62929 3px solid;}
#foto-ciudad p { margin:5px; margin-bottom:0; text-align:center; font-weight:bold}
#foto-ciudad a { text-decoration:none; color:#000000}
#foto-ciudad a:hover { text-decoration: underline; color:#E62929}

#hueco {height:1px; margin: 10px 0 0 10px; padding:0}
*+html #hueco {height:1px; margin: 10px 0 0 10px; padding:0}
* html #hueco {height:0px}

#aviso {margin-top:15px}
*+html #aviso {margin-top:15px}
* html #aviso {margin-top:0px}

ul#menuu { width: 100%; height: 43px; background: #FFF url("http://www.escortsenalicante.com/images/bg.png") top left repeat-x; font-size: 12px; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menuu li { display: block; float: left; margin: 0 0 0 0px; }
ul#menuu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; background: #FFF url("http://www.escortsenalicante.com/images/menu-bg.png") top left repeat-x; padding: 5px 4px 0 5px; }
ul#menuu li a:hover { color: #333; padding: 10px 4px 0 5px; }
ul#menuu li a.current{ color: #9f0004; background: #FFF url("http://www.escortsenalicante.com/images/current-bg.png") top left repeat-x; padding: 10px 4px 0 5px; margin:0 }
ul#menuu li.ic {padding:5px 0 0 0; margin:0; background: url("http://www.escortsenalicante.com/images/current-bg-i.png") top left no-repeat; width:10px; height: 43px}
ul#menuu li.dc {padding:5px 0 0 0; margin:0; background: url("http://www.escortsenalicante.com/images/current-bg-d.png") top left no-repeat; width:10px; height: 43px}
ul#menuu li.i {padding:5px 0 0 0; margin:0; background: url("http://www.escortsenalicante.com/images/menu-bg-i.png") top left no-repeat; width:10px; height: 43px}
ul#menuu li.d {padding:5px 0 0 0; margin:0; background: url("http://www.escortsenalicante.com/images/menu-bg-d.png") top left no-repeat; width:10px; height: 43px}


#condiciones {margin-bottom:50px}

#descripcion {width:75%; float:left}
