body {
	background: #999;
	color: #333;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}


#top {
	background: #999 url(images/top.png) no-repeat;
	height: 136px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#top #cintilla {
	color: #fff;
	font-size: 10px;
	padding-left: 15px;
	padding-top: 118px;
}

#top #cintilla a {
	color: #fff;
}

#container {
	width: 796px;
	min-height: 450px;
	background: #fff url(images/bodybg.png) top left repeat-y;
}

#container #main {
	padding-left: 30px;
	width: 530px;
}

#bar {
	background: #fff url(images/bar.png) no-repeat;
	min-height: 300px;
	position: absolute;
	top: 137px;
	left: 570px;
	width: 190px;
	padding-top: 27px;
	padding-left: 12px;
}

#bottom {
	background: #999 url(images/bottom.png) no-repeat;
	width: 796px;
	height: 47px;
	margin: 0px;
	border: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #666;
	font-size: 10px;
	text-align: center;
}

#bottom a {
	color: #333;
}

table#tabla {
	padding: 0px;
	border: 0px;
}

table#tabla th {
	background: #777;
	color: #fff;
	padding: 8px;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}

table#tabla td {
	border: 1px solid #ddd;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	padding: 4px;
	margin:3px;
}

a {
	color: #3da8cc;
	text-decoration: none;
}

a:hover {
	color: #ffbe00;
	border-bottom: 1px dotted #3da8cc;
}

h1 {
	margin-top: 0px;
	padding-top: 10px;
	font-size: 18px;
	color: #febe00;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 0.5em;
}	

h2 {
	font-size: 16px;
	color: #febe00;
}

p {
	text-align: justify;
}

/* menu stuff */

#opmtitle
{
	color:#333;
	font-size: 12px;
}

#opmtitle a 
{
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

#opmtitle a:hover {
	color: #f90;
	border: 0px;
}

#opm {
	max-width: 155px;
	color: #666;
	padding: 2px;
	border: 1px;
	font-size: 12px;
	padding-left: 10px; 
}

#opm:hover {
	background: #fafafa; 
	border: 1px solid #ddd;
	color: #000;
}

#opm:hover a {
	color: #000;
	border:0px;
}
                                                                                                                                                             
#opm a {
	text-decoration: none;
	color: #666;
	border:0px;
	font-size: 10px;
}

#opm a:hover {
	color: #000;
}

#seccion {
	margin-bottom: 10px;
}

#seccion #titulo {
	background: #fff url(images/bullet.png) no-repeat;
	border-bottom: 1px dotted #999;
	display: block;
	width: 235px;
	color: #666;
	font-size: 16px;
	padding-left: 14px;
	margin-bottom: 10px;
}

#seccion ul {
	padding: 0px;
	margin: 0px;
}

#seccion li {
	list-style-type: none; 
	background: #fff url(images/minibullet.png) no-repeat;
	padding-left: 12px;
	font-size: 12px;
}


/* form stuff */
input {
	background-color:#fff;
	color: #555;
	padding: 2px;
}

input[type="button"], input[type="submit"]  {
        background-color: #f7f7f7;
        color: #000;
        border: 1px solid #999;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        font-weight: bold;
        margin-left: 2px;
        margin-right: 2px;
}
                                                                                                                                                             
input[type="button"]:hover, input[type="submit"]:hover  {
        background-color: #fff;
        color: #000;
}
                                                                                                                                                             
input[type="button"]:active, input[type="submit"]:active {
        background-color: #eee;
        color: #000;
	border: 1px solid #999;
}



input[type="text"], input[type="password"], textarea { 
	background-color: #fafafa;
	border: 1px solid #ddd;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
	padding:3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus	{ 
	background-color: #fff; 
	border: 1px solid #666;
}

textarea {
	width: inherit;
}

/* comas stuff */

#container #comas {
	padding-left: 30px;
	padding-right: 30px;
	width: 730px;
}

p.comas_error {        
	font-weight: bold;
	text-align: center;
	color: red;
}

p.comas_msg {
	font-weight:bold;
	text-align: center;
}

table.name {        
	width: 30%;
}

td.input {        
	width: 55%;
}

td.error {
	width: 20%;
}

#none {
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a#none:hover {
	text-decoration: none;
}

tr.verde td {
	background: #8FBC8F;
}

tr.rojo td {
	background: #e57272;
}
