/* Tags */

body {
	margin: 0;
	background: #fff url('bgBody.jpg') repeat-x left top;
	color: #677792;
	font-family: Arial;
	font-size: 11px;
}

img { border: none; }

a:link, a:visited, a:active { color: #328fee; text-decoration: none; }
a:hover { color: #ff9900; text-decoration: underline; }

form { padding: 0; }
input, textarea, select { padding: 2px; border: 1px solid #a6a6a6; font-size: 11px; }
input, textarea, select { background: #f2f2f2; color: #669; }
input:hover, textarea:hover { background: #ffffff; color: #669; }
input.submit { padding: 3px 6px 3px 6px; border: 1px outset #a6a6a6; cursor: pointer; }
input.submit { background: #e8edff; color: #669; }
input.submit:hover { background: #dee5ff; color: #339; }

/* General */

.cuerpo_web { width: 897px; }

.textSmall { font-size: 10px; }
.textBig { font-size: 12px; }
.textError { color: #ff0000; }
.textLink { color: #328fee; }

.notice { position: absolute; left: 46%; top: 312px; width: 520px; margin-left: -260px; /* -width/2 */ /*background-color: #ccc;*/ }
.notice { color: #000; font-size: 12px; font-weight: bold; text-align: center; }
.notice a:link, .notice a:visited, .notice a:active { font-size: 14px; color: #0099cc; text-decoration: none; }
.notice a:hover { text-decoration: underline; }

.sitemapLink { color: #2164a8;	font-size: 12px; font-weight: bold; } 
.sitemapLink a:link, .sitemapLink a:visited, .sitemapLink a:active { color: #2164a8; text-decoration: none; }
.sitemapLink a:hover { color: #ff9900; text-decoration: underline; }
.sitemapLink2 { color: #677792; font-size: 12px; font-weight: bold; }
.sitemapLink2 a:link, .sitemapLink2 a:visited, .sitemapLink2 a:active { color: #677792; text-decoration: none; }
.sitemapLink2 a:hover { color: #ff9900; text-decoration: underline; }

.masInfo { font-weight: bold; }
.masInfo a:link, .masInfo a:visited, .masInfo a:active { color: #328fee; text-decoration: underline; }
.masInfo a:hover { color: #ff9900; text-decoration: underline; }

.language, .rss, .twitter {	font-size: 11px; }
.language { color: #333; }
.language a:link, .language a:visited, .language a:active { color: #333333; text-decoration: none; }
.language a:hover { color: #328fee; text-decoration: underline; }

.mainMenu { color: #ffffff; font-family: Verdana; font-size: 14px; }
.mainMenu a:link, .mainMenu a:visited, .mainMenu a:active { color: #ffffff; text-decoration: none; }
.mainMenu a:hover { color: #ff9900; text-decoration: underline; }

.title { color: #2164a8; font-family: Verdana; font-size: 14px; font-weight: bold; }
.title a:link, .title a:visited, .title a:active { color: #2164a8; text-decoration: none; }
.title a:hover { color: #ff9900; text-decoration: underline; }

.footer { height: 33px; background-image: url(../img/footer.jpg); background-repeat: no-repeat; background-position: bottom left; }
.footer { color: #ffffff; font-family: Verdana; font-size: 9px; text-align: center; }
.footer a:link, .footer a:visited, .footer a:active { color: #ffffff; text-decoration: none; }
.footer a:hover { color: #ff9900; text-decoration: underline; }

.bgDat, .bgMid, .bgFeed, .bgSim, .bgTui { color: #ffffff; font-family: Verdana; font-weight: bold; }
.bgDat { background-color: #2164a8; }
.bgMid { background-color: #a52f21; }
.bgFeed { background-color: #3a9244; }
.bgSim { background-color: #ab7422; }
.bgTui { background-color: #28a7dc; }

.titleDat, .titleMid, .titleFeed, .titleSim, .titleTui { font-family: Verdana; font-size: 15px; font-weight: bold; }
.titleDat { color: #2164a8; }
.titleMid { color: #a52f21; }
.titleFeed { color: #3a9244; }
.titleSim { color: #ab7422; }
.titleTui { color: #28a7dc; }


