<?php
header('Content-type: text/css');
include('conex.php');
include('basic.php');
echo "@charset utf-8;
";
?> 
#cabeceras {
	width:950px;
	height:94px;
	z-index:1;
	margin: 0 0;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back.jpg);
    background-attachment:fixed;
background-position: top center;
}

#cabecera {
	width:950px;
	height:100px;
	z-index:1;
	margin:0 auto 0 auto
}
#contenido {
	width:950px;
	z-index:2;
	margin:0 auto 0 auto;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 10px;
	text-align:center;
}
#li1 {
	width:950px;
	height:2px;
	z-index:2;
	margin: 0 0;
}
#li2 {
	width:950px;
	height:30px;
	z-index:2;
	margin: 0 0;
	background-color: #EEEEEE;
}
#banners {
	width:950px;
	z-index:10;
	margin: 0 0;
}
#pie {
	width:950px;
	z-index:3;
	margin:0 auto 0 auto;
	background-image: url(images/index_07.jpg);
}
#menus {
	width:950px;
    height:30px;
	z-index:5;
	margin:0 auto 0 auto;
    text-align: right;
    font-family: Verdana;
	font-size: 10px;
	background-image: url(images/mcdweb_02.jpg);
}
#fin {
	width:955px;
	z-index:4;
	margin: 0 0;
}

.txtpeque {
	font-family: Verdana;
	font-size: 10px;
		padding-left: 0.2cm;
	padding-right: 0.2cm;
		text-align: justify;
		color: #000;
}
.txtpeques {
	font-family: Verdana;
	font-size: 11px;
		padding-left: 0.2cm;
	padding-right: 0.2cm;
		text-align: justify;
		color: $coloracion[6];
}
.txtpequesw {
	font-family: Verdana;
	font-size: 11px;
		padding-left: 0.2cm;
	padding-right: 0.2cm;
		text-align: justify;
		color: #FFFFFF;
}
a {
	color: $coloracion[8];
}
.formur {
	font-family: Verdana;
	font-size: 15px;
	color: $coloracion[7];
}
.formut {
	font-family: Verdana;
	font-size: 15px;
	color: #000;
}
.formu {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}
.style1 {
	font-family: Verdana;
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
}
.button {
  font-family      : Verdana;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #cccccc;
}
.text_in {
  font-family      : Verdana;
  font-style       : normal;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #cccccc;
}
.buttonb {
  font-family      : Verdana;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #333333;
}
.buttonc {
  font-family      : Verdana;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 11px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #999999;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
#apDiv1 {
	border:dashed;
	position:absolute;
	left:281px;
	top:132px;
	width:249px;
	height:116px;
	z-index:1;
	background-color: #F0F0F0;
	visibility: hidden;
}
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}

.buttonb:hover {
  font-family      : Verdana;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #FFFFFF;
  border: 1px solid #003399;
  background:#0099FF
}
	#ad{
		padding-top:220px;
		padding-left:10px;
	}
	div.contenedor {
		position: relative;
		width: 300px;
	}

	div.fill {
		font-family: Arial;
		font-size: 8pt;
		display: none;
		width: 300px;
		position:absolute;
		color: #000000;
		background-color: #F0F0F0;
		border: 1px solid #cccccc;
		overflow: auto;
		height: 150px;
		top: -1px;
	}
	/* base semi-transparente */
    .overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
    }
	
    /* estilo para lo q este dentro de la ventana modal */
    .modal {
        display: none;
        position: absolute;
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        padding: 16px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
    }