
a:visited {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #1975D7;
	text-decoration:none;
}

a:hover {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #FF8601;
	text-decoration: underline;
}
a:active {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #1975D7;
	text-decoration:none;
}
a:link {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #1975D7;
	text-decoration:none;
}


p {
	font-family: arial,verdana,tahoma;
	font-size: 14px;
	color: #000000;
	text-align: Justify;
	margin-left: 10px;
	margin-right: 15px;
  	margin-top: 10px; 
  	margin-bottom: 10px;
}

td {
	font-family: arial,verdana,tahoma;
	font-size: 14px;
	color: #000000;
}

h1{
	font-family: arial,verdana,tahoma;
	font-size: 15px;
	color: #006600;
	font-weight: bold;
	text-transform:uppercase;
}

h2{
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #006600;
	font-weight: normal;
	text-transform:uppercase;
}

li {
	list-style: none;
	background-image: url(../php/images/p_pin.gif);
	background-repeat: no-repeat;
	font-family: arial,verdana,tahoma;
	font-size: 14px;
	text-indent: 20px;
	margin-top: 5px; 
	margin-bottom: 5px;
}

.body_cadcam{
	background-image: url(../php/images/bg_main.gif);
	bgcolor: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.cuerpo {
	position:absolute;
	left:200px;
	top:115px;
}

.green {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

.red {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color:#FF0000;
	font-weight: bold;
	text-decoration: none;
}

.green_light {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #006600;
}

.orange {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}

.orange_light {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #FF6600;
}

.blue_light {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #1975D7;
	font-weight: bold;
}

.black {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.white {
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.cabecera_blue {
	font-weight: bold;
	text-align: center;
	background: #50ADEA url(corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

.menu_izquierda{
	color: #006600;
	text-align:center;
	text-transform:uppercase;
	padding: 10px 10px 10px 0px;
	font-size: 13px;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.cuerpo_blue {
	border-spacing:2px;
	background-color:#FFFFFF;
	color: #000000;
	border-bottom:2px solid #1975d7;
	border-left:2px solid #1975d7;
	border-right:2px solid #1975d7;
}

.table_gris {
	border-spacing:2px;
	font-family: arial,verdana,tahoma;
	font-size: 14px;
	color: #000000;
	background:#FFFFFF;
}

.EstiloCabecera {
	text-align: center;
	background: #F5F5F5;
	text-transform:uppercase;
	color: #666;
	font-weight: bold;
}

.EstiloCeldaPar {
	background: #F5F5F5;
}
.EstiloCeldaImpar {
	background: #FBFBFB;
}

.scrollable { 
	 height: 400px;
	overflow: auto;
} 


