/**
 * @project: SolidForm Maintenance page w/ ajax contact form
 * @filename: base.css
 * @description: defines all the "base" styles
 * @author: PlasticBrain Media LLC | plasticbrain.net
 *
 */


/*****************************************************
 * General/Layout
 *****************************************************/ 
body {
	background: #9C2264 no-repeat 50% 0;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: normal;
	color: #777;
}

#content {
	background: #e7e7e7;
	border-left: 1px solid #151111;
	border-right: 1px solid #151111;
	border-top-style: none;
	border-bottom-style: none;
	width: 900px;
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 0 0 50px 0;
}

#cabecera {
width: 876px;

}

#logo-cabe {
width: 360px;
float: left;
}

#texto-cabe {
float: left;
width: 500px;
}

/*****************************************************
 * Typography
 *****************************************************/ 

h1 {
	font-size: 34px;
	margin: 10px 10px 4px 10px;
	letter-spacing: -1px;
}

h2 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #ccc;
	color: #777;

}

#intro h2 {

	margin: 3px 0 6px 0;
	border-style: none;
	}

h3 {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px 0;	
}

ul li {
	font-size: 14px;
}

p {
	font-size: 14px;
	line-height: 20px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;	
}


/*****************************************************
 * Tabs
 *****************************************************/
#tabs {
	width: 880px;
	margin: 14px auto 0;
	border: 1px solid #ccc;
	text-align: left;
}

#tabs ul {
	background: none;
	border: none;
}

#tabs ul.ui-tabs-nav {
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
}

#tabs ul li {
	border: none;
	background: none;
}

#tabs ul li.ui-tabs-selected, #tabs ul li.ui-tabs-selected.ui-state-hover {
	border: 1px solid #ccc;
	background: #F8F8F8;
}

#tabs ul li.ui-state-hover {
	background: none;
	border: none;	
}


#tabs ul li a {
	font-size: 14px;
	color: #999;
}

#tabs ul li.ui-tabs-selected a, #tabs ul li a:hover {
	color: #9C2264;
}

.ui-tabs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



/*****************************************************
 * Forms and Form related stuff
 *****************************************************/
input.text, textarea.text {
	border: 1px solid #ccc !important;
	padding: 2px;
} 
 
ul.form {
	border: none;
}

ul.form li {
	font-size: 14px;
	border: none;
	margin: 0 0 15px 0;
}

label.desc {
	display: block;
	font-weight: normal;
	float: left;
	width: 180px;
	padding: 5px 6px 0 0;
	margin: 0 5px 0 0;
	font-size: 12px;
	color: #444;
	text-align: right;
}


li.buttons {
	background: #fcfcfc !important;
	display: block;
	border: 1px solid #ccc !important;
	padding: 10px;
	width: 385px;
}


span#contact_status {
	width: 220px;
	display: block;	
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 7px 0 0 0;
}

span#contact_status.loading {
	padding: 5px 0 5px 20px;
}

span#contact_status.success {
	color: green;
	background: url( ../imagenes/check.gif ) no-repeat left 50%;
	padding: 7px 0 5px 20px;
}

span#contact_status.error {
	background: url( ../imagenes/error.gif ) no-repeat left 50%;
	color: #c00;
	padding: 7px 0 5px 20px;
}

#publi-side {
	float: right;
	width: 440px;
	text-align: center;
}



.button {
	padding: 2px 5px !important;
	font-size: 12px !important;
	cursor: pointer !important;
}

/*****************************************************
 * Misc Stuff
 *****************************************************/
 

.clearfix {
	display: block;
	clear:both;
}

.floatleft {
	float: left;
}

.floatright{
	float: right;
}

.loading {
	background: url( ../imagenes/loading.gif ) no-repeat left 50%;
}

span.required {
	color: #c00;
}

span.highlight {
	padding: 0px 8px;
}

/*****************************************************
 * Messages
 *****************************************************/
.messages {
 	font-size: 14px;
 	margin: 0 0 20px;
 	display:none;
 	padding: 5px;
}

.messages p {
	margin: 3px 5px;
}

.messages.error {
	background: #FFEFEF;
	border: 1px solid #c00;
	color: #c00;
}

.messages.error p {
	background: url( ../imagenes/error.gif ) no-repeat left 50%;
	padding: 0 0 0 20px;
}

.messages.success {
	background: #F9FFEF;
	border: 1px solid #9BBF62;
	color: green;
}

.messages.success p {
	background: url( ../imagenes/check.gif ) no-repeat left 50%;
	padding: 0 0 0 20px;
}



/* Calendario
----------------------------------*/

caption
{
	text-align: center;
	font: small-caps 20px/30px Georgia, serif;
}


table
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

th,
td
{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-family: Verdana, sans-serif;
	padding: 0 2px 3px 3px;
	vertical-align: bottom;
	width: 125px;
	height: inherit;
}

td.regla {

	background: #D4D4D4 url('../imagenes/blood-icon.png') no-repeat right top;

}

td.fertil1 {

	background: #D8F4A2 url('../imagenes/heart-icon.png') no-repeat right top;
}

td.fertil2 {

	background: #C4EE75 url('../imagenes/heart-icon.png') no-repeat right top;
}

td.ovulacion {

	background: #C4EE75 url('../imagenes/ovulation-icon.png') no-repeat right top;
}

tr.day
{
	font-size: 10px;
	height: 90px;
}

tr.number
{
	color: #FFFFFF;
	font-size: 12px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
	background: #9C2264;
}

tr.weekdays
{
	background: #e7e7e7;
	font-weight: bold;
	}

th
{
	font-size: 11px;
	font-weight: normal;
	height: 15px;
	text-align: center;
	vertical-align: middle;
}

#datos ul {

	padding: 8px 8px 8px 150px;
	background: #DDDDDD;
	}

#datos ul li {
	list-style: none;
	background-image: url('');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 13px;
	padding-bottom: 6px;
}

#datos ul li.regla {
	background-image: url('../imagenes/blood-icon.png');
}

#datos ul li.sexo {
	background-image: url('../imagenes/heart-icon.png');
}

#datos ul li.ovo {
	background-image: url('../imagenes/egg-icon.png');
}

#datos ul li.fer1 {
	background-image: url('../imagenes/fer1-icon.png');
}

#datos ul li.fer2 {
	background-image: url('../imagenes/fer2-icon.png');
}



a, h1, h3, #tabs ul li.ui-tabs-selected a, #tabs ul li a:hover {
	color: #9C2264;
}