@charset "utf-8";
#general {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
margin:0;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	height: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #808080;
	float: right;
	width: 600px;
	padding-top: 5px;
	margin-top: 30px;
}

#top {
	background-color: #D7D7D7;
	height: 32px;
	width: 539px;
	padding-left: 261px;
	vertical-align: middle;
	padding-bottom: 15px;
}
#franja {
	background-color: #F6921E;
	height: 7px;
	width: 800px;
	float: left;
}
#menu {
	background-color: #ECECEC;
	float: left;
	width: 190px;
	padding-top: 53px;
}
#contenidoindex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	height: 246px;
	width: 322px;
	margin-top: 53px;
	border: thin solid #999999;
	padding: 15px;
	float: right;
}
#contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	height: auto;
	width: 550px;
	margin-top: 30px;
	border: thin solid #999999;
	padding: 15px;
	float: right;
	margin-bottom: 30px;
	margin-right: 10px;
}
#contenidoindex a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174A7C;
	text-decoration:underline;
}
#boton {
	float: right;
	height: 290px;
	width: 137px;
	margin-top: 53px;
	margin-right: 15px;
}
#lineavertical {
	background-image: url(/img/lineavertical.gif);
	float: right;
	height: 333px;
	width: 47px;
	margin-top: 53px;
}



#menu a {
	font-size:11px;
	color:#174A7C;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #174A7C;
}

#menu a:hover {
color:#F6921E;
text-decoration:none;
}
#barrita {
	background-color: #F6921E;
	float: left;
	height: 93px;
	width: 7px;
	margin-right: 25px;
}


#logo {
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 190px;
}
#foto {
	float: right;
	height: 130px;
	width: 610px;
}

#top a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174A7C;
	text-decoration: none;
}
#top a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F6921E;
	text-decoration: none;
}
#contenido img {
	margin-right: 15px;
	border: 0;
	margin-top: 15px;
}



a:link, a:visited, a:active { color: #0000FF; }
a:hover { color: #FF0000; }

th { background-color: #B3B3B3; text-align: left; }
th a, th a:link, th a:visited, th a:active {
  color: #fff;
  text-decoration: none;
}

.altrow { background-color: #dddddd; }

table tr td {
	background: #fff;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 0px;
}

label, legend { font-weight: bold; line-height: 2.5em; }
input.text, input[type=text], textarea { width: 410px; }
input, textarea { border: 1px solid black; }

input.submit { background-color: #B3B3B3; border: 1px solid #808080; width: 76px; height: 25px; }
