﻿/*
Designed by EnnovaTi
http://www.ennovati.mx/

Titulo     : 
Version    : 0.0
Fecha      : Mnt/000
	
*/

*{
	margin: 0px;
	padding: 0px;
}*

body {
	background: #FFFFFF;
	font: normal 8pt 'helvetica',Trebuchet MS, sans-serif;
	color: #333333;
}

h1,h2,h3,h4,h5,h6{
	color: #333333;
	font: bold 8pt 'helvetica',Trebuchet MS, sans-serif;
}



a, a:active, a:focus, a:visited  {
	text-decoration: none;
	color: #272660;
}

a:hover  {
	color: #1C75BC;
}	
	

ul{
	margin: 10px 20px;
}
li {
	margin: 0px;
	list-style: none;
}

/********************************
*		ID	Structure			*
********************************/
#bodyWrap {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
	#header {
		width: 850px;
		padding: 10px 75px 0px 75px;
		height: 105px;
		clear: both;
	}
		#header .direccion{
			width: 600px;
			padding-top: 65px;
			height: 40px;
			float: left;
			color: #676767;
			font-weight: bold;
		}
		#header .logo{
			text-align:center;
			width: 250px;
			height: 105px;
			float: right;
		}
	#content {
		margin: 10px 0px;
		width: 1000px;
		position: relative;
	}
		#content .box{
			border: #676767 3px solid;
			overflow: hidden;
			width: 850px;
			margin: 0px 75px 0px 75px;
		}
		#content .sbox{
			border: #f1f1f2 2px solid;
			background-color: #fbfbfb;
			overflow: hidden;
			margin: 10px;
			padding: 10px;
		}
		
			.boxMenu{
				width: 227px;
				padding: 10px;
				float: left;
			}			
			.boxModul{
				width: 577px;
				padding: 10px;
				float: right;
			}
	
		#content #ctop{
			width: 940px;
			padding: 0px 30px;
			height: 6px;
		}
		#content #cmid{			
			width: 940px;
			padding: 0px 30px;
			min-height: 400px;	
			overflow:hidden;
		}
			#cmid .title{
				padding: 10px;
				text-align: right;
			}
			#cmid .margin{
				margin: 0px auto;
				padding: 26px 118px 29px 118px;
				width:597px;
				height:414px;
			}
				.margin .left{
					margin: 20px 0px 0px 0px;
					width: 50%;
					float: left;
				}
				
				.margin .right{
					margin: 80px 0px 0px 0px;
					width: 50%;					
					float: left;
				}
				#panelbar{
					height: 270px;
					overflow: auto;
				}
				
			#cmid .leftd{
				width: 470px;
				float:left;
				overflow:hidden;
			}
				.leftd .marco{
					width: 253px;
					height: 170px;
					float: right;
					padding: 13px 52px 26px 45px;
					overflow:hidden;
				}
			#cmid .rightd{
				width: 470px;
				float:right;
				text-align: left;
				overflow:hidden;
			}
		#content #cbot{
			margin-top: -280px;
			width: 1000px;
			min-height: 310px;
		}
			#cbot.cbotBig{
				min-height: 420px !important;
			}
		
		#content #cLink{
			margin-top: -65px;
			width: 1000px;
			min-height: 55px;
		}
			#cLink.cLinkBig{
				margin-top: -80px !important;
				min-height: 80px !important;
			}

/****************************************
*	CLASES PARA ALINEACION DE TEXTO		*
****************************************/

.textAlignRight{
	text-align: right;
}
.textAlignleft{
	text-align: left;
}
.textAlignCenter{
	text-align: center;
}

/********************************
*			FORMS				*
********************************/

input{
	width: 200px;
	margin-bottom: 5px;
	background-color: #F1F1F2;
	border: 1px #808184 solid;
}

textarea{
	height: 70px;
	width: 200px;
	margin-bottom: 5px;
	background-color: #F1F1F2;
	border: 1px #808184 solid;
}

textarea.big{
	width: 300px;
	height: 100px;
}

label{
	min-width: 200px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 9pt;
}

label.small, input.small, textarea.small{
	width: 150px !important;
}

/********************************
*			VARIAS				*
********************************/

.formFiltro{
	margin: 10px 0px;
	overflow:hidden;
	text-align: right;
}


table{
	width: 100%;
}


th{
	height: 40px;
}

td{
	height: 30px;
}

.gray{
	background-color:#FBFBFB;
}
#alta{
	display:none;
}