body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	list-style-image: url(images/_bullet.png);
}


/*/////////////////////////////////////// FORM ///////////////////////////////*/


FORM {
	margin-width: 0;
	margin-height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
 }
 
.campo {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8.5pt;
	background-color: #556784; 
	padding-left: 2px;
	padding-right: 2px;
	border:solid 1px #FFFFFF;
}
 
input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8.5pt;
/*	background-color: #ffffff; */
	padding-left: 2px;
	padding-right: 2px;
}

textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8.5pt;
/*	background-color: #ffffff; */
	padding-left: 2px;
	padding-right: 2px;
}

select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8.5pt;
/*	background-color: #ffffff; */
	padding-left: 2px;
	padding-right: 2px;
}

.radio1 {
/*	background-color: #ffffff; */
border: 0;
}

.radioE {
}

.opcionE {
color:#ffffff;
}


.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #557AB1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #C0D5EA;
	border-right-color: #34335D;
	border-bottom-color: #34335D;
	border-left-color: #C0D5EA;
	color: #FFFFFF;
}

.botonA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFcc00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFE16A;
	border-right-color: #B38E00;
	border-bottom-color: #B38E00;
	border-left-color: #FFE16A;
	color: #000000;
}


/*/////////////////////////////////////// CUERPO ///////////////////////////////*/


.columnaIzquierda {
	background-color: #BBCBDB;
}

.columnaDerecha {
	background-color: #f5f5f5;
}

.error{
	color:#BB0000;
	font-style:italic;
}

.bottom {
color: #aaaaaa;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px; 
}


/*/////////////////////////////////////// CELDAS ///////////////////////////////*/


.celdaMain {
	background-color: #fff;
	border-bottom:solid 1px #ccc;
	padding-bottom:5px;
	padding-top:5px;
}

