* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#355379;
	background-image:url(../images/parabampafondo.png);
	font-family:Verdana;
	color: #FFFFFF;
	font-size:.7em;
}

#pagina
{
	background:url(../images/img.jpg) no-repeat center top;
	width:700px;
	margin:0px auto;
	background-color:#517db4;
	border:1px solid #93aed0;
}
blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	color: #abd0ff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#666666;
}

/* Boxed Style */

.boxed {
	margin-bottom: 10px;
	background: #788CA5;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-left:3px;
}

.boxed .title{
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(../images/img02.gif) repeat-x;
	border-bottom: 1px solid #FFFFFF;
	font-size: 1em;
	color: #355379;
}

h2{
	font-size:1.2em;
	font-weight: bold;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
	margin-bottom: 10px;
	padding: 15px 15px 15px 15px;
	background: #788CA5;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	margin-right:4px;
}

.post .title {
	clear: both;
	padding: 10px 0;
	color: #355379;
}

.post .date {
	float: left;
	width: 80px;
	height: 21px;
	padding: 9px 0 0 0;
	background: #FFFFFF;
	text-align: center;
	font-size: x-small;
	color: #355379;
}
.post .meta, .post .metaCentral {
	float: left;
	width: 332px;
	height: 28px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 1.2em;
}

.post .metaCentral
{
	width: 575px;
}

.meta p, .metaCentral p
{
	margin-top:5px;
}

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 170%;
}

/* Logo */

#logo {
	width: 700px;
	height: 220px;
	margin: 0 auto;
}
#logo img{
	padding-top:10px;
	width:308px;
	height:100px;
}

/* Menu */

#menu {
	
	float:right;
	width: 460px;
	height:34px;
	margin:0px auto;
	margin-top:18px;
}

#menu ul {
	margin: 0px auto;
	list-style: none;
	float:right;
}

#menu li {
	display: inline;
	float:left;
}

#menu a {
	display: block;
	padding: 10px 18.5px 10px 13.5px;
	background: url(../images/barra.png) repeat-x;
	text-transform: lowercase;
	font-weight: bold;
	color:#ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-decoration:overline;
}

/* Content */

/* Content > Main */

#main {
	float: right;
	width: 460px;
}

#contenidocentral
{
	float:left;
	width:657px;
	margin-left:4px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin-top:20px;
}


/* Content > Sidebar > Login */
/*
#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Updates*/

.updates ul {
	margin: 0;
	list-style: none;
}

.updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

.updates p {
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	font-size: .9em;

}
.updates a{
	color:#355379;
}

#masLinks a
{
	color:#ffffff;
}



/* Content > Sidebar > Partners*/

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	text-align:center;
	border-top: 1px dotted #FFFFFF;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/** Formulario Contacto **/
#contact_form
{
	width:440px;
	text-align:center;
	margin:0px auto;
}

#miform input
{
	font-size:0.9em;
	border:1px solid;
	border-color:#666666;
	padding:1px;
	margin-bottom:5px;
	font-family:Helvetica;
}

#miform textarea
{
	font-size:0.9em;
	border:1px solid;
	border-color:#666666;
	padding:1px;
	font-family:Helvetica;
	margin-bottom:5px;
	overflow:auto;
	width:299px;
	height:100px;
}

#miform
{
	margin-bottom:10px;
	width:393px;

}

#miform label
{
	display:block;
	float:left;
	width:80px;
	cursor:pointer;
	text-align:right;
	margin-right:10px;
}

#miform p 
{
	margin:0px;
	padding:0px;
	color: #cccccc;
	font-weight: bold;
	width:410px;
}
/** Fin Formulario Contacto **/

/** Libro visitas **/
#contMensajes
{
	width:420px;
	margin:0px auto;
	margin-bottom:10px;
	border:1px dotted #cccccc;
}

#mensajes
{

	height:450px;
	width:98%;
	overflow:auto;
	color:#cccccc;
	text-align:left;
	padding:5px;
	border:1px dotted #cccccc;
}

.tabla
{
	color:#cccccc;
	font-weight: bold;
	margin:10px 10px 0px 10px;
}
.tabla input, textarea
{
	margin:5px 5px 5px 5px;
}
.exito
{
	color:#68ff81;
	font-size:0.8em;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}
.error
{
	color:#bc2327;
	font-size:0.8em;
	font-weight:bold;
	text-align: center;
}
/** Fin Libro Visitas **/

#reproductor
{

	padding:0px;
	margin-left:5px;
}