﻿/*-------------- TAGS -------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url('Images/bg_grad.jpg');
	background-color: #78c5d7;
	background-repeat: repeat-x;
	margin-top: 0px;
	color: #5C5C5C;
}
form {
	margin: 0;
}
hr {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 1px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}
#content a {
	color: #038fb0;
	text-decoration: none;
}
#content a:hover {
	color: #02B8E6;
	text-decoration: underline;
}
h1 {
	color: #038fb0;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
h2 {
	color: #767676;
	font-weight: bold;
	font-size: 1.1em;
}
ul {
	list-style-image: url(images/bullet_orange.gif);
}
li {
	padding-bottom: 2px;
}
/*-------------- Classes -------------------------------*/
input.textbox {
	border: 1px solid #a8a8a8;
	padding: 2px;
}
div.img_left {
	width: 258px;
	float: left;
	margin-bottom: 10px;
}
div.img_left img {
	margin-bottom: 3px;
	display: block;
}
div.img_left input {
	width: 228px;
}
div.img_right input {
	width: 228px;
}
div.img_right {
	width: 248px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.img_right img {
	margin-bottom: 3px;
	display: block;
}
td.tbl_header {
	padding: 5px 0 5px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #20839A;
}
td.tbl_content {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
}
/*-------------- Containers -------------------------------*/
#wrap {
	font-size: 1.2em;
	width: 760px;
	margin: 0 auto;
}
#container {
	float: left;
}
#content_container {
	width: 729px;
	background-color: #d9f3f9;
	float: left;
	padding: 5px 8px 5px 8px;
}
/*-------------- Shadows -------------------------------*/
td.shad_left {
	background-image: url(images/shad_left_bot.jpg);
	background-repeat: repeat-y;
}
td.shad_right {
	background-image: url(images/shad_right_bot.jpg);
	background-repeat: repeat-y;
}
td.shad_top {
	background-image: url(images/shad_top.jpg);
	background-repeat: repeat-x;
}
td.shad_bot {
	background-image: url(images/shad_bot.jpg);
	background-repeat: repeat-x;
}
/*-------------- Header -------------------------------*/
#header_ede {
	background-color: #00abc4;
	float: left;
	width: 745px;
}
#logo {
	width: 224px;
	float: left;
}
#search {
	padding: 25px 15px 0 0;
	text-align: right;
	color: #FFFFFF;
	float: right;
	width: 473px;
	background-image: url(images/bg_header.jpg);
	height: 76px;
}
#search a {
	color: #FFFFFF;
	text-decoration: none;
}
#search a:hover {
	text-decoration: underline;
}
/*-------------- Menu -------------------------------*/
#menu {
	border-top: solid 1px #fff;
	float: left;
	background-color: #005468;
	width: 725px;
	padding: 0 10px 0 10px;
}
#menu a.menu_hor {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}
#menu a.menu_hor_hover {
	color: #ffffff;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	display: block;
	padding: 8px;
}
/*-------------- Content Container -----------------------------------------------------------*/
/*-------------- Menu Vertical -------------------------------*/
#menu_vert {
	padding: 15px 10px 15px 10px;
	width: 150px;
	float: left;
	background-color: #f3f9f9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E4F1F1;
}
#menu_vert h2 {
	margin-left: 10px;
	color: #515254;
}
#menu_vert ul {
	list-style-type: none;
	list-style-image: none;
	margin: 10px;
	padding: 0;
}
#menu_vert a {
	padding-left: 10px;
	display: block;
	background-image: url(images/bullet_orange.gif);
	background-repeat: no-repeat;
	color: #5C5C5C;
}
#menu_vert li {
	padding-bottom: 5px;
}
/*-------------- Content -------------------------------*/
#content {
	width: 521px;
	float: left;
	padding: 15px;
}
/*-------------- Breadcrobs -------------------------------*/
.breadcrumb {
	width: 521px;
	float: left;
	color: #64544f;
	padding: 0 0 15px 0;
}
.breadbromb a {
	color: #64544f;
	text-decoration: underline;
}
.breadbromb a:hover {
	color: #958179;
}
/*-------------- Main Art -------------------------------*/
#main_art {
	width: 727px;
	float: left;
	border: solid 1px #acc1c6;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
}
/*-------------- Control -----------------------------------------------------------*/
#control {
	float: left;
	width: 727px;
	border: solid 1px #acc1c6;
}
/*-------------- Tabs -------------------------------*/
#tabs {
	width: 727px;
	float: left;
	height: 25px;
	background-image: url(images/tab_off_bg.jpg);
}
#tabs a.tab_on {
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	padding: 3px 15px 7px 15px;
	display: block;
	float: left;
}
#tabs a.tab_off {
	text-decoration: none;
	color: #fff;
	background-repeat: repeat-x;
	border-left: solid 1px #398394;
	padding: 3px 15px 7px 15px;
	display: block;
	float: left;
}
#tabs a:hover.tab_off {
	color: #D8D8D8;
}
/*-------------- Tabs Content-------------------------------*/
#tabs_content {
	padding: 15px;
	float: left;
	width: 697px;
	background-color: #fff;
	background-image: url(images/bg_control.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*-------------- Banners -----------------------------------------------------------*/
#banners {
	margin-top: 5px;
	width: 727px;
	border: solid 1px #acc1c6;
	float: left;
	background-image: url(images/bg_banners.jpg);
	background-repeat: repeat-x;
}
/*-------------- Footer-------------------------------*/
#foot {
	float: left;
	padding: 8px 8px 8px 12px;
