@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

body {
	background: #E5DCD5;
	margin:0;
	padding:0;
	font-family: 'Pontano Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}

* {
	margin:0px;
	padding:0px;
}

/** element defaults **/

div.centrado {
text-align: center;
}


table {
	/*width: 90%;*/
	text-align: left;

}

th, td {
	padding: 3px 3px;
}

th {
	color: #fff;
	background: #3394ff none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #000;
}

a:hover {
	color: #FA620A;
}

a:focus {
	outline: none;
}


a.button { 
    background-color: #FA620A;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #E65705;
}


fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form input.formbutton {
	border: none;
	background: #FA620A;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 15px;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {

	color: #000;
	font-size: 35px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h2 {
	color: #000;
	font-size: 32px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h3 {
	color: #FA620A;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}

h4 {
    font-family: 'Pontano Sans', Arial, sans-serif;
    color: #0187D5;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #999;
}

/*ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}*/


#container {
	width: 960px;
	margin: 20px auto;
	padding: 10px;
	box-shadow: 0 5px 5px 5px #C9B7A6;
	background-color: #fff;
	border-top: 20px solid #FA620A;
}

header {
	padding: 20px 2px;
	background: #fff;
	margin: 0 auto;
	text-align:center;
	border:1px;

}

header h1 a, header h1 a:hover {
	color: #000;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
    text-transform: uppercase;
}

header h1 a span { 
	color: #666;
}


header h2 {
	color: #c0c0c0;
	font-size: 13px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}

header img {
	float:left;
}

nav {
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
	height: 37px;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	float: left;
	display: block;
	padding: 0;
}


nav ul li a {
    color: #666;
    display: block;
    font-family: 'Pontano Sans',Arial,sans-serif;
    font-size: 13px;
    letter-spacing: 0;
	margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul li.selected a,
nav ul li.selected a:hover { 
	background-color: #FA620A;
	color: #fff; 
	font-weight:bold;
}

nav ul li a:hover { 
	background-color: #FA620A;
	color: #fff; 
	font-weight:bold;
}

#menup {
	margin:auto;
	/*width:700px;*/
	font-family: 'Pontano Sans',Arial,sans-serif;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 5px 0;
	height: 37px;
}

ul, ol {
	list-style:none;

}

.mimenu li a {
	text-decoration:none;
	padding:10px 15px;
	display:block;
}

.mimenu li a:hover {
	background-color: #FA620A;
	color: #fff; 
}

.mimenu > li {
	float:left;
}

.mimenu li ul {
	background-color: #FA620A;
	color: #fff;
	display:none;
	position:absolute;
	min-width:140px;
}

.mimenu li:hover > ul {
	display:block;
}

#bienvenido {
	float: left;
	width: 90%;
}

#body {
	background: none;
	margin: 10px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
	width: 71%;
}

#contentadmin {
    float: left;
	width: 71%;
	overflow: scroll;
}

#contentadmin2 {
    float: left;
	width: 98%;
	/*overflow: scroll;*/
}

#contentsearch {
    float: left;
	width: 98%;
	overflow: scroll;
}

article {
    border-bottom: 1px dashed #ddd;
    padding: 10px 10px 20px 5px;
 }

article h2 { 
	font-weight: bold;
    padding-bottom: 0;
}

article .article-info {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #666;
}

.sidebar {
    float: right;
    width: 28%;
	margin-top: 10px;
}

.sidebar2 {
    float: right;
    width: 20%;
	margin-top: 10px;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	padding: 7px 7px;
	border-bottom: 4px solid #FA620A;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13.5px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	font-weight: normal;
}

.sidebar li ul li a:hover {
}


.sidebar li ul li a.readmore {
   color: #FA620A;
   font-weight: bold;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	width: 960px;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
	background: #FA620A;
}

footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	border-bottom: 1px dashed #FE9152;
	padding: 10px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #eee;
    font-size: 13px;
    text-decoration: underline;
}

footer .footer-content li a:hover { 
	color: #fff;
}

footer .footer-content h4 {
   color: #FEC2A0;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 0;
}

footer .footer-content ul.endfooter {
	margin-right: 0;
}

footer .footer-content span.sitename {
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #aaa;
	float: left;
}

footer .footer-bottom {
	padding: 5px;
	text-align: center;
	background-color: #fff;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #999;
}



#main {
    margin: auto;
	border: 1px solid #cccccc;
	width: 450px;
    min-height:150px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    border-collapse:collapse;
}

#sender {
   clear:both;   
	border: 1px solid #cccccc;
	width: 356px;
	background: #E9ECEF;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size : 12px;
   padding:2px;
   margin-bottom:10px;
   margin-top:10px;
   margin-left: 60px;
}

#icon{
    width:60px;
    height:100px;
    padding:0px;
    margin:0px;
    border:0px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#mchat{
    border:0px;
    width:100%;
}

#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#result {
    margin-top:20px;
	 border: 1px solid #cccccc;
	 width: 356px;
	 background: #E9ECEF;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:2px;
    height:400px;
    overflow:auto;
}

#encabezado {

}

div.isa_alta {
  border: 1px solid;
  margin: 100px 100px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  -moz-border-radius:.5em;
  -webkit-border-radius:.5em;
  border-radius:.5em;
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('images/success.png');
}

div.isa_baja {
  border: 1px solid;
  margin: 100px 100px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  -moz-border-radius:.5em;
  -webkit-border-radius:.5em;
  border-radius:.5em;
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('images/error.png');
}

div.isa_mod {
  border: 1px solid;
  margin: 100px 100px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  -moz-border-radius:.5em;
  -webkit-border-radius:.5em;
  border-radius:.5em;
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('images/warning.png');
}

.tablasti {
	margin: 0 auto;
}

.tablasti th {
border: 1px solid #000;
color: white;
padding: 5px;
background-color: #38A0BF;
}

.tablasti tr:nth-child(odd) {
border: 1px solid #000;
padding: 5px;
background-color: #C5E5ED;
}
}