* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: -1px;


}


.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#417367;
        border:0px;
        width:146px;
        height:19px;
}

.input{
        font: normal 12px Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
        border-color:417367; 
 		/*border-style:inset;*/ 
		color: #666666;
 		border-width:2px; 
        width:143px;
        height:19px;
}



a {
	color: #29A3E1;
	/*text-decoration: none;*/
	/*font-size: 15px;*/
	/*size*/
}



a:link.enlace_b {
color:#417367;
letter-spacing: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:visited.enlace_b {color:#417367}
a:hover.enlace_b {color:#417367}
a:active.enlace_b {color:#417367}

a:link.enlace_c {
text-decoration:none;
font-size: 10px;
}

a:visited.enlace_c {text-decoration:none;}
a:hover.enlace_c {text-decoration:none;}
a:active.enlace_c {text-decoration:none;}



a:hover {
	text-decoration: none;
	color: #1A7196;
}

/* Boxed */

.title {
	padding-left: 30px;
	background: url(images/img04.gif) no-repeat left center;
}

.titlepelis {
	padding-left: 30px;
	background: url(images/pelicula_icon.gif) no-repeat left center;

}
.titlenoticias {
	padding-left: 30px;
	background: url(images/criticas_icon.gif) no-repeat left center;
}
.titleemail {
	padding-left: 30px;
	background: url(images/email_icon.gif) no-repeat left center;
}

.titlelibros {
	padding-left: 30px;
	background: url(images/libro_icon.gif) no-repeat left center;
}
.titletaller {
	padding-left: 30px;
	background: url(images/taller_icon.gif) no-repeat left center;
}







.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 100%;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font-size: 182%;
}

.boxed2 .titlenoticias {
	font-size: 182%;
}
.boxed2 .titlepelis {
	font-size: 182%;
}
.boxed2 .titleemail {
	font-size: 182%;
}
.boxed2 .titlelibros {
	font-size: 182%;
}
.boxed2 .titletaller {
	font-size: 182%;
}

.boxed3 .title {
	font-size: 129%;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 960px;
	height: 161px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #417367;
}

/* Logo */

#logo {
	float: left;
	width: 239px;
	height: 160px;
	background: #9A8825 url(images/img01.jpg) no-repeat;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#logo h1 {
	padding-top: 20px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 720px;
	height: 49px;
	background: #B09733 url(images/img02.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	height: 5px;
	background: #417367;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 14px 15px 0 15px;
	border-top: 5px solid #417367;
	text-decoration: none;
	font-weight: bold;
	/*color: #417367;*/
	color: #000000;
}

#menu a:hover {
	border-top-color: #66CC66;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* contenidoancho */

#contenidoancho {
	margin-bottom: 45px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #417367;
}

#footer p {
	text-align: center;
	font-size: 77%;
}

/* imagenes */

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/*Enlace de ver contenido
vercontenido {
	text-align: right;
}
*/


#vercontenido {
	padding: 100px;
}
