@charset "iso-8859-1";
/* CSS Document */

/* Font General Tags Sizes */
p {
	font-size: 1.2em;
}

h1 {
	font-size: 1.8em;	
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.6em;
}

/* General Formats */
.center {
	text-align: center;
}

.blue {
	color: #003366;
}

.yellow {
	color: #FFFF66;
}

.bold {
	font-weight: bold;
}

a img {
	border: 0px;
	text-decoration: none;
}

.italic {
	font-style: italic;	
}

/* Header */
.twoColFixLtHdr #header #yar {
	margin-bottom: 45px;
	margin-left: 25px;
}

.twoColFixLtHdr #header #search {
	float: right;
	display: inline-block;
}

.twoColFixLtHdr #header #search fieldset legend {
	color: #FFFF66;
	font-weight: bold;
}

.twoColFixLtHdr #header #search fieldset label {
	color: #FFFFCC;
	font-weight: bold;
}

.twoColFixLtHdr #header #flags {
	float: right;
	margin-top: -18px;
	margin-right: 35px;
}

.twoColFixLtHdr #header #search fieldset {
	text-align: center;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	border-width:3px;
    border-style:solid;
    border-color:#FFFF00;
}

/* Mainbar */
#mainbar {
	float: left;
	padding-left: 60px;
	padding-bottom: 5px;
}

#mainbar img {
	display: inline;
}

/* Menú de la Barra Lateral */
.twoColFixLtHdr #sidebar1 img.firstMnuImg {
	margin-top: 0px;
}

.twoColFixLtHdr #sidebar1 img {
	margin-top: -6px;
	clear: both;
}

.twoColFixLtHdr #sidebar1 a img {
	text-decoration: none;
	border: 0;
}

.twoColFixLtHdr #sidebar1 img.subMnu {
	margin: 0px 0px 0px 15px;
}

.twoColFixLtHdr #sidebar1 ul {
	list-style: none;
	margin-top: 5px;
	padding-bottom: 10px;
}

.twoColFixLtHdr #sidebar1 ul li {
	float: left;
	width: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	padding: 2px;
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
	margin-left: -10px;
}

.twoColFixLtHdr #sidebar1 ul li.cleanRight {
	border-right: 0px;
}

.twoColFixLtHdr #sidebar1 ul li.cleanBottom {
	border-bottom: 0px;
}

.twoColFixLtHdr #sidebar1 ul li a {
	text-decoration: none;
	color: #003366;
}

/* index.html */
.twoColFixLtHdr #mainContent .ttlMnPg {
	color: #003366;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.1em;
}

.twoColFixLtHdr #mainContent .ttlMnPg a {
	text-decoration: none;
	color: #003366;
}

/* Listados de Productos */
.twoColFixLtHdr #mainContent .horse {
	width: 265px;
	margin-right: 0px;
	height: 165px;
}

.twoColFixLtHdr #mainContent .horse h3 {
	margin: 5px;
	text-align: center;
	background-color: #6699CC;
	padding: 3px;
}

.twoColFixLtHdr #mainContent .horse h3 a {
	text-decoration: none;
	color: #003366;
}

.twoColFixLtHdr #mainContent .horse img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.twoColFixLtHdr #mainContent ul.horseData {
	margin: 10px 5px 0px 130px;
	list-style: none;
	padding: 0px;
}

.twoColFixLtHdr #mainContent ul.horseData li {
	/* border-bottom: 1px solid #003366; */
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #mainContent #pagination {
	clear: left;
	text-align: center;
	background-color: #6699CC;
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
}
.twoColFixLtHdr #container #header #search #frmSearch {
	margin: 2px;
	width: 173px;
}
.twoColFixLtHdr #container #mainContent #tblHorse {
	margin-right: 0px;
	margin-left: 0px;
}

/* NOTICIAS */
.date {
	display: block;
	float: left;
	padding: 5px 5px;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
}

.new_body {
	float: left;
	margin: 0px 10px 15px 15px;
	width: 450px;
}

.new_body p {
	padding: 0px 0px;
}

.new_body h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* HORSE */
.photo-horse {
	border: 1px solid #003366;
	margin-bottom: 10px;
}

.left-border-top {
	background: url(/images/brd_lft_top.gif) no-repeat left top;
}

.left-border-bottom {
	background: url(/images/brd_lft_top.gif) no-repeat left bottom;
}

#tblGenea a:link, #tblGenea a:visited, #tblGenea a:hover, #tblGenea a:active{
	color: #003366;
	font-weight: bold;
}

/* Tables Results */
table.results {
	border-collapse: collapse;
	width: 500px; 
	border: 1px solid #666;
	text-align: center;
	font-size: 1.1em;
}

table.results th, table.results td {
	padding: 5px 3px;
}

/* table.results th:hover {
	cursor: pointer;
} */

table.results caption {
	font-size: 1.6em;
	font-weight: bold;
	margin: 1px 0;
}

table.results thead {
	background: #ccc;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

table.results th {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	background-color: #003366;
	color: #FFFFFF;
}

table.results .odd {
	/* background-color: #edf5ff; */
	background-color:#DDDDDD;
}

table.results td a {
	text-decoration: none;
	font-weight: bold;
	
}
table.results tr:hover {
	background-color:#3d80df;
	color: #fff;
}

table.results thead tr:hover {
	background-color: transparent;
	color: inherit;
}	
/* End Tables Results */

/* Form frmMail, frmNombre */
#frmMail fieldset, #frmNombre fieldset {
	margin: 0em 0;
	padding: 1em;
	border : 1px solid #ccc;
	/* background: #f8f8f8; */
	width: 500px;
}
#frmMail legend, #frmNombre legend {
	font-weight: bold;
}
#frmMail label, #frmNombre label {
	display: block;
	font-weight: bold;
}
#frmMail input {
	width: 200px;
}
#frmMail textarea {
	width: 350px;
	height: 120px;
}
#frmMail input:focus, #frmNombre input:focus, #frmMail textarea:focus {
	background: #ffc;
}
#frmMail .required, #frmNombre .required {
	font-size:1em;
	color:#760000;
}
#frmMail .centered, #frmNombre .centered {
	text-align: center;
}
#new_sidebar {
	background-color: #003366;
	margin: 5px;
	padding: 5px;
	border: 2px solid #FFFF00;
	text-align: center;
}
.no_link {
	text-decoration: none;
}