.celdaBottom {
	background-color: #000;
	background-image: url(images/bac3.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.celdaGris1 {
	background-color: #fff;
	border-left:solid 1px #ccc;
}
.celda6 {
	background-color: #ffffff;
	background-image: url(images/bac6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.celda6r {
	background-color: #D50A27;
	background-image: url(images/bac6r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.celda9 {
	background-color: #364D81;
	background-image: url(images/bac9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.celdaCont {
	border-bottom:1px dotted #8A999C;
	padding-bottom:4px;
	padding-top:4px;
}

.celdaIzq {
	border-left:dotted 1px #858C94;
	border-right:dotted 1px #858C94;
}

.celdaDer {
	border-right:dotted 1px #858C94;
}

.celdaPromIndex {
	border-bottom:dotted 1px #858C94;
}

.celdaRayDer {
	border-right:dotted 1px #858C94;
}



/*/////////////////////////////////////// LINKS ///////////////////////////////*/



A:LINK, A:VISITED, A:ACTIVE { text-decoration: none; color:#6583A9}
A:hover {text-decoration: underline; color:#6583A9}

A.negroLink2:LINK, A.negroLink2:VISITED, A.negroLink2:ACTIVE { text-decoration: none; color:#000000}
A.negroLink2:hover {text-decoration: underline; color:#000000}

A.blancoLink:LINK, A.blancoLink:VISITED, A.blancoLink:ACTIVE { text-decoration: none; color:#ffffff;}
A.blancoLink:hover {text-decoration: underline; color:#ffffff;}

A.rojoLink:LINK, A.rojoLink:VISITED, A.rojoLink:ACTIVE { text-decoration: none; color:#ff6600}
A.rojoLink:hover {text-decoration: underline; color:#ff6600}

A.bottomLink:LINK, A.bottomLink:VISITED, A.bottomLink:ACTIVE { text-decoration: none; color:#aaaaaa}
A.bottomLink:hover {text-decoration: none; color:#aaaaaa; border-bottom:dotted 1px; border-bottom-color:#aaaaaa}

A.linkAzul:LINK, A.linkAzul:VISITED, A.azul:ACTIVE { text-decoration: none; color:#00ffff}
A.linkAzul:hover {text-decoration: underline; color:#00ffff}

A.azulLink:LINK, A.azulLink:VISITED, A.azulLink:ACTIVE { text-decoration: none; color:#06f}
A.azulLink:hover {text-decoration: underline; color:#06f}

A.amarillo:LINK, A.amarillo:VISITED, A.amarillo:ACTIVE { text-decoration: none; color:#ffcc00}
A.amarillo:hover {text-decoration: underline; color:#ffcc00}

A.verde:LINK, A.verde:VISITED, A.verde:ACTIVE { text-decoration: none; color:#990000}
A.verde:hover {text-decoration: underline; color:#162F6F; }

A.scroll:LINK, A.scroll:VISITED, A.scroll:ACTIVE { text-decoration: none; color:#ffff00}
A.scroll:hover {text-decoration: underline; color:#ffff00}



/*/////////////////////////////////////// MENUS ///////////////////////////////*/


.menuTopStart {
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: .1em;
	background-image:url(images/bac_menu.jpg);
}
.menuTopOver {
	color: #ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	letter-spacing: .1em;
	background-image:url(images/bac_menu2.jpg);
}


.menuStart2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #039;
	background-color: #F1F3F5;
	border:solid 1px #ccc;
}

.menuOver2 {
	color: #D50A27;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color: #ffffff;
	border:solid 1px #000;
}


.menuBorder {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border-top: solid 1px #7E8D90;
}

.estacionCerrada {
background-color:#7E8D90;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#ffffff;
}

.estacionOver {
background-color:#7E8D90;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}

.estacionAbierta {
background-color:#f9702a;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#003399;
}

/*/////////////////////////////////////// STYLES ///////////////////////////////*/



.style5 {
	font-size: 10px;
	font-weight: bold;
}
.style12 {font-size: 12px; }
.style13 {color: #CCCCCC}
.style15 {font-size: 10px; }
.style26 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #06f; 
	font-weight: bold; 
}
.style27 {
	color: #f5f5f5;
	font-weight: bold;
}
.style28 {font-size: 10px}
.style35 {color: #DFDFDF}
.style41 {color: #EBFFD7; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.style43 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #EBFFD7; }

.style50 {color: #003333}
.style51 {color: #FFFFFF}
.style59 {color: #FFFFFF; font-weight: bold; font-size: 12px; }
.style62 {font-size: 12px}
.style63 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 12px;
}
.style63a {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.style64 {color: #8698A6}
.style65 {color: #888888}
.style66 {
	color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style67 {color: #00FFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style71 {color: #003399; font-weight: bold; font-size: 12px; }
.style74 {color: #5A6C7A}
.style76 {color: #003399; font-weight: bold; font-size: 12; }
.style92 {color: #999999}
.style105 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.style114 {color: #cc0000; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.style127 {color: #FFCC00}
.style130 {color: #ff6600; }

.style16v {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00ffff;
	font-weight: bold;
}

.style16n {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.style16a {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #003399;
}
.style14n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.style14b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.style14a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00ffff;
}

.style18b {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }

.style20b {	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.style16b {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.scroll {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bold;
	color: #003399;
}

.paginar {
color:#999999;
}


/*/////////////////////////////////////// ADMIN ///////////////////////////////*/



.tituloEventoAdmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #D7D9DF;
	height: 36px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	visibility: visible;
	overflow: visible;
	z-index: 10000;
}

.noSeVe {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
}
.siSeVe {
	visibility: visible;
	overflow: visible;
	height: auto;
	width: auto;
}

.borrar {
	color: #990000;
	font-weight: bold;
}

		A.borrar:LINK, A.borrar:VISITED, A.borrar:ACTIVE { text-decoration: none; color:#990000 }
        A.borrar:hover {BACKGROUND:#990000; color: #ffffff}
		





/*/////////////////////////////////////// LEYENDA ///////////////////////////////*/


fieldset {
margin:0 auto;
padding:10px;
width:100%;
}

legend {
background:#003399;
border:1px solid #003399;
color:#ffffff; 
font-family:Arial, Helvetica, sans-serif;
font-size:120%;
font-weight:bold;
padding:0.3em 0.5em;
text-align:right;
}

.leyenda {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	width: 97%;
	float: left;
	text-align: left;
	line-height: 1.5;
}



/*/////////////////////////////////////// SWOBJECT ///////////////////////////////*/


#servicios {
		border: 0;
		width: 420px;
		height: 180px;
		float: left;
	}
	
#preview {
		border: 0;
		width: 320px;
		height: 240px;
		float: left;
	}

#cards {
		border: 0;
		width: 300px;
		height: 264px;
		float: left;
	}


/*/////////////////////////////////////// DYNAMIC TOOL ///////////////////////////////*/

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 2px solid #cc0000;
padding: 3px;
background-color: #f5f5f5;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=333333,direction=135);
}



