/* CSS Document */
/* Se utilizan en las paginas: /empresas/acceso.asp */

#infotitulo {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	color: #5ABE00;
	border-top: #4B9D01 1px solid;
	border-bottom: #4B9D01 1px solid;	
	border-left: #4B9D01 3px solid;
	border-right: #4B9D01 3px solid;
	font-weight: bold;
	/*background-color: #F7FBEF;*/
}

#infotitulo, #infoparrafo1 {
	width: 570px;
	float: left;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	
	/*border: #000 1px solid;	*/
}

/*#infoparrafo1 {
	border: #000 1px solid;
}*/

.CSSbuttons { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000;
}

#table1 {
	width: 300px;
	border: #4B9D01 1px solid;
	float: left;
	/*margin: 0px auto;*/
}

#table1izq1 {
	width: 128px;
	/*border: #000 1px solid;*/
	text-align: right;
	padding-right: 5px;
}

#table1izq2 {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 5px;
	font-weight: bold;
}

#table1izq2 a {
	color: #4B9D01;
	font-weight: bold;
}

#table1izq3 {
	/*border-top: #639ACE 1px solid;*/
	padding-top: 15px;	
}

.css_rojo {
	color: #FF0000;
}

#table2 {
	float: right;
	width: 260px;
	margin-top: 10px; 
	/*border: #000 1px solid;*/
}

#table2izq1 {
	font-weight: bold;
}

#table2izq2 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;	
}


/* Utilizados para el estilo de los formularios */

label,input,select,radio,checkbox {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 2px;
}

label {
	text-align: right;
	width: 160px;
	padding-right: 5px;
}

br {
	clear: left;
}

.CSSbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000
}

/* Fin estilos de los formularios */