/*
INTERSERCIOS S.A.U.
Empresa de Limpieza
http://www.interservicios.net/
*/

/* universal font face
--------------------------------------------------*/
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
table { text-align:justify;}	

ul, li {
	font-size: 11px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	}

li {
	list-style-type: circle;
	}
	
#lista {
	list-style-type: none;
	text-transform:none;
	font-size:11px;
	font-weight:normal;
	}

h1 {
	text-indent: -9999px;
	width: 0px;
	height: 0px;
	padding: 0 auto;
	margin: 0;
	}

h5 { text-align:right;
	margin: 0px;
 	padding: 0px;
	}
	
h5 { text-align:right;
	margin: 0px;
 	padding: 0px;
	}	

/* universal links
--------------------------------------------------*/
a:link, a:active, a:visited { COLOR: #333333;
TEXT-DECORATION: underline
	}
a:hover {
	COLOR: #336699; TEXT-DECORATION: underline
	}
	
/* scrollbar
--------------------------------------------------*/
body {
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #CCC; 
	SCROLLBAR-ARROW-COLOR: #FF6600; 
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #CCC;
	BACKGROUND-COLOR: #ffffff;
	}	

/* background
--------------------------------------------------*/
.fondo_izquierda { background-image:url(img/bgleft.gif); background-position:right top; background-repeat:repeat-y; width:50% }
.fondo_derecha { background-image:url(img/bgright.gif); background-position:left top; background-repeat:repeat-y; width:50% }
.linea_menu { text-align:center; background-image:url(img/linemenu.gif); background-position:right center; background-repeat:no-repeat }

/* Menu & Bottom
--------------------------------------------------*/
.Menu {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #666666 }
	.Menu a:link { text-decoration: none; color: #666666 }
	.Menu a:visited { text-decoration: none; color: #666666 }
	.Menu a:hover {	text-decoration: none; color:#FF6600}
	
.Bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5E5E5E;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

.linebottom { background-image:url(img/linebottom.gif);
	background-repeat:no-repeat; 
	background-position:center;
	text-align:center;}
	
#contador {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	z-index:1;
	visibility:hidden
}	

/* Novedades
--------------------------------------------------*/
.titulo {
    font-family: Helvetica, Geneva, Arial, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px}		
	.titulo1 {color: #336699; font-weight: bold}
	.titulo2 {color: #000000; font-weight: bold}
	
.vinculo {color: #333; text-decoration:none;} 
		.vinculo a:link, .vinculo a:active, .vinculo a:visited { color: #336699; text-decoration:none; }	
		.vinculo a:hover { color: #336699; text-decoration:underline;}		
	

.img { text-align: center;
	padding: 4px;
	border: 1px solid #CCCCCC } 
  
		
/* Imagenes
--------------------------------------------------*/	
.marcotop { background-image:url(img/bgimg01.gif); background-position:right top; background-position:bottom;  background-repeat:no-repeat}
.marcobottom { background-image:url(img/bgimg02.gif); background-position:left top; background-position:top; background-repeat:no-repeat }

/* Formularios
--------------------------------------------------*/	
.form-line {
	border-top: 1px solid #BBB;
}

.form-border {
	border: 1px solid #BBB;
	text-align:center;
}

.form-row {
	border-top: 1px solid #BBB;
	padding: .5em;
	margin: 5px;
}

.form-row-set {
	float: left;
	margin-right: 2em;
	margin: 5px;
	text-transform:uppercase;
	font-weight: bold;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}

label {
	font-size: 10px;
	line-height: 18px;
	padding: 5;
	}

input {
	margin-bottom: 6px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #666666;
	}		
	
	input [type="radio"] { 
	border: 0; 
	margin:0; 
	vertical-align:baseline;}
	
	input [type="submit"] {
	border: 1px solid #666666;
	text-align:center
	}	
		
input, textarea, .options {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: .2em;
}


.options input {
	float: none;
	padding-left: 0;
	
}

.options label {
	color: #333333;
	text-transform: none;
}

.options {
	color: #333333;
	text-transform: none;
	text-align:center;
	margin-left: 20px;
}

.clear {
	clear: left;
}


