/* CSS for general pages */

#content {
	min-height: 31em;
}

* html #content { height: 31em; } /* IE6 fix */

/* Index page */
.contentIndex .block {
	float: left;
	margin-right: 3em;
	margin-left: 0.7em;
	padding: 0 0 3em 1em;
	width: 31em;
	/*height: 25em;*/
	height: 275px; 
	width: 736px;
}

.contentIndex .block .title {
	margin-top: 3.8em;
	margin-bottom: 1.4em;
	overflow: hidden;
	color: #c03;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: .025em;
	padding: 0;
	line-height: 1.1;
	height: 29px;
}

.contentIndex .block .intro {
}

/* Botonera */
.buttons {
	margin: 1em 1em;
}
* html .buttons { margin: 1em 1em; } /* IE6 fix */
*+html .buttons { margin: 1em 1em; } /* IE7 fix */

.buttons button {
	border: none;
	background: url(../img/icon_link.gif) right no-repeat;
	color: #006666;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	padding: 0.4em 2.5em 0.4em 0em;
	margin: 0em 1em 0em 1em;
	cursor: pointer;
	overflow: visible; /* IE fix */
	height: 19px;
}

.buttons a {
	border: none;
	background: url(../img/icon_link.gif) right no-repeat;
	color: #006666;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	padding: 0.4em 2.5em 0.4em 0em;
	margin: 0em 1em 0em 1em;
	cursor: pointer;
}
* html .buttons a { vertical-align: 0.5em; } /* IE6 fix */

#content .buttons a {
	text-decoration: none;
}

.buttonSubmit {
	border: none;
	background: url(../img/icon_link.gif) right no-repeat;
	color: #006666;
	font-size: 1em;
	font-weight: bold;
	padding: 0.4em 2.0em 0.4em 0;
	margin: 0 1em;
}

/* Búsquedas */
.searchBar {
	color: #c8103a;
	height: 1px;
	border: 1px dotted;
}

.pagination {
	margin-bottom: 0.5em;
}

.pagination select {
	font-size: 1em;
}

/* Errores */
#validatorError {
	color: red;
	padding-bottom: 0.4em;
}

.buttons input {
background:transparent url(../img/icon_link.gif) no-repeat scroll right center;
border:medium none;
color:#006666;
font-size:1em;
font-weight:bold;
margin:0 1em;
overflow:visible;
padding:0.4em 2.5em 0.4em 0;
width:auto;
}


