/*   
Theme Name: title project -
Theme URI: http://cynfyn.com/web/
Author: cynfyn solutions
Author URI: http://www.cynfyn.com
Version: 1.0
Description Development: Builder CSS+xhtml>>  - Design Elements>> Rafael Bernal
*/

/*--------------------------
		HTML 
----------------------------*/
html {
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
	background:url(images/bg_html.gif) #f2e9ca no-repeat center top;
	}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

/* Tamaños de los headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Estilos de las listas */


/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
	}
/* em{}*/
 strong{ font-weight:bold}
/* Bordes de las tablas */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Otros bordes */
fieldset, img {
	border: 0;
	}

/* Alineacón del texto */
caption, th {
	text-align: left;
}

/* Comillas */
q:before, q:after {
	content: '';
	}
	
/* Clases útiles */
.p_relative{
	position:relative;
	}
/*vinculos generales*/
a:link {
 	color: #5B005E;
 	text-decoration: none;
	}
a:visited {
 	text-decoration: none;
 	color: #5B005E;
	}
a:hover {
 	text-decoration: underline;
 	color: #5B005E;
	}
a:active {
 	text-decoration: none;
	}	
/*Espacios en los parrafos*/	
p{ 
	margin-bottom:20px;
	}
/*Alineacion del las tablas*/	
td{	
	text-align:left;
	}
/*headers*/	
h2{
	font-size:18px;
	}	
/*---------------------------
	site
------------------------------*/	
#wrapper{
	width:826px;
	font: lighter 14px "Garamond", Arial, Verdana, Helvetica, sans-serif;
	line-height:19px;
	color:#000000;	
	margin:0 auto;
	overflow:hidden;
	clear:both;
	
	}
#wrapper:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	}
#nav_menu{
	cursor:pointer;
	/*margin:0 6px 81px 6px;*/	
	height:35px;
}	

#header{
	background:url(images/bg_header.png) no-repeat;
	height:220px;
	padding-top:20px;
	}	
#logo{
	background:url(images/logo.png) center top no-repeat;
	height:91px;
	width:348px;
	margin:0 auto;
	cursor:pointer;
}	
#flash{
	/*background:url(images/flash.png) no-repeat;*/
	height:150px;
}
#content{
	margin:0 auto;
	overflow:hidden;
	clear:both;
	background:#FFFFDF;
	padding-bottom:10px;
}
#content_left{
	width:635px;
	text-align:justify;
	line-height:30px;
	font-size:16px;	
}
#content_menu{
	width:190px;
	line-height:2px;
	margin:0 auto;
	text-align:right;
}
#content_menu_left{
	width:190px;
	line-height:2px;
	text-align:left;
}
#content_center{
	width:445px;
	text-align:center;
	line-height:30px;
	font-size:16px;	
}
#content_left, #content_menu, #content_menu_left, #content_center{
	float:left;
	margin-bottom:-32768px;
	padding-bottom:32768px;
}
#footer{
	clear:both;
	width:826px;
	background:url(images/footer.png) no-repeat;
	height:32px;
}
.bg_input_txt{
	width:140px;
}
/*---------------------------
	Buttons
------------------------------*/
.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
    background:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
	}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
	}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
	}


/* STANDARD */

button:hover, .buttons a:hover{
    background:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
	}
.buttons a:active{
    background:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
	}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
	}
.buttons a.positive:hover, button.positive:hover{
    background:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
	}
.buttons a.positive:active{
    background:#529214;
    border:1px solid #529214;
    color:#fff;
	}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
	}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
	}
.buttons a.negative:active{
    background:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
	}	
						