/* //////////////////////////////////////////////////////CSS Document////////////////////////////////////// */

html {
	height: 100%;
}
body {
	height: 100%;
	padding: 0px;
	color: #4b616f;
	background: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 11px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}
ul
{
	list-style-type: square;
}
li
{
	line-height: 15px;
	list-style-type: disc;
}
a{
	color:#333333;
	text-decoration: none;
}
a:link, a:visited {
	
}

a:hover {
	color: #333333;	text-decoration: none;
}
input {
	border:solid 1px #cccccc;
	background-color: #ffffff;
	color: #15488a;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  }
.button {
	color: #993300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #cccccc;
	height: 18px!important;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #336699;
}
.form_select {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	scrollbar-face-color: #acc8e5;
	scrollbar-arrow-color: #15488b;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*///////////////////////////////////////////////////Fin estilos Genericos//////////////////////////////////////////////////////////*/
.top_back {
	background-image: url(../images/line-top.gif);
	background-repeat: no-repeat;
	background-position: right 70px;
	text-align: left;
	vertical-align: top;
}
.menu_centro {
	background-color: #FDBF58;
	text-align: center;
	vertical-align: middle;
	color: #333333;
}

.line_base {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.txt_blue {
	color: #1A3984;
}
.mini {
	font-size: 10px;
}
.link_blue {
	color: #1A3984;
}
.link_blanco {
	color: #FFFFFF;
}
.link_blanco:hover {
	color: #FFFFFF;
}
.contenido_ctro {
	background-image: url(../images/linea_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 35px;
	height: 300px;
}
.baseline_right {
	background-image: url(../images/baseline_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 23px;
}
.baseline_ctro {
	background-image: url(../images/baseline_03.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.baseline_left {
	background-image: url(../images/baseline_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 48px;
}
p {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.copy {
	color: #999999;
}
.bold_am {
	font-style: italic;
	font-weight: bold;
	color: #FFCC00;
}
.titular {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.table_grey {
	background-color: #eeeeee;
	padding: 3px;
}
.table_white {
	background-color: #FFFFFF;
	padding: 3px;
}
.link_bullet {
	background-image: url(../images/bullet_off.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #888A8C;
	padding-left: 18px;
}
.link_bullet:hover {
	background-image: url(../images/bullet_on.gif);

}
.contenido_video {
	height: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
.basevideo_left {
	background-image: url(../images/basevideo_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 48px;
	height: 260px;
}
.basevideo_right {
	background-image: url(../images/basevideo_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 23px;
}

