@charset "utf-8";

body {
	background-image: url(img/bg2.gif);
	background-repeat: repeat;
	font-family: Calibri;
	font-size: 12px;
	color: #000;
	
}
body,td,th {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}

.contenedor_opciones{
   margin:0 auto;
   border:0px;
   text-align:center;
}
.opciones{
   padding-left:0px 2px;
   margin:0px 0px;
   vertical-align:middle;
   text-align:center;
   float:left;
}

div {
	display:inline-block;
}
img {
	border:0px;
	display:inline-block;
}

.borde1 {
	background-image:url(img/table/medio/4.png);
	background-repeat:repeat-y;
}
.borde2 {
	background-image:url(img/table/medio/6.png);
	background-repeat:repeat-y;
}
h1 {
	font:Calibri, "Times New Roman";
	font-size:21px;
	color:#ff7200;
	text-decoration:underline;
	margin-left: 15px;
	border:0px;
	margin-top:0px;
	
}
h2 {
	font-size: 17px;
	color:#2b418a;
	margin-left: 15px;
	margin-top:0px;
	border:0px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #F60;
}
h3 {
	font-size: 12px;
	color: #000;
	margin-left: 30px;
	margin-right:30px;
	border:0px;
	text-align: justify;
}


.mouse {
	cursor:pointer;
}

