/* BASES GENERALES */
* {
	margin: 0;
   padding: 0;
   border: none;
	font-size: 1em;
}
body {
   font: 62.5% Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	outline: none;
	color: #66A91D;
	font-weight: bold;
}
a:hover {
	color: #999;
}
img {
	border: 0;
}

ul {
	list-style: none;
}

h2 {
	color: #3863ac;
	font-size: 1.4em;
	margin-bottom: 10px;
}
table {	
	border-collapse: collapse;
}
table.todos {
	width: 500px;
}
table.todos td {
	font-size: 1.2em;
	color: #414042;
	margin-bottom: 10px;
	line-height: 150%;
	padding: 10px;
	border-bottom: solid 1px #0077CC;
	text-align:left;
}
table.hoy td {
	font-size: 1.2em;
	color: #414042;
	margin-bottom: 10px;
	line-height: 150%;
	padding: 10px;
}
table.hoy td.ver-todos {
	background: url(../images/ver-todos.gif) left 3px no-repeat;
	float: left;
	padding: 0 0 0 20px;
	margin-left: 10px;
}
.paginas {
	color: #0077CC !important;
}
.paginado {
	text-align: right !important;
	color: #0077CC !important;
}
.paginado a {
	color: #000;
}
/*Form*/
.form td {
	padding: 5px;
}
.form label {
	float: left;
	padding: 0 5px 0 0;
	text-align: left;
	line-height: 18px;
	width: 150px;
	font-size: 1.1em;
}

.form input {
	float: left;
	padding: 2px;
	height: 14px;
	border: inset 1px #808080;
	width: 230px;
}
.form input#foto {
	float: left;
	padding: 2px;
	height: 18px;
	border: inset 1px #808080;
}
.form textarea {
	float: left;
	padding: 2px;
	border: inset 1px #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 230px;
}

.form select {
	float: left;
	height: 20px;
	border: inset 1px #808080;
}

.form .enviar {
	width: 70px;
	height: 20px;
	display: block;
	border: none;
	background: #8FBC8F;
	font-weight: bold;
	float: right;
}


