/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	border: 2px solid #999999;
}

.botones {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.botones:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.botones h1{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	margin:0; 
	
}
.titulos1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bg-servicios {
	background-image: url(img/servicios-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.cuadro-servicios {
	border: 1px solid #CCCCCC;
	background-image: url(img/transparente.png);
}
.style1 {
	color: #FF6600;
	font-weight: bold;
}
.titulos2 {
	font-size: 14px;
	font-weight: bold;
	color: #464646;
}
.texto1 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.texto2 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #464646;
}
.links {
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	line-height: 24px;
}
.links:hover {
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	line-height: 24px;
	text-decoration: underline;
}

