* {
	padding: 0;
	margin: 0;
	outline: none;
	}
	
body {
	background: #fff url('/img/fondopagina.gif') 0 0 repeat-x;
	font-family: Tahoma,"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 12px;
	}
	
p {
	padding-bottom: 10px;
	text-align: justify;
	line-height: 15px;
	}
	
a {
	color: #ff0000;
	text-decoration:none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
img {
	border: 0;
}	
	
h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #aa0000;
	font-weight: bold;
	font-style: italic;
	padding-left: 2px;
	height: 30px;
	}
	
h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #5a4b3f;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	line-height: 21px;
	}

h2 a {
	color: #5a4b3f;
	padding: 0 1px;
	}

	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	}
.wrapper {
	width: 918px;
	margin:0 auto;
}
	
.clear {
	clear:both;
	}
	
#cabecera {
	width: 918px;
	float: left;
	background:  url('/img/barratop.gif') repeat-x;
	height: 100px;
	
}
#cabecera .solapa {
	float: right;
	width: 208px;
	height: 100px;
	background: url('/img/solapatop.gif') no-repeat right top;
	color: #fff;
	text-align: center;
}

#cabecera .solapa a {
	color: #fff;
}


#cabecera .logo {
	float: left;
	width: 710px;
	height: 100px;
	background: url('/img/logo.gif') no-repeat left bottom;
}

#cabecera .banner {
	float: right;
	width: 486px;
	height: 91px;
	margin-top: 9px;
	background: #fff;
	
}


#cabecera .telefono {
	float: right;
	width: 208px;
	height: 92px;
	padding-top: 8px;
	text-align: center;
	background: url('/img/telefono.gif') no-repeat right bottom;
}




#cuerpo {
	width: 918px;
	float: left;
	margin-top: 10px;
}	

#cuerpo .menu {
	float: left;
	width: 918px;
	height:57px;
	background: url('/img/parche.jpg') repeat-x bottom;
}
#cuerpo .utilidades {
	float: left;
	width: 279px;
	height: 57px;
	background: url('/img/adaptador.jpg') no-repeat right bottom;
	margin: 0;
	padding: 0;
} 
#cuerpo .opciones {
	float: right;
	width: 639px;
	height: 57px;
	padding-top: 11px;
	background: url('/img/fondomenu.jpg') repeat-x top;
	
}



#contenido {
	padding: 10px;
	float: left;
	width: 898px;
	background: #fff;
	
}

#contenido .izda {
	float: left;
	width: 217px;
}
#contenido .noticias {
	width: 207px;
	padding: 5px; 
	height: 225px; 
	background: #f9f3f3;
}

#contenido .utilidadeshome {
	width: 350px;
	padding: 5px; 
	height: 150px; 
	background: #f9f3f3;
	float: right;
}


#contenido .chatonline {
	width: 197px;
	padding: 10px; 
	height: 190px; 
	background: #fff url('/img/chatonline.jpg') no-repeat bottom;
	
}
#contenido .chatonline a {
	color: #595959;
	font-weight: bold;
	font-size: 13px;
}


#contenido .dcha {
	float: right;
	width: 666px;
	padding-left: 15px;
}

#cuerpo .tabs{
	float: right;
	height:57px;
	line-height:16px;
}

#cuerpo .tabs li{
	float:left;
	display:block;
	width: 139px;
	height: 57px;
}

#cuerpo .tabs a{
	font-size:14px;
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width: 139px;
	height: 47px;
	padding-top: 10px;
	background: url('/img/taboff.jpg') no-repeat center top;
}

#cuerpo .tabs li a:hover{
	background: url('/img/tabon.jpg') no-repeat center top;
	text-decoration:none;
	color: #fff;
	width: 139px;
	height: 47px;
}
	
		
	
#pie {
	background: url('/img/pieizda.gif') no-repeat top left;
	float: left;
	height: 73px;
	width: 888px;
	padding-left: 30px;
	margin-top: 15px;
	}
	
#pie .menu {
	float: left;
	width: 675px;
	height: 63px;
	padding-top: 10px;
	background: #dadada;
}
#pie .menu a {
	color: #595959;
	font-weight: bold;
}


#pie .logo {
	float: right;
	width: 183px;
	height: 73px;
	padding-right: 30px;
	background: url('/img/logopie.gif') no-repeat top right;
}

#footer a { color: #7d7461; }
#footer a:hover { color: #fff; }


		
/* standard list style table */
table.adminlist {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
    border-collapse: collapse;
}

table.adminlist th {
    margin: 0px;
    padding: 6px 4px 2px 4px;
    height: 25px;
    background-repeat: repeat;
    font-size: 11px;
    color: #000;
}
table.adminlist th.title {
    text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
    color: #c64934;
    text-decoration: none;
}

table.adminlist th a:hover {
    text-decoration: underline;
}

table.adminlist tr.row0 {
    background-color: #F9F9F9;
}
table.adminlist tr.row1 {
    background-color: #FFF;
}
table.adminlist td {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    vertical-align: top;
}
table.adminlist tr.row0:hover {
    background-color: #f1f1f1;
}

table.adminlist tr.row1:hover {
    background-color: #f1f1f1;
}
table.adminlist td.options {
    background-color: #ffffff;
    font-size: 8px;
}

table.adminform {
    width: 100%;
}

table.adminform tr.row0 {
    background-color: #f9f9f9;
}
table.adminform tr.row1 {
    background-color: #eeeeee;
}

table.adminform td {
    padding: 2px;
    text-align: left;
}
table.adminform td.editor {
    font-size: 9px;
}
          
/* Paging */
div.paging {
	color: #ccc;
	margin: 5px;
	
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	padding: 0;
	width: 100%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 2px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	
}
form div.required {
	color: #9999;
	
}
form div.submit {

	clear: both;
	margin-top: 10px;
	text-align: left;
	border: 0;
}

label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 9px;
	font-family: "tahoma", "lucida grande", "verdana", sans-serif;
	padding: 1px;
	border: 1px solid #000;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
	border: 0;
}
input[type=radio] {
	float: left;
	width: auto;
	border: 0;
}

input[type=submit] {
	background: #f4f4f4;
	
	font-size: 10px;
	padding: 2px;
	width: auto;
	vertical-align: bottom;
	border: 1px solid #000;
	
}
input[type=hidden] {
	border: 0;
}

input[type=image] {
	border: 0;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* standard list style table */
table.adminlist {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
    border-collapse: collapse;
}

table.adminlist th {
    margin: 0px;
    padding: 6px 4px 2px 4px;
    height: 25px;
    background-repeat: repeat;
    font-size: 11px;
    color: #000;
}
table.adminlist th.title {
    text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
    color: #c64934;
    text-decoration: none;
}

table.adminlist th a:hover {
    text-decoration: underline;
}

table.adminlist tr.row0 {
    background-color: #F9F9F9;
}
table.adminlist tr.row1 {
    background-color: #FFF;
}
table.adminlist td {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    vertical-align: top;
}
table.adminlist tr.row0:hover {
    background-color: #f1f1f1;
}

table.adminlist tr.row1:hover {
    background-color: #f1f1f1;
}
table.adminlist td.options {
    background-color: #ffffff;
    font-size: 8px;
}

table.adminform {
    width: 100%;
}

table.adminform tr.row0 {
    background-color: #f9f9f9;
}
table.adminform tr.row1 {
    background-color: #eeeeee;
}

table.adminform td {
    padding: 2px;
    text-align: left;
}
table.adminform td.editor {
    font-size: 9px;
}
          
