/*
Design by engelplanet
http://www.engelplanet.com
Released for free under a Creative Commons Attribution 2.5 License
*/
*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: url(images/img01.jpg) repeat-x top center;
	background-color: #000000;
}
BODY, TH, TD, INPUT, TEXTAREA
{
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-if;
	font-size: 12px;
	color: #333333;
}
FORM
{

}
FIELDSET
{
}
INPUT, TEXTAREA
{
	font-weight: bold;
	background: url(images/backinput.gif) repeat-x;
	border: 1px solid #333333;
	color: #00CCCC;
}
INPUT.text
{
	padding: 2px 5px;
	background: #3D3D3D;
}
INPUT.button
{
	background: #000000;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
}
H1, H2, H3
{
	margin-top: 1.5em;
	color: #0A9C9D;
}
H1
{
	letter-spacing: -0.075em;
	font-size: 3em;
}
H2
{
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #B10961;
}
H3
{
	font-size: 1em;
}
P, UL, OL
{
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}
UL, OL
{
	margin-left: 3em;
}
BLOCKQUOTE
{
	margin-left: 3em;
	margin-right: 3em;
}
A
{
	text-decoration: none;
	color: #75043D;
}
A:hover
{
	border: none;
}
H1 A, H2 A, H3 A
{
	border: none;
	text-decoration: none;
	color: #0A9C9D;
}
H1 A:hover, H2 A:hover, H3 A:hover
{
	background: none;
	color: #0A9C9D;
}
HR
{
	display: none;
}
/*Wrapper*/
#wrapper
{
}
/*Header*/
#header
{
	width: 1100px;
	margin: 0 auto;
	background: url(images/img02e.png) no-repeat top center;
}
#menu
{
	height: 47px;
	width: 976px;
	padding: 0px 20px 0px;
}
#menu UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu LI
{
	float: left;
}
#menu A
{
	display: block;
	float: left;
	padding: 15px 30px 16px;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-if;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid transparent;
	color: #FFFFFF;
}
#menu A:hover
{
	background: #366B61;
	color: #FFFFFF;
}
#menu .current_page_item A
{
	background: #1A2B35;
	padding: 15px 30px 16px;
	color: #FFFFFF;
}
#menu .last
{
	border-right: 1px solid #58032F;
}
#search
{
	float: right;
	width: 200px;
	margin: 5px;
	padding-top: 7px;
}
#search FIELDSET
{
	width: 200px;
	border: none;
}
#search #s
{
	width: 200px;
	background-color: #000000;
	border-color: #333333;
}
#search #x
{
	width: 90px;
}
/*Logo*/
#logo
{
	width: 1100px;
	height: 345px;
	margin: 0 auto;
	background: url(images/img02.png) no-repeat center top;
}
#logo H1, #logo H2
{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
#logo H1
{
	padding: 90px 5px 0 0px;
	font-size: 48px;
	color: #FFFFFF;
}
#logo H2
{
	padding: 0px 0 0 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-if;
	font-size: 14px;
	color: #BD0A70;
}
#logo P
{
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}
#logo A
{
	color: #FFFFFF;
}
/*Page*/
#page
{
	width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: none;
}
/*Content*/
#content
{
	float: left;
	width: 680px;
	padding-left: 20px;
}
.post
{
	padding-bottom: 10px;
}
.post .title
{
	margin: 0;
	font-weight: normal;
}
.post H1.title
{
	padding: 25px 0 0 15px;
	height: 40px;
	position: relative;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-if;
}

h1 {
	padding: 25px 0 0 15px;
	height: 40px;
	position: relative;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-if;
}
h1 span {
  background: url(gradient-shine.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}



.post .entry
{
	padding: 0 25px 30px 15px;
	color: #333333;
}
.post .meta
{
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-if;
	font-size: 10px;
	color: #333333;
}
.post .meta A
{
	color: #333333;
}
.post .links
{
	margin: 0;
	padding: 0px 0px 15px 15px;
}
.post .tags
{
	margin: 0;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-if;
	font-weight: bold;
	color: #333333;
}
.post .links A, .post .tags A
{
	border: none;
}
/*Recent Posts*/
#recent-posts
{
}
#recent-posts H2
{
	margin: 0;
	padding: 15px 0 0 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-if;
	color: #B10961;
}
#recent-posts H3
{
	margin: 0;
	padding: 15px 0 0 0px;
	font-size: 13px;
}
#recent-posts P
{
	margin: 0 0 10px;
	padding: 15px 0 20px 0px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 18px;
	font-size: 13px;
}
#recent-posts A
{
	background: #BB096B;
	padding: 3px 15px 3px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-if;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#recent-posts H3 A
{
}
/*Sidebars*/
.sidebar
{
	float: left;
}
.sidebar UL
{
	margin: 3;
	padding: 0;
	list-style: none;
}
.sidebar LI
{
	margin-bottom: 3em;
}
.sidebar LI UL
{
}
.sidebar LI LI
{
	margin: 3px;
}
.sidebar LI H2
{
	margin: 0 0 10px;
	padding: 3px 0px 50px;
	font-family: Arial, Helvetica, sans-if;
	color: #0A9C9D;
}
#sidebar1
{
	width: 200px;
	margin: 0 0 10px;
	padding: 5px 5px 0px;
	background-color: transparent;
}
#sidebar2
{
	width: 200px;
	padding: 0px 10px;
}
#sidebar2 LI H2
{
	margin: 0 0 1em;
	padding: 15px 0 0 0px;
	height: 20px;
}
#sidebar2 LI UL
{
	line-height: normal;
}
#sidebar2 LI LI
{
	padding: 8px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-if;
}
#sidebar2 LI A
{
	background: url(images/img04.gif) no-repeat left 50%;
	border: none;
	padding-left: 10px;
	text-transform: uppercase;
	color:#009999
}
#sidebar2 LI A:hover
{
	border: none;
	padding-left: 10px;
}
/*Calendar*/
#calendar
{
	margin: 0 auto;
}
#calendar CAPTION
{
	font-weight: bold;
}
#calendar TABLE
{
	width: 150px;
	text-align: center;
	border-collapse: collapse;
}
#calendar THEAD TH
{
	background: #000000;
	color: #FFFFFF;
}
#calendar TBODY TD
{
	background: #EEEEEE;
}
#calendar #today
{
	background: #B8D03B;
	font-weight: bold;
	color: #FFFFFF;
}
#calendar A
{
	font-weight: bold;
}
#calendar #prev
{
	text-align: left;
}
#calendar #next
{
	text-align: right;
}
/*Footer*/
#footer
{
	background: #000000;
	height: 120px;
	padding-top: 20px;
}
#footer P
{
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-if;
	font-size: 10px;
	color: #FFFFFF;
}
#footer A
{
	background: #0A9C9D;
	padding: 2px 7px;
	color: #FFFFFF;
}


/*
fade image jquery
*/
  		.fade {
	position: relative;
	top: 0px;
	left: 0px;
        }

      .fade div {
	position: absolute;
 	display: none;
	top:  0px;
	left: 0px;
	height: 249px;
	width: 670px;
        }


/*
para los labels del vic
*/
LABEL
{
	color: #666666;
}
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
DIV.pagination
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	background-color: #000000;
	color: #FFF;
}
DIV.pagination A
{
	padding: 2px 5px;
	margin: 2px;
	background-color: #000000;
	text-decoration: none;
/*no underline*/
	color: #FFF;
}
DIV.pagination A:hover, DIV.pagination A:active
{
	background-color: #B10961;
	color: #FFF;
}
DIV.pagination SPAN.current
{
	padding: 2px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #B10961;
}
DIV.pagination SPAN.disabled
{
	padding: 2px 5px;
	margin: 2px;
	background-color: #3E3E3E;
	color: #868686;
}

/*
Forms styles
*/
.contactform { width:200px; }
.contactform input { width:200px; }
.contactform textarea { width:200px; height:100px; }