;	width: 725px;
	background-color: #005468;
	color: #FFFFFF;
}
#foot a {
	color: #FFFFFF;
	text-decoration: underline;
}
#foot a:hover {
	color: #DBDBDB;
}
/*-------------- Sharepoint-------------------------------*/
.sharepointLogin {
	display: inline;
	float: right;
}
.authregion {
	background-color: #D9F3F9;
}
.ms-main {
	background-color: #fff;
}
.ms-pagebreadcrumb a {
	background-color: #fff;
	color: #64544f;
	text-decoration: underline;
}
.ms-pagebreadcrumb {
	color: #64544f;
	background-color: #fff;
}
.ms-pagebreadcrumb a:hover {
	color: #958179;
}
td.ms-sbcell {
	border: 0;
	padding: 0;
	white-space: nowrap;
}
.ms-sbtable input {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	margin-right: 5px;
}
.ms-sbtable-ex {
	margin-left: 0;
	margin-top: 0;
	width: 97%;
	float: right;
}
td.ms-sbgo {
	background-color: transparent;
	padding: 0px;
}
.groupheader {
	color: #767676;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
.link-item {
	background-image: url('Images/bullet_orange.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#content .ms-pagemargin {
	background-color: transparent;
	background-image: none;
}
.ms-WPBody a:link, .ms-WPBody a:visited {
	color: #575757;
	text-decoration: none;
}
.ms-rteCustom-SubtítuloDeArtículo {
	color: #767676;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}
.ms-rteCustom-TítuloDeArtículo {
	color: #038fb0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.byLine input {
	width: 150px;
}



/* Estilos de formularios*/

.Text{
    border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	width:100%
}

.Boton
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color: #ffffff;
}

.LineaAbajo
{
	border-bottom: lightgrey 1px solid;
}



#Msg
{
	border-right: #818a85 1px solid;
	padding-right: 5px;
	border-top: #818a85 1px solid;
	padding-left: 5px;
	z-index: 500;
	padding-bottom: 5px;
	border-left: #818a85 1px solid;
	width: 500px;
	color: #576e5b;
	padding-top: 5px;
	border-bottom: #818a85 1px solid;
	position: absolute;
	background-color: #eaf6ef;
	text-align: left;
	left: -500px;
}

#Msg a
{
	color: #576e5b;
	text-decoration: none;
}

#Msg a:hover
{
	color: #576e5b;
	text-decoration: underline;
}

#Msg ul
{
	text-decoration: underline;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
}

#Msg li
{
	padding-bottom: 5px;
}

.Noticia h1 {
	color: #038fb0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
.srch-stats {
	background-color:transparent;
	color:#333333;
	font-family:Tahoma;
	font-size:1em;
	text-align:left;
	white-space:nowrap;
}
.srch-Page {
	background-color:transparent;
	color:#666666;
	font-family:Tahoma;
	font-size:1em;
	font-weight:bold;
	text-align:right;
}
